From 93950c851cfad62a285affb59b3e61c845e54b6d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Jul 2018 08:36:58 +0200 Subject: rebuild for 7.3.0alpha4 new ABI --- php-pecl-uuid.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'php-pecl-uuid.spec') diff --git a/php-pecl-uuid.spec b/php-pecl-uuid.spec index 6c68e9f..23d6705 100644 --- a/php-pecl-uuid.spec +++ b/php-pecl-uuid.spec @@ -30,7 +30,7 @@ Summary: Universally Unique Identifier extension for PHP Name: %{?sub_prefix}php-pecl-uuid Version: 1.0.4 -Release: 12%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 13%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: LGPLv2+ URL: http://pecl.php.net/package/uuid Source: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -72,6 +72,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 @@ -219,6 +223,9 @@ fi %changelog +* Wed Jul 18 2018 Remi Collet - 1.0.4-13 +- rebuild for 7.3.0alpha4 new ABI + * Fri Jun 22 2018 Remi Collet - 1.0.4-12 - cleanup and rebuild -- cgit