summaryrefslogtreecommitdiffstats
path: root/php-pecl-http.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-01-02 16:57:17 +0100
committerRemi Collet <fedora@famillecollet.com>2014-01-02 16:57:17 +0100
commit89070177b8452bb70e61e1b9974b61db02b1eecd (patch)
treeae7979763a5162fdf633e41b9f5e5f1c401ba0e9 /php-pecl-http.spec
parentc8b48c1e11684a84f5664215e6d9011b3790d402 (diff)
php-pecl-http: 2.0.4 (stable)
Diffstat (limited to 'php-pecl-http.spec')
-rw-r--r--php-pecl-http.spec12
1 files changed, 7 insertions, 5 deletions
diff --git a/php-pecl-http.spec b/php-pecl-http.spec
index bc715ec..44497ba 100644
--- a/php-pecl-http.spec
+++ b/php-pecl-http.spec
@@ -18,7 +18,7 @@
%global with_zts 0%{?__ztsphp:1}
Name: %{?scl_prefix}php-pecl-http
-Version: 2.0.3
+Version: 2.0.4
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
Summary: Extended HTTP support
@@ -105,7 +105,7 @@ Note:
. php-pecl-http1 provides API version 1
. php-pecl-http provides API version 2
-Documentation : http://php.net/http
+Documentation : http://devel-m6w6.rhcloud.com/mdref/http
%package devel
@@ -124,9 +124,6 @@ These are the files needed to compile programs using HTTP extension.
mv %{proj_name}-%{version}%{?prever} NTS
cd NTS
-# http://git.php.net/?p=pecl/http/pecl_http.git;a=patch;h=441de41329327d32937f107da371435d14d7be36
-sed -e '/ZEND_MOD_CONFLICTS/d' -i php_http.c
-
extver=$(sed -n '/#define PHP_PECL_HTTP_VERSION/{s/.* "//;s/".*$//;p}' php_http.h)
if test "x${extver}" != "x%{version}%{?prever}"; then
: Error: Upstream HTTP version is now ${extver}, expecting %{version}%{?prever}.
@@ -244,6 +241,11 @@ rm -rf %{buildroot}
%changelog
+* Thu Jan 02 2014 Remi Collet <remi@fedoraproject.org> - 2.0.4-1
+- Update to 2.0.4
+- fix link to documentation
+- update provided configuration
+
* Tue Dec 10 2013 Remi Collet <remi@fedoraproject.org> - 2.0.3-1
- Update to 2.0.3 (stable)
- drop Conflicts with pecl/event