diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-02-02 14:03:49 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-02-02 14:03:49 +0100 |
commit | d70db0bb6990d6b9cb1750269be022f9486994ba (patch) | |
tree | 665777e7c5aab44cd7dcb200e3eaf4cf103aec9f | |
parent | 026c800e5254ce59077013aa0e764318470a652f (diff) |
Nag 4.2.7
-rw-r--r-- | php-horde-nag.spec | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/php-horde-nag.spec b/php-horde-nag.spec index c01d65c..c1f3006 100644 --- a/php-horde-nag.spec +++ b/php-horde-nag.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-nag -Version: 4.2.6 +Version: 4.2.7 Release: 1%{?dist} Summary: A web based task list manager @@ -113,7 +113,7 @@ light-weight project management. %setup -q -c cat <<EOF >httpd.conf -<DirectoryMatch %{pear_hordedir}/%{pear_name}/(config|lib|locale)> +<DirectoryMatch %{pear_hordedir}/%{pear_name}/(config|lib|locale|templates)> Deny from all </DirectoryMatch> EOF @@ -169,7 +169,11 @@ done | tee ../%{pear_name}.lang %check cd %{pear_name}-%{version}/test/Nag -phpunit . +%{_bindir}/phpunit . + +if which php70; then + php70 %{_bindir}/phpunit . +fi %post @@ -214,6 +218,10 @@ fi %changelog +* Tue Feb 02 2016 Remi Collet <remi@fedoraproject.org> - 4.2.7-1 +- Update to 4.2.7 +- run test suite with both PHP 5 and 7 when available + * Wed Oct 21 2015 Remi Collet <remi@fedoraproject.org> - 4.2.6-1 - Update to 4.2.6 |