diff options
| -rw-r--r-- | php-phpiredis.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpiredis.spec b/php-phpiredis.spec index 0ae75b4..6043a14 100644 --- a/php-phpiredis.spec +++ b/php-phpiredis.spec @@ -35,9 +35,9 @@  Name:           %{?sub_prefix}php-%{pecl_name}  Version:        1.0.0  %if 0%{?gh_date} -Release:        0.6.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        0.7.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %else -Release:        12%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        13%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %endif  Summary:        Client extension for Redis @@ -247,6 +247,9 @@ exit $ret  %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.0.0-13 +- rebuild for 7.4.0RC1 +  * Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 1.0.0-12  - rebuild for 7.4.0beta1  | 
