diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-03 14:19:06 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-03 14:19:06 +0200 |
commit | d9f4e6cbd979d9666611036fe31f10920c15aa87 (patch) | |
tree | cd67023f461285e1d1ce5f4c8128caa3483db430 | |
parent | 7ff51f71f99b3577b91fac9e1318b4f78300e03b (diff) |
rebuild for 7.4.0RC1
-rw-r--r-- | php-pecl-sync.spec | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/php-pecl-sync.spec b/php-pecl-sync.spec index 1a4ac24..b4d0408 100644 --- a/php-pecl-sync.spec +++ b/php-pecl-sync.spec @@ -22,7 +22,7 @@ Summary: Named and unnamed synchronization objects Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.1.1 -Release: 5%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 6%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: MIT Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -64,9 +64,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 @@ -219,6 +223,9 @@ export TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}. %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.1.1-6 +- rebuild for 7.4.0RC1 + * Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.1.1-5 - rebuild for 7.3.0beta2 new ABI |