summaryrefslogtreecommitdiffstats
path: root/php-pecl-mustache.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-11-28 08:02:51 +0100
committerRemi Collet <remi@php.net>2022-11-28 08:02:51 +0100
commit8ecf5dcd822a245b1d138b893ed843f2f38567b2 (patch)
tree9d7d3d38d6a2d47cbd411a3492b95535bc18becb /php-pecl-mustache.spec
parentc7537a22ba77e92e6065a027875a64a300a1ba7d (diff)
update to 0.9.3
drop patch merged upstream
Diffstat (limited to 'php-pecl-mustache.spec')
-rw-r--r--php-pecl-mustache.spec12
1 files changed, 6 insertions, 6 deletions
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 <remi@remirepo.net> - 0.9.3-1
+- update to 0.9.3
+- drop patch merged upstream
+
* Tue Sep 13 2022 Remi Collet <remi@remirepo.net> - 0.9.2-2
- add patch for PHP 8.2 from
https://github.com/jbboehr/php-mustache/pull/67