summaryrefslogtreecommitdiffstats
path: root/php-pecl-http.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-08-11 09:24:52 +0200
committerRemi Collet <fedora@famillecollet.com>2014-08-11 09:24:52 +0200
commitb66d003bd3e6ad2bcd79cb8c5dc31b995bf12828 (patch)
tree76dfc56d987e81e24800b80485691ff7dca46b3c /php-pecl-http.spec
parent900b88f866f4af6a58fadfe316128325eda3a218 (diff)
php-pecl-http 2.1.0RC2 (for remi-test)
Diffstat (limited to 'php-pecl-http.spec')
-rw-r--r--php-pecl-http.spec11
1 files changed, 5 insertions, 6 deletions
diff --git a/php-pecl-http.spec b/php-pecl-http.spec
index f890daa..5d369e4 100644
--- a/php-pecl-http.spec
+++ b/php-pecl-http.spec
@@ -24,12 +24,12 @@
# after 40-json 20-iconv 40-propro 40-raphf
%global ini_name 50-%{pecl_name}.ini
%endif
-%global prever RC1
+%global prever RC2
%global with_tests %{?_without_tests:0}%{!?_without_tests:1}
Name: %{?scl_prefix}php-pecl-http
Version: 2.1.0
-Release: 0.2.RC1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 0.3.RC2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
Summary: Extended HTTP support
License: BSD
@@ -40,9 +40,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
-# Upstream patches
-Patch0: %{proj_name}-git.patch
-
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: %{?scl_prefix}php-devel >= 5.3.0
BuildRequires: %{?scl_prefix}php-hash
@@ -173,7 +170,6 @@ These are the files needed to compile programs using HTTP extension.
mv %{proj_name}-%{version}%{?prever} NTS
cd NTS
-%patch0 -p1 -b .git
extver=$(sed -n '/#define PHP_PECL_HTTP_VERSION/{s/.* "//;s/".*$//;p}' php_http.h)
if test "x${extver}" != "x%{version}%{?prever}"; then
@@ -323,6 +319,9 @@ rm -rf %{buildroot}
%changelog
+* Mon Aug 11 2014 Remi Collet <remi@fedoraproject.org> - 2.1.0-0.3.RC2
+- Update to 2.1.0RC2
+
* Tue Aug 05 2014 Remi Collet <remi@fedoraproject.org> - 2.1.0-0.2.RC1
- add upstream patches