diff options
author | Remi Collet <remi@remirepo.net> | 2017-10-03 14:15:18 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-10-03 14:15:18 +0200 |
commit | 697b92c6338edd3e84070a47d867a19cfd76d754 (patch) | |
tree | fedca20c1f72027be81f37798f74d19070a06a66 | |
parent | 607d6e58a6a5145973c1e5dcc1f780f05a4fea9b (diff) |
bump release
-rw-r--r-- | php-phpiredis.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-phpiredis.spec b/php-phpiredis.spec index 0d8b494..0d15596 100644 --- a/php-phpiredis.spec +++ b/php-phpiredis.spec @@ -32,7 +32,7 @@ Version: 1.0.0 %if 0%{?gh_date} Release: 0.3.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif Summary: Client extension for Redis @@ -238,6 +238,9 @@ rm -rf %{buildroot} %changelog +* Tue Oct 3 2017 Remi Collet <remi@remirepo.net> - 1.0.0-6 +- F27: release bump + * Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 1.0.0-3 - rebuild for PHP 7.2.0beta1 new API |