From af65544512530fd0ac9ac236e79774b23849d8ec Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Jul 2018 07:12:12 +0200 Subject: rebuild for 7.3.0alpha4 new ABI --- php-pecl-mustache.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/php-pecl-mustache.spec b/php-pecl-mustache.spec index 6007a7f..21f94cb 100644 --- a/php-pecl-mustache.spec +++ b/php-pecl-mustache.spec @@ -26,7 +26,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 Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -34,6 +34,7 @@ Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstr Patch0: https://patch-diff.githubusercontent.com/raw/jbboehr/php-mustache/pull/48.patch +BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 5.4 BuildRequires: %{?scl_prefix}php-pear BuildRequires: pkgconfig(mustache) @@ -72,6 +73,10 @@ Obsoletes: php71w-pecl-%{pecl_name} <= %{version} Obsoletes: php72u-pecl-%{pecl_name} <= %{version} Obsoletes: php72w-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.3" +Obsoletes: php73u-pecl-%{pecl_name} <= %{version} +Obsoletes: php73w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -247,6 +252,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Jul 18 2018 Remi Collet - 0.7.4-4 +- rebuild for 7.3.0alpha4 new ABI + * Thu Jun 28 2018 Remi Collet - 0.7.4-3 - ignore 1 failed test on F28 reported as https://github.com/jbboehr/php-mustache/issues/49 -- cgit