summaryrefslogtreecommitdiffstats
path: root/php-pecl-amqp.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-30 09:55:41 +0200
committerRemi Collet <remi@remirepo.net>2020-09-30 09:55:41 +0200
commit1564682b107d0a280ecf4b3265a3f26458166ae1 (patch)
treec905509da12f757ed9a94cbd7ac2ea0e9e0a884c /php-pecl-amqp.spec
parentfbaa4b491c9bc3d2cf71d47cdf09bf6967e719eb (diff)
rebuild for PHP 8.0.0RC1
Diffstat (limited to 'php-pecl-amqp.spec')
-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 a134c73..9cdb22b 100644
--- a/php-pecl-amqp.spec
+++ b/php-pecl-amqp.spec
@@ -34,7 +34,7 @@
Summary: Communicate with any AMQP compliant server
Name: %{?sub_prefix}php-pecl-amqp
Version: 1.10.2
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 3%{?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}-%{version}%{?prever}.tgz
@@ -319,6 +319,9 @@ fi
%changelog
+* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 1.10.2-3
+- rebuild for PHP 8.0.0RC1
+
* Fri Sep 4 2020 Remi Collet <remi@remirepo.net> - 1.10.2-2
- add patches for PHP 8 from upstream and
https://github.com/php-amqp/php-amqp/pull/383