summaryrefslogtreecommitdiffstats
path: root/php-pecl-mustache.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-mustache.spec')
-rw-r--r--php-pecl-mustache.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/php-pecl-mustache.spec b/php-pecl-mustache.spec
index 0fcaaf4..a8de24f 100644
--- a/php-pecl-mustache.spec
+++ b/php-pecl-mustache.spec
@@ -16,7 +16,7 @@
%global ini_name 40-%{pecl_name}.ini
%global with_tests 0%{!?_without_tests:1}
-%global upstream_version 0.8.0
+%global upstream_version 0.8.1
#global upstream_prever RC2
Summary: Mustache templating language
@@ -26,7 +26,6 @@ Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_
License: MIT
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
-Source1: https://raw.githubusercontent.com/jbboehr/php-mustache/master/php5to7.h
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel >= 5.6
@@ -97,8 +96,6 @@ sed -e 's/role="test"/role="src"/' \
-i package.xml
cd NTS
-cp %{SOURCE1} .
-
# 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
@@ -243,6 +240,9 @@ REPORT_EXIT_STATUS=1 \
# Notice no more EL-6 build (compiler issue and segfaults)
%changelog
+* Mon Nov 12 2018 Remi Collet <remi@remirepo.net> - 0.8.1-1
+- update to 0.8.1 (no change)
+
* Mon Nov 12 2018 Remi Collet <remi@remirepo.net> - 0.8.0-1
- update to 0.8.0
- drop patch merged upstream