From 9a3f5d393b40029b494068c5cd49922292560404 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Aug 2018 09:52:30 +0200 Subject: rebuild for 7.3.0beta2 new ABI --- php-pecl-memcache.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pecl-memcache.spec b/php-pecl-memcache.spec index 0a0bffd..e62ec3e 100644 --- a/php-pecl-memcache.spec +++ b/php-pecl-memcache.spec @@ -31,10 +31,10 @@ 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.11.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.12.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz %endif License: PHP @@ -315,6 +315,9 @@ fi %changelog +* Thu Aug 16 2018 Remi Collet - 3.0.9-0.12.20170802.e702b5f +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet - 3.0.9-0.11.20170802.e702b5f - rebuild for 7.3.0alpha4 new ABI -- cgit