diff options
-rw-r--r-- | php-horde-wicked.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-horde-wicked.spec b/php-horde-wicked.spec index 98957fa..28b878d 100644 --- a/php-horde-wicked.spec +++ b/php-horde-wicked.spec @@ -14,7 +14,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-horde-wicked -Version: 2.0.4 +Version: 2.0.5 Release: 1%{?dist} Summary: Wiki application @@ -109,7 +109,7 @@ Wicked is a wiki application for Horde. %setup -q -c cat <<EOF | tee httpd.conf -<DirectoryMatch %{pear_hordedir}/%{pear_name}/(config|lib|locale)> +<DirectoryMatch %{pear_hordedir}/%{pear_name}/(config|lib|locale|templates)> Deny from all </DirectoryMatch> @@ -225,6 +225,9 @@ fi %changelog +* Mon Mar 21 2016 Remi Collet <remi@fedoraproject.org> - 2.0.5-1 +- Update to 2.0.5 + * Sat Aug 01 2015 Remi Collet <remi@fedoraproject.org> - 2.0.4-1 - Update to 2.0.4 @@ -240,4 +243,4 @@ fi - preserve timestamp of package.xml * Tue Apr 15 2014 Remi Collet <remi@fedoraproject.org> - 2.0.1-1 -- Initial package, version 2.0.1
\ No newline at end of file +- Initial package, version 2.0.1 |