summaryrefslogtreecommitdiffstats
path: root/php-twig.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-13 13:18:41 +0200
committerRemi Collet <remi@remirepo.net>2018-07-13 13:18:41 +0200
commit219a1b9b88e5d01c51a5ebeb22aa2d89e32b1c3b (patch)
treef5218a4e87fee0ed39b719c71f36dfeda6733067 /php-twig.spec
parent7d3486d5d8e7cfcb1b75bb95b97654c59d9ce58b (diff)
v1.35.4
Diffstat (limited to 'php-twig.spec')
-rw-r--r--php-twig.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/php-twig.spec b/php-twig.spec
index 0c6e64d..389c32c 100644
--- a/php-twig.spec
+++ b/php-twig.spec
@@ -30,8 +30,8 @@
%global github_owner twigphp
%global github_name Twig
-%global github_version 1.35.3
-%global github_commit b48680b6eb7d16b5025b9bfc4108d86f6b8af86f
+%global github_version 1.35.4
+%global github_commit 7e081e98378a1e78c29cc9eba4aefa5d78a05d2a
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%if "%{php_version}" < "7"
@@ -206,7 +206,8 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO
%if %{with_ext}
: Ext -- NTS
mv ext/%{ext_name} ext/NTS
-%if %{with_zts}
+sed -e '/PHP_TWIG_VERSION/s/-DEV//' -i ext/NTS/php_twig.h
+ %if %{with_zts}
: Ext -- ZTS
cp -pr ext/NTS ext/ZTS
%endif
@@ -315,7 +316,7 @@ sed -e '/listener/d' phpunit.xml.dist > phpunit.xml
: Test suite without extension
ret=0
-for cmd in php php70 php71 php72; do
+for cmd in php php70 php71 php72 php73; do
if which $cmd; then
$cmd %{_bindir}/phpunit --verbose || ret=1
fi
@@ -352,6 +353,9 @@ exit $ret
%changelog
+* Fri Jul 13 2018 Remi Collet <remi@remirepo.net> - 1.35.4-1
+- update to 1.35.4
+
* Tue Mar 20 2018 Remi Collet <remi@remirepo.net> - 1.35.3-1
- update to 1.35.3