summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-26 07:26:07 +0200
committerRemi Collet <remi@remirepo.net>2018-07-26 07:26:07 +0200
commit9586e87c92b588d4a567e8c8cacc7368321535f2 (patch)
tree08dcbf2cd5fa6be96402306ef3474006e4a5ea0f
parent220ab638407da6e6f7509812c187d2c788cc4717 (diff)
rebuild
-rw-r--r--php-phpiredis.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-phpiredis.spec b/php-phpiredis.spec
index 955f63f..0a9186c 100644
--- a/php-phpiredis.spec
+++ b/php-phpiredis.spec
@@ -32,7 +32,7 @@ Version: 1.0.0
%if 0%{?gh_date}
Release: 0.4.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
-Release: 8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 9%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%endif
Summary: Client extension for Redis
@@ -236,6 +236,9 @@ exit $ret
%changelog
+* Thu Jul 26 2018 Remi Collet <remi@remirepo.net> - 1.0.0-9
+- rebuild
+
* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.0.0-8
- rebuild for 7.3.0alpha4 new ABI