From 319b69c4e0c0141c2ff0b6aaf487048d42248268 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 12 Oct 2012 06:19:22 +0200 Subject: php-pecl-http: sync with rawhide --- php-pecl-http.spec | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'php-pecl-http.spec') diff --git a/php-pecl-http.spec b/php-pecl-http.spec index c4e8664..2213983 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -3,12 +3,12 @@ # The project is pecl_http but the extension is only http %global proj_name pecl_http %global pecl_name http -%global prever dev7 -%global devver dev7 +%global prever alpha1 +%global devver dev Name: php-pecl-http Version: 2.0.0 -Release: 0.6.%{prever}%{?dist} +Release: 0.10.%{prever}%{?dist} Summary: Extended HTTP support License: BSD @@ -19,10 +19,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 -# Fix RHEL build -# http://svn.php.net/viewvc?view=revision&revision=324058 -Patch0: %{proj_name}-build.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: php-devel >= 5.4.0 BuildRequires: php-pear @@ -76,8 +72,6 @@ These are the files needed to compile programs using HTTP extension. %prep %setup -c -q -%patch0 -p0 -b .build - extver=$(sed -n '/#define PHP_HTTP_EXT_VERSION/{s/.* "//;s/".*$//;p}' %{proj_name}-%{version}%{?prever}/php_http.h) if test "x${extver}" != "x%{version}%{?devver}"; then : Error: Upstream HTTP version is now ${extver}, expecting %{version}%{?devver}. @@ -163,6 +157,18 @@ rm -rf %{buildroot} %changelog +* Sat Jul 21 2012 Fedora Release Engineering - 2.0.0-0.10.alpha1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sat Apr 21 2012 Remi Collet - 2.0.0-0.9.alpha1 +- update to 2.0.0alpha1 + +* Sat Mar 31 2012 Remi Collet - 2.0.0-0.8.dev10 +- update to 2.0.0dev10 + +* Fri Mar 16 2012 Remi Collet - 2.0.0-0.7.dev8 +- update to 2.0.0dev8 + * Fri Mar 09 2012 Remi Collet - 2.0.0-0.6.dev7 - update to 2.0.0dev7 -- cgit