summaryrefslogtreecommitdiffstats
path: root/php-pecl-amqp.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-08-21 08:07:33 +0200
committerRemi Collet <remi@php.net>2023-08-21 08:07:33 +0200
commit3279d076b4e3e571c9ad4db2a9fa9939b584e8aa (patch)
treedf7cef00387d3794b5e1ce046ca807e8e84e88a5 /php-pecl-amqp.spec
parent6133bd992f2399d3835930a667cef6fb8a1d4656 (diff)
update to 2.0.0
Diffstat (limited to 'php-pecl-amqp.spec')
-rw-r--r--php-pecl-amqp.spec23
1 files changed, 14 insertions, 9 deletions
diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec
index f7b2034..df2b1db 100644
--- a/php-pecl-amqp.spec
+++ b/php-pecl-amqp.spec
@@ -10,18 +10,18 @@
# Please, preserve the changelog entries
#
-%{?scl:%scl_package php-pecl-amqp}
+%{?scl:%scl_package php-pecl-amqp}
-%bcond_with tests
+%bcond_with tests
-%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
-%global pecl_name amqp
-%global ini_name 40-%{pecl_name}.ini
+%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
+%global pecl_name amqp
+%global ini_name 40-%{pecl_name}.ini
%global upstream_version 2.0.0
-%global upstream_prever RC1
+#global upstream_prever RC1
%global upstream_lower %(echo %{upstream_prever} | tr '[:upper:]' '[:lower:]')
-%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
-%global _configure ../%{sources}/configure
+%global sources %{pecl_name}-%{upstream_version}%{?upstream_prever}
+%global _configure ../%{sources}/configure
%global buildver %(pkg-config --silence-errors --modversion librabbitmq 2>/dev/null || echo 65536)
@@ -150,7 +150,9 @@ extension = %{pecl_name}.so
;amqp.cert = ''
;amqp.key = ''
;amqp.verify = 1
-;amqp.sasl_method = ''
+;amqp.sasl_method = 'AMQP_SASL_METHOD_PLAIN'
+;amqp.serialization_depth = 128
+;amqp.deserialization_depth = 128
EOF
mkdir NTS
@@ -276,6 +278,9 @@ fi
%changelog
+* Mon Aug 21 2023 Remi Collet <remi@remirepo.net> - 2.0.0-1
+- update to 2.0.0
+
* Thu Aug 17 2023 Remi Collet <remi@remirepo.net> - 2.0.0~rc1-1
- update to 2.0.0rc1