diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-02-02 14:16:53 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-02-02 14:16:53 +0100 |
commit | e2171c4711eaea42a81e03ebc3345e6f8c04606b (patch) | |
tree | 04011e8210c8406ca3af77960d72d980d45c1dfe | |
parent | d5f34dcd453467dc9f9ed79dccc9f1b86239ab11 (diff) |
Mnemo 4.2.9
-rw-r--r-- | php-horde-mnemo.spec | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/php-horde-mnemo.spec b/php-horde-mnemo.spec index 2ab8bab..56516c2 100644 --- a/php-horde-mnemo.spec +++ b/php-horde-mnemo.spec @@ -13,7 +13,7 @@ %global with_tests 0%{?_with_tests:1} Name: php-horde-mnemo -Version: 4.2.8 +Version: 4.2.9 Release: 1%{?dist} Summary: A web based notes manager @@ -98,7 +98,7 @@ Framework and an SQL database or Kolab server for backend storage. %prep %setup -q -c cat <<EOF >httpd.conf -<DirectoryMatch %{pear_hordedir}/%{pear_name}/(config|locale)> +<DirectoryMatch %{pear_hordedir}/%{pear_name}/(config|locale|templates)> Deny from all </DirectoryMatch> EOF @@ -159,7 +159,11 @@ rm -rf %{buildroot} %check %if %{with_tests} cd %{pear_name}-%{version}/test/Mnemo -phpunit . +%{_bindir}/phpunit . + +if which php70; then + php70 %{_bindir}/phpunit . +fi %else : Test disabled %endif @@ -205,6 +209,10 @@ fi %changelog +* Tue Feb 02 2016 Remi Collet <remi@fedoraproject.org> - 4.2.9-1 +- Update to 4.2.9 +- run test suite with both PHP 5 and 7 when available + * Wed Oct 21 2015 Remi Collet <remi@fedoraproject.org> - 4.2.8-1 - Update to 4.2.8 |