summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-07-19 03:21:27 +0200
committerRemi Collet <remi@remirepo.net>2017-07-19 03:21:27 +0200
commit077223a4277e5ee68253cfc98c25f416b6997a1b (patch)
tree8263c082e57164acd79ff70abe43cc10c6e27817
parent9e7ac150edf324626b07fb9e6ea20e878bf7b96b (diff)
v0.8.2RC2
-rw-r--r--REFLECTION6
-rw-r--r--php-pecl-handlebars.spec7
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 [ <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