From 89070177b8452bb70e61e1b9974b61db02b1eecd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Jan 2014 16:57:17 +0100 Subject: php-pecl-http: 2.0.4 (stable) --- php-pecl-http.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'php-pecl-http.spec') 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 - 2.0.4-1 +- Update to 2.0.4 +- fix link to documentation +- update provided configuration + * Tue Dec 10 2013 Remi Collet - 2.0.3-1 - Update to 2.0.3 (stable) - drop Conflicts with pecl/event -- cgit