From 369130123353ee839916c0fe81335945ccab7832 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Jul 2017 00:00:44 +0200 Subject: rebuild for 7.2.0beta1 --- php-pecl-request.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-request.spec b/php-pecl-request.spec index 475f197..64740b1 100644 --- a/php-pecl-request.spec +++ b/php-pecl-request.spec @@ -19,7 +19,7 @@ Summary: Server-side request and response objects Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.0.0 -Release: 0.5.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 0.6.%{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} @@ -243,6 +243,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Jul 18 2017 Remi Collet - 1.0.0-0.6.b1 +- rebuild for PHP 7.2.0beta1 new API + * Mon Jun 26 2017 Remi Collet - 1.0.0-0.5.b1 - add patch for reflection with 7.1 - add patch for reflection with 7.2 -- cgit