diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-01 13:39:44 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-01 13:39:44 +0100 |
commit | 07513172f477cdfbc6ab980d6e7c4654c4834d96 (patch) | |
tree | 0058437affc4325a4043e99a16f1c2df62d20d03 | |
parent | 46339b48fa555c92aeefc7571046a95498c2ee98 (diff) |
PHP 7.1 mass rebuild part #2
-rw-r--r-- | php-pecl-amqp-dev.spec | 9 |
1 files 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 <remi@fedoraproject.org> - 1.8.0-0.3.beta2 +- rebuild with PHP 7.1.0 GA + * Mon Nov 7 2016 Remi Collet <remi@fedoraproject.org> - 1.8.0-0.2.beta2 - update to 1.8.0beta2 |