summaryrefslogtreecommitdiffstats
path: root/php-pecl-handlebars.spec
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 /php-pecl-handlebars.spec
parent9e7ac150edf324626b07fb9e6ea20e878bf7b96b (diff)
v0.8.2RC2
Diffstat (limited to 'php-pecl-handlebars.spec')
-rw-r--r--php-pecl-handlebars.spec7
1 files changed, 5 insertions, 2 deletions
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