diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-03 15:04:09 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-03 15:04:09 +0200 |
commit | 26d03d41e08cafece3d42959da7c53af1a8af2cc (patch) | |
tree | ca04f7a50cbcb3c016229e9c949f9443687691b1 | |
parent | 2d1d26ccf5a220e989235eded65f6754507e5276 (diff) |
rebuild for 7.4.0RC1
-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 |