From 665feb7f56ce75a04e186ff39b66b4ff63f4d495 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Aug 2018 13:08:36 +0200 Subject: rebuild for 7.3.0beta2 new ABI add patch for PHP 7.3 from https://github.com/pmjones/ext-request/pull/14 --- php-pecl-request.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'php-pecl-request.spec') 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 - 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 - 1.0.0-0.9.b2 - rebuild for 7.3.0alpha4 new ABI -- cgit