From 9334b4d379d39723d9a727a5bb4f88732d6ef73b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jul 2019 12:04:33 +0200 Subject: rebuild for 7.4.0beta1 --- php-pecl-gnupg.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/php-pecl-gnupg.spec b/php-pecl-gnupg.spec index eb1e31a..8767d95 100644 --- a/php-pecl-gnupg.spec +++ b/php-pecl-gnupg.spec @@ -24,7 +24,7 @@ Summary: Wrapper around the gpgme library Name: %{?sub_prefix}php-pecl-gnupg Version: 1.4.0 -Release: 7%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 8%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD URL: http://pecl.php.net/package/gnupg @@ -86,9 +86,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 @@ -272,6 +276,9 @@ NO_INTERACTION=1 \ %changelog +* Tue Jul 23 2019 Remi Collet - 1.4.0-8 +- rebuild for 7.4.0beta1 + * Wed Dec 12 2018 Remi Collet - 1.4.0-7 - cleanup for EL-8 -- cgit