summaryrefslogtreecommitdiffstats
path: root/php-twig.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-twig.spec')
-rw-r--r--php-twig.spec21
1 files changed, 6 insertions, 15 deletions
diff --git a/php-twig.spec b/php-twig.spec
index 304a81b..c307157 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.41.0
-%global github_commit 575cd5028362da591facde1ef5d7b94553c375c9
+%global github_version 1.42.0
+%global github_commit 2983fcf2e20a4afe95f07e61d89a7590b3c8df2e
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%if "%{php_version}" < "7"
@@ -159,18 +159,6 @@ Obsoletes: php55w-%{ext_name} <= %{version}
Obsoletes: php56u-%{ext_name} <= %{version}
Obsoletes: php56w-%{ext_name} <= %{version}
%endif
-%if "%{php_version}" > "7.0"
-Obsoletes: php70u-%{ext_name} <= %{version}
-Obsoletes: php70w-%{ext_name} <= %{version}
-%endif
-%if "%{php_version}" > "7.1"
-Obsoletes: php71u-%{ext_name} <= %{version}
-Obsoletes: php71w-%{ext_name} <= %{version}
-%endif
-%if "%{php_version}" > "7.2"
-Obsoletes: php72u-%{ext_name} <= %{version}
-Obsoletes: php72w-%{ext_name} <= %{version}
-%endif
%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
@@ -316,7 +304,7 @@ sed -e '/listener/d' phpunit.xml.dist > phpunit.xml
: Test suite without extension
ret=0
-for cmd in php php71 php72 php73; do
+for cmd in php php71 php72 php73 php74; do
if which $cmd; then
$cmd %{_bindir}/phpunit --verbose || ret=1
fi
@@ -353,6 +341,9 @@ exit $ret
%changelog
+* Mon Jun 3 2019 Remi Collet <remi@remirepo.net> - 1.42.0-1
+- update to 1.42.0
+
* Wed May 15 2019 Remi Collet <remi@remirepo.net> - 1.41.0-1
- update to 1.41.0