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 --- php-pecl-handlebars.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-handlebars.spec') 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