summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-07-19 00:00:44 +0200
committerRemi Collet <remi@remirepo.net>2017-07-19 00:00:44 +0200
commit369130123353ee839916c0fe81335945ccab7832 (patch)
tree19d188d77ae5eaf037b57166c8f4dc71f28715bb
parente4e2e31d404d8da2e0e49b56b7a5069384af4c78 (diff)
rebuild for 7.2.0beta1
-rw-r--r--php-pecl-request.spec5
1 files changed, 4 insertions, 1 deletions
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 <remi@remirepo.net> - 1.0.0-0.6.b1
+- rebuild for PHP 7.2.0beta1 new API
+
* Mon Jun 26 2017 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.5.b1
- add patch for reflection with 7.1
- add patch for reflection with 7.2