diff options
| -rw-r--r-- | REFLECTION | 6 | ||||
| -rw-r--r-- | php-pecl-handlebars.spec | 7 | 
2 files changed, 8 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #93 handlebars version 0.8.2RC1 ] { +Extension [ <persistent> extension #92 handlebars version 0.8.2RC2 ] {    - Dependencies {      Dependency [ psr (Optional) ] @@ -36,8 +36,8 @@ Extension [ <persistent> 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 <remi@remirepo.net> - 0.8.2~RC2-1 +- update to 0.8.2RC2 +  * Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 0.8.2~RC1-3  - rebuild for PHP 7.2.0beta1 new API  | 
