From eefdc94b29d24896107671358ca3618f3a85b356 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jul 2019 11:25:49 +0200 Subject: rebuild for 7.4.0beta1 --- php-pecl-amqp.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'php-pecl-amqp.spec') diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec index 6b5291e..c624280 100644 --- a/php-pecl-amqp.spec +++ b/php-pecl-amqp.spec @@ -33,7 +33,7 @@ Summary: Communicate with any AMQP compliant server Name: %{?sub_prefix}php-pecl-amqp Version: 1.9.4 -Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: http://pecl.php.net/package/amqp Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -42,7 +42,8 @@ BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel > 5.6 BuildRequires: %{?scl_prefix}php-pear #BuildRequires: php-debuginfo valgrind gdb -# Upstream requires 0.5.2, set 0.8.0 to ensure "last" is used. +# Upstream requires 0.7.1, set 0.8.0 to ensure "last" is used. +# see https://github.com/pdezwart/php-amqp/pull/347 %if 0%{?fedora} >= 23 || 0%{?rhel} >= 7 BuildRequires: librabbitmq-devel >= 0.8.0 Requires: librabbitmq%{?_isa} >= %{buildver} @@ -313,6 +314,9 @@ fi %changelog +* Tue Jul 23 2019 Remi Collet - 1.9.4-8 +- rebuild for 7.4.0beta1 + * Wed May 29 2019 Remi Collet - 1.9.4-7 - rebuild -- cgit