From fb121b695a46448c44d6c8a5cd98a2f9fe879d04 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 17 Jun 2016 07:02:35 +0200 Subject: php-nrk-Predis: 1.1.1 --- php-nrk-Predis.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-nrk-Predis.spec b/php-nrk-Predis.spec index d48ab17..3a50bee 100644 --- a/php-nrk-Predis.spec +++ b/php-nrk-Predis.spec @@ -17,7 +17,7 @@ %endif Name: php-nrk-Predis -Version: 1.1.0 +Version: 1.1.1 Release: 1%{?dist} Summary: PHP client library for Redis @@ -105,8 +105,8 @@ pushd %{buildroot}%{pear_testdir}/%{pear_name} ret=0 %{_bindir}/phpunit --include-path=%{buildroot}%{pear_phpdir} || ret=1 -if which php70; then - php70 %{_bindir}/phpunit --include-path=%{buildroot}%{pear_phpdir} || ret=1 +if which php71; then + php71 %{_bindir}/phpunit --include-path=%{buildroot}%{pear_phpdir} || ret=1 fi popd @@ -145,6 +145,9 @@ fi %changelog +* Fri Jun 17 2016 Remi Collet - 1.1.1-1 +- Update to 1.1.1 + * Tue Jun 07 2016 Remi Collet - 1.1.0-1 - Update to 1.1.0 -- cgit