summaryrefslogtreecommitdiffstats
path: root/php-pecl-http.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-08-05 09:37:24 +0200
committerRemi Collet <fedora@famillecollet.com>2014-08-05 09:37:24 +0200
commit900b88f866f4af6a58fadfe316128325eda3a218 (patch)
treeccf95b063ed8f6bbc6452ee96aa2224e36f2f140 /php-pecl-http.spec
parentb4223292032e5c77930d8c565f0b42492508be67 (diff)
php-pecl-http: more upstream patches
Diffstat (limited to 'php-pecl-http.spec')
-rw-r--r--php-pecl-http.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/php-pecl-http.spec b/php-pecl-http.spec
index 33db5ef..f890daa 100644
--- a/php-pecl-http.spec
+++ b/php-pecl-http.spec
@@ -29,7 +29,7 @@
Name: %{?scl_prefix}php-pecl-http
Version: 2.1.0
-Release: 0.1.RC1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 0.2.RC1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
Summary: Extended HTTP support
License: BSD
@@ -112,11 +112,14 @@ Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version}%{?prev
Obsoletes: php53-pecl-http
Obsoletes: php53u-pecl-http
Obsoletes: php54-pecl-http
+Obsoletes: php54w-pecl-http
%if "%{php_version}" > "5.5"
Obsoletes: php55u-pecl-http
+Obsoletes: php55w-pecl-http
%endif
%if "%{php_version}" > "5.6"
Obsoletes: php56u-pecl-http
+Obsoletes: php56w-pecl-http
%endif
%endif
@@ -320,6 +323,9 @@ rm -rf %{buildroot}
%changelog
+* Tue Aug 05 2014 Remi Collet <remi@fedoraproject.org> - 2.1.0-0.2.RC1
+- add upstream patches
+
* Sat Aug 02 2014 Remi Collet <remi@fedoraproject.org> - 2.1.0-0.1.RC1
- Update to 2.1.0RC1
- run test suite during build