diff options
author | Remi Collet <remi@remirepo.net> | 2019-05-27 08:55:12 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-05-27 08:55:12 +0200 |
commit | 2571e7adcfbf89a7fec844ee7a07b8ca183d4976 (patch) | |
tree | cfaa21207f4c3632199676bf7eb47d7659e41b46 /php-pecl-uopz.spec | |
parent | be27f53abef078644417b23b19eeae1f41ea57e1 (diff) |
v6.1.0
Diffstat (limited to 'php-pecl-uopz.spec')
-rw-r--r-- | php-pecl-uopz.spec | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/php-pecl-uopz.spec b/php-pecl-uopz.spec index 9ce0d7c..306ea97 100644 --- a/php-pecl-uopz.spec +++ b/php-pecl-uopz.spec @@ -23,8 +23,8 @@ Summary: User Operations for Zend Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 6.0.1 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 6.1.0 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP URL: http://pecl.php.net/package/%{pecl_name} %if 0%{?gh_commit:1} @@ -60,9 +60,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 @@ -253,6 +257,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon May 27 2019 Remi Collet <remi@remirepo.net> - 6.1.0-1 +- update to 6.1.0 + * Wed Feb 6 2019 Remi Collet <remi@remirepo.net> - 6.0.1-2 - update package description from upstream |