From 07513172f477cdfbc6ab980d6e7c4654c4834d96 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-amqp-dev.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/php-pecl-amqp-dev.spec b/php-pecl-amqp-dev.spec index 1e9e4e6..e2b6022 100644 --- a/php-pecl-amqp-dev.spec +++ b/php-pecl-amqp-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-amqp %endif @@ -31,7 +27,7 @@ Summary: Communicate with any AMQP compliant server Name: %{?sub_prefix}php-pecl-amqp Version: 1.8.0 -Release: 0.2.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.3.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/amqp @@ -304,6 +300,9 @@ fi %changelog +* Thu Dec 1 2016 Remi Collet - 1.8.0-0.3.beta2 +- rebuild with PHP 7.1.0 GA + * Mon Nov 7 2016 Remi Collet - 1.8.0-0.2.beta2 - update to 1.8.0beta2 -- cgit