From 069746fdeaa978995122bf15442b73c76b394b3a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Jul 2017 23:17:31 +0200 Subject: rebuild for 7.2.0beta1 --- php-pecl-memcached.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-memcached.spec b/php-pecl-memcached.spec index 0bd5a4a..92328f8 100644 --- a/php-pecl-memcached.spec +++ b/php-pecl-memcached.spec @@ -27,7 +27,7 @@ Summary: Extension to work with the Memcached caching daemon Name: %{?sub_prefix}php-pecl-memcached Version: 3.0.3 -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;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -342,6 +342,9 @@ exit $ret %changelog +* Tue Jul 18 2017 Remi Collet - 3.0.3-5 +- rebuild for PHP 7.2.0beta1 new API + * Wed Jul 12 2017 Remi Collet - 3.0.3-4 - add upstream patch (tests) for PHP 7.2 -- cgit