summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-amqp.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec
index bda598a..c6753d0 100644
--- a/php-pecl-amqp.spec
+++ b/php-pecl-amqp.spec
@@ -31,7 +31,7 @@
Summary: Communicate with any AMQP compliant server
Name: %{?sub_prefix}php-pecl-amqp
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
URL: https://pecl.php.net/package/amqp
Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
@@ -300,6 +300,9 @@ fi
%changelog
+* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 1.11.0~beta-2
+- rebuild for 8.1.0RC1
+
* Wed Mar 10 2021 Remi Collet <remi@remirepo.net> - 1.11.0~beta-1
- update to 1.11.0beta
- drop patched merged upstream