diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | composer.json | 4 | ||||
-rw-r--r-- | php-twig.spec | 21 |
4 files changed, 10 insertions, 19 deletions
@@ -1,4 +1,4 @@ twig -Version => 1.41.0 +Version => 1.42.0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #81 twig version 1.41.0 ] { +Extension [ <persistent> extension #81 twig version 1.42.0 ] { - Functions { Function [ <internal:twig> function twig_template_get_attributes ] { diff --git a/composer.json b/composer.json index 4b99372..2f10465 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "symfony/polyfill-ctype": "^1.8" }, "require-dev": { - "symfony/phpunit-bridge": "^3.4.19|^4.1.8", + "symfony/phpunit-bridge": "^3.4.19|^4.1.8|^5.0", "symfony/debug": "^2.7", "psr/container": "^1.0" }, @@ -42,7 +42,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.41-dev" + "dev-master": "1.42-dev" } } } 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 |