Compare commits
13 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f98b321a8c | ||
|
|
14abd72187 | ||
|
|
f907745b42 | ||
|
|
772acbbd51 | ||
|
|
5e239d93a1 | ||
|
|
7ba223dc65 | ||
|
|
04909206f5 | ||
|
|
ebc0f0b0b1 | ||
|
|
a11180b9a3 | ||
|
|
a0e4ecb27b | ||
|
|
9b502b8c32 | ||
|
|
3af095a896 | ||
|
|
ce8019cd8f |
3 changed files with 50 additions and 7 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -5,3 +5,6 @@ websvn-2.3.1.tar.gz
|
|||
/websvn-2.6.0.tar.gz
|
||||
/websvn-2.6.1.tar.gz
|
||||
/websvn-2.7.0.tar.gz
|
||||
/websvn-2.8.1.tar.gz
|
||||
/websvn-2.8.2.tar.gz
|
||||
/websvn-2.8.4.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (websvn-2.7.0.tar.gz) = dcb3794ef3a0695066a91497e28a3f86e376062c30bde6cb378d0a7506397cfca66fe6882a39b893c1c3df1c470aee69377923f945eb982529f7b89daa85d29f
|
||||
SHA512 (websvn-2.8.4.tar.gz) = 04eeb30c8b8e8b7d693a07d7857e41a50cf005c505a65ff05e2e27aea387d39163a8770e76532ff7c5aab73dc121fdd3008b4978fedd483ad3dd50b74a95d2d7
|
||||
|
|
|
|||
52
websvn.spec
52
websvn.spec
|
|
@ -1,9 +1,9 @@
|
|||
Name: websvn
|
||||
Version: 2.7.0
|
||||
Release: 1%{?dist}
|
||||
Version: 2.8.4
|
||||
Release: 7%{?dist}
|
||||
Summary: Online subversion repository browser
|
||||
|
||||
License: GPLv2+
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://websvnphp.github.io
|
||||
Source0: https://github.com/websvnphp/websvn/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: websvn-httpd.conf
|
||||
|
|
@ -17,9 +17,6 @@ Requires: php >= 5.4.0
|
|||
Requires: php-mbstring
|
||||
Requires: php-xml
|
||||
Requires: php-geshi
|
||||
%if 0%{?fedora}
|
||||
Requires: php-erusev-parsedown
|
||||
%endif
|
||||
Requires: php-pear(Archive_Tar)
|
||||
# Text_Diff is broken with PHP 8.
|
||||
# Use system diff instead where needed.
|
||||
|
|
@ -51,6 +48,7 @@ SElinux context for %{name}.
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
find -name .gitignore -delete
|
||||
|
||||
mv include/distconfig.php include/config.php
|
||||
sed -i -e "s#^\/\/ \$config->useMultiViews();#\$config->useMultiViews();#" \
|
||||
|
|
@ -117,6 +115,48 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.4-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.4-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Mon Feb 03 2025 Christian Krause <chkr@fedoraproject.org> - 2.8.4-4
|
||||
- Fix FailsToInstall in F42 due to orphaned package (php-erusev-parsedown)
|
||||
by removing that dependency (RHBZ#2342582)
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Tue Jun 18 2024 Christian Krause <chkr@fedoraproject.org> - 2.8.4-1
|
||||
- Update to 2.8.4 (RHBZ#2255355)
|
||||
- Delete .gitignore files from source directory
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Mon Jun 26 2023 Xavier Bachelot <xavier@bachelot.org> - 2.8.2-1
|
||||
- Update to 2.8.2 (RHBZ#2215709)
|
||||
|
||||
* Wed Jun 07 2023 Xavier Bachelot <xavier@bachelot.org> - 2.8.1-1
|
||||
- Update to 2.8.1 (RHBZ#2134251)
|
||||
- Convert License: to SPDX
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Fri Mar 18 2022 Xavier Bachelot <xavier@bachelot.org> - 2.7.0-1
|
||||
- Update to 2.7.0 (RHBZ#2064103)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue