diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-03-21 10:14:24 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-03-21 10:14:24 +0100 |
commit | 5316d0845edc265c7c347579d268cd43fb83d8c8 (patch) | |
tree | 5945a125ccb9269acaafa599dfa602a0af11deef | |
parent | d62b149b8b1d8eaf801817b0a44a4ddeb3dbf0a5 (diff) |
php extension rebuild for php 5.5
-rw-r--r-- | php-pecl-igbinary.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index 244f48a..34c240e 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -8,7 +8,7 @@ Summary: Replacement for the standard PHP serializer Name: php-pecl-igbinary Version: 1.1.2 %if 0%{?gitver:1} -Release: 0.5.git%{gitver}%{?dist} +Release: 0.5.git%{gitver}%{?dist}.1 Source0: igbinary-igbinary-1.1.1-15-g3b8ab7e.tar.gz %else Release: 2%{?dist} @@ -48,6 +48,9 @@ Obsoletes: php53u-pecl-%{extname} %if "%{php_version}" > "5.4" Obsoletes: php54-pecl-%{extname} %endif +%if "%{php_version}" > "5.5" +Obsoletes: php55-pecl-%{extname} +%endif # Filter private shared %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} |