summaryrefslogtreecommitdiffstats
path: root/php-pecl-request.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-request.spec')
-rw-r--r--php-pecl-request.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-request.spec b/php-pecl-request.spec
index 214df32..4627bd1 100644
--- a/php-pecl-request.spec
+++ b/php-pecl-request.spec
@@ -19,12 +19,13 @@
Summary: Server-side request and response objects
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.0.0
-Release: 0.9.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 0.10.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
Patch0: https://patch-diff.githubusercontent.com/raw/pmjones/ext-request/pull/12.patch
+Patch1: https://patch-diff.githubusercontent.com/raw/pmjones/ext-request/pull/14.patch
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel > 7
@@ -107,6 +108,7 @@ sed -e 's/role="test"/role="src"/' \
cd NTS
%patch0 -p1 -b .pr12
+%patch1 -p1 -b .pr14
# Sanity check, really often broken
extver=$(sed -n '/define PHP_REQUEST_VERSION/{s/.* "//;s/".*$//;p}' php_request.h)
@@ -243,6 +245,11 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.0.0-0.10.b2
+- rebuild for 7.3.0beta2 new ABI
+- add patch for PHP 7.3 from
+ https://github.com/pmjones/ext-request/pull/14
+
* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.0.0-0.9.b2
- rebuild for 7.3.0alpha4 new ABI