diff options
author | Remi Collet <remi@remirepo.net> | 2018-07-18 08:15:54 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-07-18 08:15:54 +0200 |
commit | 185a4794beea6b7a26294a8e2a0c91fa615059e0 (patch) | |
tree | 97b62904ff23d49827fbea497d6a8794907341d0 | |
parent | 52fbe69d84f31c926dc0a2e42350e05a3f3551d5 (diff) |
rebuild for 7.3.0alpha4 new ABI
-rw-r--r-- | php-pecl-stomp.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-stomp.spec b/php-pecl-stomp.spec index 64fb2ec..b15be3f 100644 --- a/php-pecl-stomp.spec +++ b/php-pecl-stomp.spec @@ -16,7 +16,7 @@ Summary: Stomp client extension Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 2.0.2 -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -53,6 +53,10 @@ Obsoletes: php71w-pecl-%{pecl_name} <= %{version} 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: php73w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -210,6 +214,9 @@ fi %changelog +* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 2.0.2-2 +- rebuild for 7.3.0alpha4 new ABI + * Fri Jun 29 2018 Remi Collet <remi@remirepo.net> - 2.0.2-1 - update to 2.0.2 |