From 94041889b3988def9ab9b0a8f8ecbc1f2c180d13 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 4 Apr 2020 08:29:00 +0200 Subject: v1.10.0 --- php-pecl-amqp.spec | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'php-pecl-amqp.spec') diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec index e296c32..c609145 100644 --- a/php-pecl-amqp.spec +++ b/php-pecl-amqp.spec @@ -3,7 +3,7 @@ # # Fedora spec file for php-pecl-amqp # -# Copyright (c) 2012-2019 Remi Collet +# Copyright (c) 2012-2020 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -32,18 +32,16 @@ Summary: Communicate with any AMQP compliant server Name: %{?sub_prefix}php-pecl-amqp -Version: 1.9.4 -Release: 9%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.10.0 +Release: 1%{?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 +URL: https://pecl.php.net/package/amqp +Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel > 5.6 BuildRequires: %{?scl_prefix}php-pear -#BuildRequires: php-debuginfo valgrind gdb # 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} @@ -161,6 +159,9 @@ extension = %{pecl_name}.so ; call to AMQPQueue::get() or AMQPQueue::consume() during which ; the AMQP_AUTOACK flag is not set. ;amqp.prefetch_count = 3 +;amqp.prefetch_size = 0 +;amqp.global_prefetch_count =0 +;amqp.global_prefetch_size =0 ; The virtual host on the broker to which to connect. ;amqp.vhost = / @@ -170,6 +171,7 @@ extension = %{pecl_name}.so ;amqp.read_timeout = 0 ;amqp.write_timeout = 0 ;amqp.connect_timeout = 0 +;amqp.rpc_timeout = 0 ;amqp.channel_max = 256 ;amqp.frame_max = 131072 @@ -314,6 +316,9 @@ fi %changelog +* Sat Apr 4 2020 Remi Collet - 1.10.0-1 +- update to 1.10.0 + * Tue Sep 03 2019 Remi Collet - 1.9.4-9 - rebuild for 7.4.0RC1 -- cgit