From 1633d77240383a7e1bb55a666b704a9a3228a95a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Jul 2017 02:39:19 +0200 Subject: v0.7.4 (stable) --- php-pecl-mustache.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'php-pecl-mustache.spec') diff --git a/php-pecl-mustache.spec b/php-pecl-mustache.spec index fb51186..ffaff3c 100644 --- a/php-pecl-mustache.spec +++ b/php-pecl-mustache.spec @@ -21,19 +21,18 @@ %global with_tests 0%{!?_without_tests:1} %global upstream_version 0.7.4 -%global upstream_prever RC2 +#global upstream_prever RC2 Summary: Mustache 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: MIT Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz -# package.xml state 5.6, but upstream is ok with ignoring it -BuildRequires: %{?scl_prefix}php-devel +BuildRequires: %{?scl_prefix}php-devel >= 5.4 BuildRequires: %{?scl_prefix}php-pear BuildRequires: pkgconfig(mustache) %if 0%{?rhel} == 7 @@ -241,6 +240,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Jul 19 2017 Remi Collet - 0.7.4-1 +- update to 0.7.4 (stable) + * Tue Jul 18 2017 Remi Collet - 0.7.4~RC2-3 - rebuild for PHP 7.2.0beta1 new API -- cgit