From 99471d6bd9f621135407d7ff5776aea0553877b1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Jun 2019 06:58:42 +0200 Subject: v1.42.2 --- php-twig.spec | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'php-twig.spec') diff --git a/php-twig.spec b/php-twig.spec index a257a6d..0591ef8 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.42.1 -%global github_commit 671347603760a88b1e7288aaa9378f33687d7edf +%global github_version 1.42.2 +%global github_commit 21707d6ebd05476854805e4f91b836531941bcd4 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %if "%{php_version}" < "7" @@ -80,7 +80,7 @@ BuildRequires: php-symfony-debug >= 2.7 BuildRequires: php-composer(psr/container) < 2 BuildRequires: php-composer(psr/container) >= 1.0 %endif -## phpcompatinfo (computed from version 1.34.2) +## phpcompatinfo (computed from version 1.42.2) BuildRequires: %{?scl_prefix}php-ctype BuildRequires: %{?scl_prefix}php-date BuildRequires: %{?scl_prefix}php-dom @@ -90,6 +90,7 @@ BuildRequires: %{?scl_prefix}php-json BuildRequires: %{?scl_prefix}php-mbstring BuildRequires: %{?scl_prefix}php-pcre BuildRequires: %{?scl_prefix}php-reflection +BuildRequires: %{?scl_prefix}php-simplexml BuildRequires: %{?scl_prefix}php-spl %endif # Autoloader @@ -98,7 +99,7 @@ BuildRequires: php-fedora-autoloader-devel # Lib ## composer.json Requires: %{?scl_prefix}php(language) >= %{php_min_ver} -## phpcompatinfo (computed from version 1.34.2) +## phpcompatinfo (computed from version 1.42.2) Requires: %{?scl_prefix}php-ctype Requires: %{?scl_prefix}php-date Requires: %{?scl_prefix}php-dom @@ -108,6 +109,7 @@ Requires: %{?scl_prefix}php-json Requires: %{?scl_prefix}php-mbstring Requires: %{?scl_prefix}php-pcre Requires: %{?scl_prefix}php-reflection +Requires: %{?scl_prefix}php-simplexml Requires: %{?scl_prefix}php-spl %if %{with_ext} # Ext @@ -304,7 +306,8 @@ sed -e '/listener/d' phpunit.xml.dist > phpunit.xml : Test suite without extension ret=0 -for cmd in php php71 php72 php73 php74; do +# TODO : 2 failed tests with 7.4 (Function ReflectionType::__toString() is deprecated) +for cmd in php php71 php72 php73; do if which $cmd; then $cmd %{_bindir}/phpunit --verbose || ret=1 fi @@ -341,6 +344,9 @@ exit $ret %changelog +* Tue Jun 18 2019 Shawn Iwinski - 1.42.2-1 +- Update to 1.42.2 + * Tue Jun 4 2019 Remi Collet - 1.42.1-1 - update to 1.42.1 -- cgit