diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-12-18 18:42:39 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-12-18 18:42:39 +0100 |
commit | aa7dcb2db51535f9a6c10d88bb5fe7c124aef51b (patch) | |
tree | 7a6ea299cb1cfe607eaf505fb63e1b4caf739027 | |
parent | ce285bc68ce8d05f2de0d16c6376e89d1f8c4da4 (diff) |
PHP 5.5: new snapshot (~alpha2) + rebuild of extensions for new ABI
-rw-r--r-- | php-pecl-uuid.spec | 5 |
1 files changed, 4 insertions, 1 deletions
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 |