summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-07-02 09:01:10 +0200
committerRemi Collet <fedora@famillecollet.com>2016-07-02 09:01:10 +0200
commit0dba54ac24863f8dfbebf37e6decdfffc61aa86b (patch)
treeee2221b4e9105ab3449d45dc79cee5bc097672d0
parent064c8a1a1f542fc43151a1d411a109cd65e92a64 (diff)
php-horde-nag! 4.2.10
-rw-r--r--php-horde-nag.spec23
1 files changed, 19 insertions, 4 deletions
diff --git a/php-horde-nag.spec b/php-horde-nag.spec
index 5249af4..9abb728 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.9
+Version: 4.2.10
Release: 1%{?dist}
Summary: A web based task list manager
@@ -169,11 +169,23 @@ done | tee ../%{pear_name}.lang
%check
cd %{pear_name}-%{version}/test/Nag
-%{_bindir}/phpunit .
-if which php70; then
- php70 %{_bindir}/phpunit .
+# remirepo:11
+run=0
+ret=0
+if which php56; then
+ php56 %{_bindir}/phpunit . || ret=1
+ run=1
fi
+if which php71; then
+ php71 %{_bindir}/phpunit . || ret=1
+ run=1
+fi
+if [ $run -eq 0 ]; then
+%{_bindir}/phpunit --verbose .
+# remirepo:2
+fi
+exit $ret
%post
@@ -218,6 +230,9 @@ fi
%changelog
+* Sat Jul 02 2016 Remi Collet <remi@fedoraproject.org> - 4.2.10-1
+- Update to 4.2.10
+
* Tue Apr 05 2016 Remi Collet <remi@fedoraproject.org> - 4.2.9-1
- Update to 4.2.9