summaryrefslogtreecommitdiffstats
path: root/php-pecl-amqp.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-04-04 08:29:00 +0200
committerRemi Collet <remi@remirepo.net>2020-04-04 08:29:00 +0200
commit94041889b3988def9ab9b0a8f8ecbc1f2c180d13 (patch)
treedb9707f0f727f2408c6525a9a0017a2df55c58ed /php-pecl-amqp.spec
parentd6068b4bbeeecfe5935a7bce51994ae04b200881 (diff)
v1.10.0
Diffstat (limited to 'php-pecl-amqp.spec')
-rw-r--r--php-pecl-amqp.spec19
1 files changed, 12 insertions, 7 deletions
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 <remi@remirepo.net> - 1.10.0-1
+- update to 1.10.0
+
* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.9.4-9
- rebuild for 7.4.0RC1