summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-05-29 16:39:30 +0200
committerRemi Collet <remi@remirepo.net>2019-05-29 16:39:30 +0200
commitc10121d09f3a59527381c21610ce026f753170aa (patch)
tree6a7ae8fbf80852c72363d535aa4bbc5263c9805f
parent3ba14c94cddf6e8f031fde88e2e5325ced3d620b (diff)
rebuild
-rw-r--r--php-pecl-amqp.spec13
1 files changed, 10 insertions, 3 deletions
diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec
index eeb2b1f..6b5291e 100644
--- a/php-pecl-amqp.spec
+++ b/php-pecl-amqp.spec
@@ -33,7 +33,7 @@
Summary: Communicate with any AMQP compliant server
Name: %{?sub_prefix}php-pecl-amqp
Version: 1.9.4
-Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 7%{?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
@@ -88,9 +88,13 @@ Obsoletes: php72u-pecl-%{pecl_name} <= %{version}
Obsoletes: php72w-pecl-%{pecl_name} <= %{version}
%endif
%if "%{php_version}" > "7.3"
-Obsoletes: php73u-pecl-%{pecl_name} <= %{version}
+Obsoletes: php73-pecl-%{pecl_name} <= %{version}
Obsoletes: php73w-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "7.4"
+Obsoletes: php74-pecl-%{pecl_name} <= %{version}
+Obsoletes: php74w-pecl-%{pecl_name} <= %{version}
+%endif
%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
@@ -309,7 +313,10 @@ fi
%changelog
-* Wed Jan 2 2019 Remi Collet <remi@remirepo.net> - 1.9.4-1
+* Wed May 29 2019 Remi Collet <remi@remirepo.net> - 1.9.4-7
+- rebuild
+
+* Wed Jan 2 2019 Remi Collet <remi@remirepo.net> - 1.9.4-6
- update to 1.9.4
- drop patch merged upstream
- raise minimal PHP version to 5.6