diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-02-02 14:01:51 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-02-02 14:01:51 +0100 | 
| commit | 33dfd26c0176652f1bc14282e8a1fd3718f6e88e (patch) | |
| tree | 946193bd37235b5e62b02c94fa73fa01042ecf9b | |
| parent | b9b10bba99d89b1201eb93b9598f97696e21a0b2 (diff) | |
Kronolith 4.2.12
| -rw-r--r-- | php-horde-kronolith.spec | 14 | 
1 files changed, 11 insertions, 3 deletions
diff --git a/php-horde-kronolith.spec b/php-horde-kronolith.spec index 4c5277d..fdad13b 100644 --- a/php-horde-kronolith.spec +++ b/php-horde-kronolith.spec @@ -11,7 +11,7 @@  %global pear_channel pear.horde.org  Name:           php-horde-kronolith -Version:        4.2.11 +Version:        4.2.12  Release:        1%{?dist}  Summary:        A web based calendar @@ -143,7 +143,7 @@ which handles arbitrary numbers of overlapping events.  %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> @@ -212,7 +212,11 @@ cd %{pear_name}-%{version}/test/Kronolith  rm Integration/ToIcalendarTest.php  rm Integration/FromIcalendarTest.php -phpunit . +%{_bindir}/phpunit . + +if which php70; then +   php70 %{_bindir}/phpunit . +fi  %post @@ -258,6 +262,10 @@ fi  %changelog +* Tue Feb 02 2016 Remi Collet <remi@fedoraproject.org> - 4.2.12-1 +- Update to 4.2.12 +- run test suite with both PHP 5 and 7 when available +  * Thu Oct 22 2015 Remi Collet <remi@fedoraproject.org> - 4.2.11-1  - Update to 4.2.11  | 
