summaryrefslogtreecommitdiffstats
path: root/php-pecl-http.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-12-13 18:50:19 +0100
committerRemi Collet <fedora@famillecollet.com>2012-12-13 18:50:19 +0100
commitb4e31ef5e3cdd11072222433baabde623892ebcd (patch)
treef71cfb0a07a0dfa7d7f070afd303f04450db1c1b /php-pecl-http.spec
parent3d781c694857b75495f3ae9b5fd0202b378c53c8 (diff)
php-pecl-http 2.0.0beta3
Diffstat (limited to 'php-pecl-http.spec')
-rw-r--r--php-pecl-http.spec10
1 files changed, 8 insertions, 2 deletions
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 <remi@fedoraproject.org> - 2.0.0-0.13.beta3
+- update to 2.0.0beta3
+
* Thu Nov 29 2012 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.12.beta2
- update to 2.0.0beta2
- also provides php-http