From 077223a4277e5ee68253cfc98c25f416b6997a1b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Jul 2017 03:21:27 +0200 Subject: v0.8.2RC2 --- REFLECTION | 6 +++--- php-pecl-handlebars.spec | 7 +++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/REFLECTION b/REFLECTION index 72675b2..6c9086a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #93 handlebars version 0.8.2RC1 ] { +Extension [ extension #92 handlebars version 0.8.2RC2 ] { - Dependencies { Dependency [ psr (Optional) ] @@ -36,8 +36,8 @@ Extension [ extension #93 handlebars version 0.8.2RC1 ] { - Constants [4] { Constant [ integer Handlebars\PSR ] { 0 } - Constant [ string Handlebars\VERSION ] { 0.8.2RC1 } - Constant [ string Handlebars\LIBVERSION ] { 0.6.3 } + Constant [ string Handlebars\VERSION ] { 0.8.2RC2 } + Constant [ string Handlebars\LIBVERSION ] { 0.6.4 } Constant [ null Handlebars\CACHE_BACKEND ] { } } diff --git a/php-pecl-handlebars.spec b/php-pecl-handlebars.spec index 9eb057d..2518a5d 100644 --- a/php-pecl-handlebars.spec +++ b/php-pecl-handlebars.spec @@ -21,12 +21,12 @@ %global with_tests 0%{!?_without_tests:1} %global upstream_version 0.8.2 -%global upstream_prever RC1 +%global upstream_prever RC2 Summary: Handlebars templating language Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?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 Jul 19 2017 Remi Collet - 0.8.2~RC2-1 +- update to 0.8.2RC2 + * Tue Jul 18 2017 Remi Collet - 0.8.2~RC1-3 - rebuild for PHP 7.2.0beta1 new API -- cgit