From cd75597ffffbcaeb97f1c8283fa9815c51f0cd01 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Jul 2017 23:15:29 +0200 Subject: rebuild for 7.2.0beta1 --- php-pecl-memcache-dev.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/php-pecl-memcache-dev.spec b/php-pecl-memcache-dev.spec index 08bd06a..002fa9d 100644 --- a/php-pecl-memcache-dev.spec +++ b/php-pecl-memcache-dev.spec @@ -31,9 +31,9 @@ Summary: Extension to work with the Memcached caching daemon Name: %{?scl_prefix}php-pecl-memcache Version: 3.0.9 %if 0%{?gh_date:1} -Release: 0.7.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.8.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif License: PHP Group: Development/Languages @@ -88,6 +88,10 @@ Obsoletes: php70w-pecl-%{pecl_name} <= %{version} Obsoletes: php71u-pecl-%{pecl_name} <= %{version} Obsoletes: php71w-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.2" +Obsoletes: php72u-pecl-%{pecl_name} <= %{version} +Obsoletes: php72w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -308,7 +312,10 @@ fi %changelog -* Fri Dec 1 2016 Remi Collet - 3.0.9-0.7.20161124gitdf7735e +* Tue Jul 18 2017 Remi Collet - 3.0.9-0.8.20161124gitdf7735e +- rebuild for PHP 7.2.0beta1 new API + +* Fri Dec 2 2016 Remi Collet - 3.0.9-0.7.20161124gitdf7735e - refresh to more recent snapshot * Thu Dec 1 2016 Remi Collet - 3.0.9-0.6.20160311git4991c2f -- cgit