From b9056adb8d18b2b123e5b1c76451ffea81a2f8b7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2019 13:30:34 +0200 Subject: rebuild for 7.4.0RC1 --- php-pecl-mustache.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-mustache.spec') diff --git a/php-pecl-mustache.spec b/php-pecl-mustache.spec index 6b8e683..206319f 100644 --- a/php-pecl-mustache.spec +++ b/php-pecl-mustache.spec @@ -22,7 +22,7 @@ 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: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -238,6 +238,9 @@ REPORT_EXIT_STATUS=1 \ # Notice no more EL-6 build (compiler issue and segfaults) %changelog +* Tue Sep 03 2019 Remi Collet - 0.9.0-4 +- rebuild for 7.4.0RC1 + * Tue Jul 23 2019 Remi Collet - 0.9.0-3 - rebuild for 7.4.0beta1 -- cgit