From d7ba57da824f6833d19885d33822c227faf9b0f8 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-ssh2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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$} -- cgit