From f1be67dccd6c43fee4365e7cb35e56e1c4e10d51 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-gearman-dev.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'php-pecl-gearman-dev.spec') diff --git a/php-pecl-gearman-dev.spec b/php-pecl-gearman-dev.spec index db9702c..cf3741b 100644 --- a/php-pecl-gearman-dev.spec +++ b/php-pecl-gearman-dev.spec @@ -9,11 +9,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-gearman %endif @@ -37,7 +33,7 @@ Name: %{?sub_prefix}php-pecl-gearman Version: %{extver} -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Summary: PHP wrapper to libgearman Group: Development/Tools @@ -230,6 +226,9 @@ fi %changelog +* Thu Dec 1 2016 Remi Collet - 2.0.2-2 +- rebuild with PHP 7.1.0 GA + * Sat Nov 12 2016 Remi Collet - 2.0.2-1 - update to 2.0.2 -- cgit