From aa7dcb2db51535f9a6c10d88bb5fe7c124aef51b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Dec 2012 18:42:39 +0100 Subject: PHP 5.5: new snapshot (~alpha2) + rebuild of extensions for new ABI --- php-pecl-uuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-uuid.spec b/php-pecl-uuid.spec index 85cd71b..7c50ed7 100644 --- a/php-pecl-uuid.spec +++ b/php-pecl-uuid.spec @@ -5,7 +5,7 @@ Summary: Universally Unique Identifier extension for PHP Name: php-pecl-uuid Version: 1.0.3 -Release: 3%{?dist}.3 +Release: 3%{?dist}.4 License: LGPLv2+ Group: Development/Languages URL: http://pecl.php.net/package/uuid @@ -47,6 +47,9 @@ Obsoletes: php53u-pecl-%{pecl_name} %if "%{php_version}" > "5.4" Obsoletes: php54-pecl-%{pecl_name} %endif +%if "%{php_version}" > "5.5" +Obsoletes: php55-pecl-%{pecl_name} +%endif # Filter private shared -- cgit