summaryrefslogtreecommitdiffstats
path: root/php-pecl-amqp.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-07-10 17:11:31 +0200
committerRemi Collet <fedora@famillecollet.com>2016-07-10 17:11:31 +0200
commitf8b7e19587a17bffb2747fcc509d617bcf6eaae0 (patch)
treedf71a7c2a378431d467872533b1af1f427c2147f /php-pecl-amqp.spec
parentd230029b494a2e14129a001fac26c92d0fd25a89 (diff)
php-pecl-amqp: 1.7.1
Diffstat (limited to 'php-pecl-amqp.spec')
-rw-r--r--php-pecl-amqp.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec
index c39b5df..d04a839 100644
--- a/php-pecl-amqp.spec
+++ b/php-pecl-amqp.spec
@@ -29,7 +29,7 @@
Summary: Communicate with any AMQP compliant server
Name: %{?sub_prefix}php-pecl-amqp
-Version: 1.7.0
+Version: 1.7.1
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
Group: Development/Languages
@@ -80,6 +80,10 @@ Obsoletes: php56w-pecl-%{pecl_name} <= %{version}
Obsoletes: php70u-pecl-%{pecl_name} <= %{version}
Obsoletes: php70w-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "7.1"
+Obsoletes: php71u-pecl-%{pecl_name} <= %{version}
+Obsoletes: php71w-pecl-%{pecl_name} <= %{version}
+%endif
%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
@@ -293,6 +297,9 @@ fi
%changelog
+* Sun Jul 10 2016 Remi Collet <remi@fedoraproject.org> - 1.7.1-1
+- Update to 1.7.1 (php 5 and 7, stable)
+
* Tue Apr 26 2016 Remi Collet <remi@fedoraproject.org> - 1.7.0-1
- update to 1.7.0 (php 5 and 7, stable)