diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-06-17 07:02:35 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-06-17 07:02:35 +0200 |
commit | fb121b695a46448c44d6c8a5cd98a2f9fe879d04 (patch) | |
tree | 3bd170e2a71300f2909b8bf581594696bfee0f96 | |
parent | 11d0b6e923b6a8487ad924985ab0152f72708a0a (diff) |
php-nrk-Predis: 1.1.1
-rw-r--r-- | php-nrk-Predis.spec | 9 |
1 files 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 <remi@fedoraproject.org> - 1.1.1-1 +- Update to 1.1.1 + * Tue Jun 07 2016 Remi Collet <remi@fedoraproject.org> - 1.1.0-1 - Update to 1.1.0 |