From 5bab1647ace3f444b268d0ee4dd4c41f7e015b5f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Oct 2014 15:25:24 +0200 Subject: php-pecl-http: 2.1.3 --- php-pecl-http.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'php-pecl-http.spec') diff --git a/php-pecl-http.spec b/php-pecl-http.spec index 8ed6c73..6f37d39 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -27,7 +27,7 @@ %global with_tests %{?_without_tests:0}%{!?_without_tests:1} Name: %{?scl_prefix}php-pecl-http -Version: 2.1.2 +Version: 2.1.3 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Summary: Extended HTTP support @@ -39,8 +39,6 @@ Source0: http://pecl.php.net/get/%{proj_name}-%{version}%{?prever}.tgz # From http://www.php.net/manual/en/http.configuration.php Source1: %{proj_name}.ini -Patch0: %{proj_name}-upstream.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{?scl_prefix}php-devel >= 5.3.0 BuildRequires: %{?scl_prefix}php-hash @@ -174,7 +172,6 @@ These are the files needed to compile programs using HTTP extension. mv %{proj_name}-%{version}%{?prever} NTS cd NTS -%patch0 -p1 -b .upstream extver=$(sed -n '/#define PHP_PECL_HTTP_VERSION/{s/.* "//;s/".*$//;p}' php_http.h) if test "x${extver}" != "x%{version}%{?prever}"; then @@ -330,6 +327,9 @@ rm -rf %{buildroot} %changelog +* Thu Oct 16 2014 Remi Collet - 2.1.3-1 +- Update to 2.1.3, no change, only our patch merged + * Thu Sep 25 2014 Remi Collet - 2.1.2-1 - Update to 2.1.2 -- cgit