From 263b507e676d090ad6750129e5c275fbb3f91add Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Oct 2015 09:31:19 +0200 Subject: PHP 7.0.0RC5 --- php-pecl-json-post.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pecl-json-post.spec b/php-pecl-json-post.spec index 4a20c86..c3ae9f3 100644 --- a/php-pecl-json-post.spec +++ b/php-pecl-json-post.spec @@ -37,7 +37,7 @@ Summary: JSON POST handler Name: %{?sub_prefix}php-pecl-json-post Version: 1.0.1 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -94,7 +94,7 @@ the JSON contents of the request body will by parsed into `$_POST`. This extension does not provide any constants, functions or classes. -Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl})}. +Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}. %prep @@ -241,6 +241,9 @@ rm -rf %{buildroot} %changelog +* Tue Oct 13 2015 Remi Collet - 1.0.1-3 +- rebuild for PHP 7.0.0RC5 new API version + * Fri Sep 18 2015 Remi Collet - 1.0.1-2 - F23 rebuild with rh_layout -- cgit