From 144b3ada1b5ceaf7f55371cdfc7c85dd4364364c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Aug 2017 09:26:38 +0200 Subject: v1.0.0b2 --- php-pecl-request.spec | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'php-pecl-request.spec') diff --git a/php-pecl-request.spec b/php-pecl-request.spec index 64740b1..4d129ed 100644 --- a/php-pecl-request.spec +++ b/php-pecl-request.spec @@ -14,21 +14,17 @@ %global pecl_name request %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini -%global prever b1 +%global prever b2 Summary: Server-side request and response objects Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.0.0 -Release: 0.6.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 0.7.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz -Patch0: 0001-Use-IS_VOID-7.1-instead-of-IS_NULL.patch -Patch1: 0002-Fix-type-check-for-setContentDownload.patch -Patch2: 0003-fix-for-PHP-7.2.patch - BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear @@ -104,9 +100,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -%patch0 -p1 -b .void -%patch1 -p1 -b .upstream -%patch2 -p1 -b .php72 # Sanity check, really often broken extver=$(sed -n '/define PHP_REQUEST_VERSION/{s/.* "//;s/".*$//;p}' php_request.h) @@ -243,6 +236,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Aug 1 2017 Remi Collet - 1.0.0-0.7.b2 +- update to 1.0.0b2 (beta) + * Tue Jul 18 2017 Remi Collet - 1.0.0-0.6.b1 - rebuild for PHP 7.2.0beta1 new API -- cgit