diff options
author | Remi Collet <remi@remirepo.net> | 2019-07-23 12:04:33 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-07-23 12:04:33 +0200 |
commit | 9334b4d379d39723d9a727a5bb4f88732d6ef73b (patch) | |
tree | bc3da47258565971165bd98e1b2554cab6a99243 | |
parent | 79e3667e4b3c355058fb21bb142fc7a1ce69adb5 (diff) |
rebuild for 7.4.0beta1
-rw-r--r-- | php-pecl-gnupg.spec | 11 |
1 files 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 <remi@remirepo.net> - 1.4.0-8 +- rebuild for 7.4.0beta1 + * Wed Dec 12 2018 Remi Collet <remi@remirepo.net> - 1.4.0-7 - cleanup for EL-8 |