From 8ecf5dcd822a245b1d138b893ed843f2f38567b2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Nov 2022 08:02:51 +0100 Subject: update to 0.9.3 drop patch merged upstream --- php-pecl-mustache.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'php-pecl-mustache.spec') diff --git a/php-pecl-mustache.spec b/php-pecl-mustache.spec index 6718440..fe55d35 100644 --- a/php-pecl-mustache.spec +++ b/php-pecl-mustache.spec @@ -16,19 +16,17 @@ %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini -%global upstream_version 0.9.2 +%global upstream_version 0.9.3 #global upstream_prever RC2 Summary: Mustache templating language Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?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 URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz -Patch0: %{pecl_name}-php82.patch - BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.0 @@ -67,8 +65,6 @@ sed -e 's/role="test"/role="src"/' \ -i package.xml cd NTS -%patch0 -p1 -b .pr67 - # Sanity check, really often broken extver=$(sed -n '/PHP_MUSTACHE_VERSION/{s/.* "//;s/".*$//;p}' php_mustache.h) if test "x${extver}" != "x%{upstream_version}%{?upstream_prever}"; then @@ -212,6 +208,10 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Nov 28 2022 Remi Collet - 0.9.3-1 +- update to 0.9.3 +- drop patch merged upstream + * Tue Sep 13 2022 Remi Collet - 0.9.2-2 - add patch for PHP 8.2 from https://github.com/jbboehr/php-mustache/pull/67 -- cgit