From d50af640d7373f9f232155bb6f81314892d34494 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Oct 2017 17:43:28 +0200 Subject: v1.9.3 --- php-pecl-amqp.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-amqp.spec') diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec index 90bfdb1..554422f 100644 --- a/php-pecl-amqp.spec +++ b/php-pecl-amqp.spec @@ -28,14 +28,14 @@ Summary: Communicate with any AMQP compliant server Name: %{?sub_prefix}php-pecl-amqp -Version: 1.9.1 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.9.3 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/amqp Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz -BuildRequires: %{?scl_prefix}php-devel > 5.3.0 +BuildRequires: %{?scl_prefix}php-devel > 5.3 BuildRequires: %{?scl_prefix}php-pear #BuildRequires: php-debuginfo valgrind gdb # Upstream requires 0.5.2, set 0.8.0 to ensure "last" is used. @@ -306,6 +306,9 @@ fi %changelog +* Thu Oct 19 2017 Remi Collet - 1.9.3-1 +- Update to 1.9.3 (stable) + * Tue Jul 18 2017 Remi Collet - 1.9.1-3 - rebuild for PHP 7.2.0beta1 new API -- cgit