diff options
author | Remi Collet <remi@remirepo.net> | 2017-07-18 22:48:02 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-07-18 22:48:02 +0200 |
commit | 9e7ac150edf324626b07fb9e6ea20e878bf7b96b (patch) | |
tree | 57e9e736ec996544a6d942b6e3ef16d9b9d9d306 | |
parent | 68e862e9ce2ea7dfdc23fe81e75ced0230359b42 (diff) |
v7.1.8RC1
-rw-r--r-- | php-pecl-handlebars.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-handlebars.spec b/php-pecl-handlebars.spec index f16f39b..9eb057d 100644 --- a/php-pecl-handlebars.spec +++ b/php-pecl-handlebars.spec @@ -26,7 +26,7 @@ Summary: Handlebars templating language Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -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} @@ -269,6 +269,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 0.8.2~RC1-3 +- rebuild for PHP 7.2.0beta1 new API + * Wed Jun 21 2017 Remi Collet <remi@remirepo.net> - 0.8.2~RC1-2 - rebuild for 7.2.0alpha2 |