diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-02-02 13:59:13 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-02-02 13:59:13 +0100 |
commit | 35132b55f724b1374b0525264bcadaf84b369e36 (patch) | |
tree | d8cdd9e04aff08049a46124ae941136b3617453e | |
parent | c308ffcb3f391ccd2378a13d4e5032e42074d86c (diff) |
Ingo 3.2.8
-rw-r--r-- | php-horde-ingo.spec | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/php-horde-ingo.spec b/php-horde-ingo.spec index fa85d46..3ed7c13 100644 --- a/php-horde-ingo.spec +++ b/php-horde-ingo.spec @@ -12,7 +12,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-horde-ingo -Version: 3.2.7 +Version: 3.2.8 Release: 1%{?dist} Summary: An email filter rules manager @@ -98,7 +98,7 @@ supports both server-side (Sieve, Procmail, Maildrop) and client-side %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> EOF @@ -156,7 +156,11 @@ done | tee ../%{pear_name}.lang %if %{with_tests} cd %{pear_name}-%{version}/test/Ingo if phpunit --atleast-version 4 -then phpunit . +then %{_bindir}/phpunit . + +if which php70; then + php70 %{_bindir}/phpunit . +fi else : PHPUnit is too old fi %else @@ -205,6 +209,10 @@ fi %changelog +* Tue Feb 02 2016 Remi Collet <remi@fedoraproject.org> - 3.2.8-1 +- Update to 3.2.8 +- run test suite with both PHP 5 and 7 when available + * Wed Oct 21 2015 Remi Collet <remi@fedoraproject.org> - 3.2.7-1 - Update to 3.2.7 |