summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-02-02 07:46:16 +0100
committerRemi Collet <fedora@famillecollet.com>2016-02-02 07:46:16 +0100
commitd8569f502ca85ac41ee8ce44178c01878d15bc3b (patch)
tree1a2eabb52e83309f994cfa51f7f2492f3f246571
parent55a58cc7b0e9836eda2b0da9d9e64a2ec156a169 (diff)
php-horde-Horde-Crypt-Blowfish: 1.1.1
-rw-r--r--php-horde-Horde-Crypt-Blowfish.spec13
1 files changed, 11 insertions, 2 deletions
diff --git a/php-horde-Horde-Crypt-Blowfish.spec b/php-horde-Horde-Crypt-Blowfish.spec
index 5db05ad..72cfc05 100644
--- a/php-horde-Horde-Crypt-Blowfish.spec
+++ b/php-horde-Horde-Crypt-Blowfish.spec
@@ -11,7 +11,7 @@
%global pear_channel pear.horde.org
Name: php-horde-Horde-Crypt-Blowfish
-Version: 1.1.0
+Version: 1.1.1
Release: 1%{?dist}
Summary: Blowfish Encryption Library
@@ -79,7 +79,11 @@ cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
%if 0%{?rhel} == 5
phpunit . || exit 0
%else
-phpunit .
+%{_bindir}/phpunit .
+
+if which php70; then
+ php70 %{_bindir}/phpunit .
+fi
%endif
@@ -106,6 +110,11 @@ fi
%changelog
+* Tue Feb 02 2016 Remi Collet <remi@fedoraproject.org> - 1.1.1-1
+- Update to 1.1.1
+- PHP 7 compatible version
+- run test suite with both PHP 5 and 7 when available
+
* Fri May 22 2015 Remi Collet <remi@fedoraproject.org> - 1.1.0-1
- Update to 1.1.0