Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
42ac14c39f |
3 changed files with 9 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,3 +7,4 @@ websvn-2.3.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.8.2.tar.gz) = a3bd220a04b7543e208e4dc4ff5c46d62c7aac24528f0faab423a5a06ee1e5f0ff5fd44ff357862edc9d77374cb97161b09c8ffee57f8c1e282b11e95f7233b7
|
||||
SHA512 (websvn-2.8.4.tar.gz) = 04eeb30c8b8e8b7d693a07d7857e41a50cf005c505a65ff05e2e27aea387d39163a8770e76532ff7c5aab73dc121fdd3008b4978fedd483ad3dd50b74a95d2d7
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: websvn
|
||||
Version: 2.8.2
|
||||
Release: 2%{?dist}
|
||||
Version: 2.8.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Online subversion repository browser
|
||||
|
||||
License: GPL-2.0-or-later
|
||||
|
|
@ -51,6 +51,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 +118,10 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* 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 Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue