diff options
author | Remi Collet <remi@remirepo.net> | 2017-06-21 08:07:20 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-06-21 08:07:20 +0200 |
commit | 68e862e9ce2ea7dfdc23fe81e75ced0230359b42 (patch) | |
tree | 2fca2f5e99d8f55b7ca4a85da40d9a3e6e26910d | |
parent | 8d397b8c085ce587b4cb52b1f33b793154937ae6 (diff) |
rebuild for 7.2.0alpha2
-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 0374ac2..f16f39b 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: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?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 +* Wed Jun 21 2017 Remi Collet <remi@remirepo.net> - 0.8.2~RC1-2 +- rebuild for 7.2.0alpha2 + * Sun Jun 11 2017 Remi Collet <remi@remirepo.net> - 0.8.2~RC1-1 - ignore minimal PHP version, see https://github.com/jbboehr/php-handlebars/pull/44 |