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 | d7ba57da824f6833d19885d33822c227faf9b0f8 (patch) | |
tree | 3a950ef82f75f0e2df457ba5acbd1f2adc03059c /php-pecl-ssh2.spec | |
parent | 3d0a4c4ebb73e56ec6150cdd0c4c5dc689ada94a (diff) |
PHP 5.5: new snapshot (~alpha2) + rebuild of extensions for new ABI
Diffstat (limited to 'php-pecl-ssh2.spec')
-rw-r--r-- | php-pecl-ssh2.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-ssh2.spec b/php-pecl-ssh2.spec index 986e170..5685bf8 100644 --- a/php-pecl-ssh2.spec +++ b/php-pecl-ssh2.spec @@ -4,7 +4,7 @@ Name: php-pecl-ssh2 Version: 0.12 -Release: 1%{?dist}.3 +Release: 1%{?dist}.4 Summary: Bindings for the libssh2 library # http://pecl.php.net/bugs/bug.php?id=24364 @@ -35,6 +35,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 %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} |