From 8c8b75088ff8d14d9ad9ba2ed992054a7993133a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Dec 2016 13:39:44 +0100 Subject: PHP 7.1 mass rebuild part #2 --- php-pecl-memcached-dev.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/php-pecl-memcached-dev.spec b/php-pecl-memcached-dev.spec index ba78c82..a9c8a41 100644 --- a/php-pecl-memcached-dev.spec +++ b/php-pecl-memcached-dev.spec @@ -10,11 +10,7 @@ # Please, preserve the changelog entries # %if 0%{?scl:1} -%if "%{scl}" == "rh-php56" -%global sub_prefix more-php56- -%else %global sub_prefix %{scl_prefix} -%endif %scl_package php-pecl-memcached %else %global _root_prefix %{_prefix} @@ -44,7 +40,7 @@ Summary: Extension to work with the Memcached caching daemon Name: %{?sub_prefix}php-pecl-memcached Version: 3.0.0 -Release: 0.2.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.3.%{gh_date}git%{gh_short}%{?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} @@ -373,6 +369,9 @@ exit $ret %changelog +* Thu Dec 1 2016 Remi Collet - 3.0.0-0.3.20160217git6ace07d +- rebuild with PHP 7.1.0 GA + * Wed Sep 14 2016 Remi Collet - 3.0.0-0.2.20160217git6ace07d - rebuild for PHP 7.1 new API version -- cgit