From b4e31ef5e3cdd11072222433baabde623892ebcd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Dec 2012 18:50:19 +0100 Subject: php-pecl-http 2.0.0beta3 --- php-pecl-http.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'php-pecl-http.spec') diff --git a/php-pecl-http.spec b/php-pecl-http.spec index 529eb4b..0211102 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -3,11 +3,11 @@ # The project is pecl_http but the extension is only http %global proj_name pecl_http %global pecl_name http -%global prever beta2 +%global prever beta3 Name: php-pecl-http Version: 2.0.0 -Release: 0.12.%{prever}%{?dist}.3 +Release: 0.13.%{prever}%{?dist}.1 Summary: Extended HTTP support License: BSD @@ -54,6 +54,9 @@ Obsoletes: php53u-pecl-http %if "%{php_version}" > "5.4" Obsoletes: php54-pecl-http %endif +%if "%{php_version}" > "5.5" +Obsoletes: php55-pecl-http +%endif # Filter shared private %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} @@ -185,6 +188,9 @@ rm -rf %{buildroot} %changelog +* Thu Dec 13 2012 Remi Collet - 2.0.0-0.13.beta3 +- update to 2.0.0beta3 + * Thu Nov 29 2012 Remi Collet - 2.0.0-0.12.beta2 - update to 2.0.0beta2 - also provides php-http -- cgit