From 26d03d41e08cafece3d42959da7c53af1a8af2cc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2019 15:04:09 +0200 Subject: rebuild for 7.4.0RC1 --- php-phpiredis.spec | 7 +++++-- 1 file 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 - 1.0.0-13 +- rebuild for 7.4.0RC1 + * Tue Jul 23 2019 Remi Collet - 1.0.0-12 - rebuild for 7.4.0beta1 -- cgit