diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-11-22 14:53:40 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-11-22 14:53:40 +0100 |
commit | 823e207cc7769b888ec81b2777be882b91f19eac (patch) | |
tree | 9367d8dee2fc3087356b32d6f745a706c3bae06c | |
parent | 0eba0872d4274506a07d93247cb14f74270edabe (diff) |
php-symfony: 2.8.14
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-symfony.spec | 19 |
2 files changed, 15 insertions, 6 deletions
diff --git a/composer.json b/composer.json index 1c95016..261d4b2 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": ">=5.3.9", "doctrine/common": "~2.4", - "twig/twig": "~1.27|~2.0", + "twig/twig": "~1.28|~2.0", "psr/log": "~1.0", "symfony/security-acl": "~2.7|~3.0.0", "symfony/polyfill-apcu": "~1.1", diff --git a/php-symfony.spec b/php-symfony.spec index 8522fbe..b807d3d 100644 --- a/php-symfony.spec +++ b/php-symfony.spec @@ -13,8 +13,8 @@ %global github_owner symfony %global github_name symfony -%global github_version 2.8.13 -%global github_commit d04e2eb13ae63068fc8862530b403756e3702896 +%global github_version 2.8.14 +%global github_commit 6ceca5b4154c80839270c38aa65373de76127df7 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -86,8 +86,8 @@ # instead of php-symfony-security-acl3 %global symfony_security_acl_min_ver 2.7 %global symfony_security_acl_max_ver 3.0 -# "twig/twig": "~1.27|~2.0" -%global twig_min_ver 1.27 +# "twig/twig": "~1.28|~2.0" +%global twig_min_ver 1.28 %global twig_max_ver 3.0 %if 0%{?fedora} < 21 && 0%{?rhel} < 7 @@ -1908,6 +1908,10 @@ sed 's/function testEncodeWithError/function SKIP_testEncodeWithError/' \ : Skip online tests sed -e 's/testCopyForOriginUrlsAndExistingLocalFileDefaultsToCopy/SKIP_testCopyForOriginUrlsAndExistingLocalFileDefaultsToCopy/' \ -i src/Symfony/Component/Filesystem/Tests/FilesystemTest.php +%if 0%{?fedora} > 0 && 0%{?fedora} < 24 +: Skip test failing with old tzdata +rm src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php +%endif %endif @@ -1948,7 +1952,7 @@ for PKG in %{buildroot}%{phpdir}/Symfony/*/*; do continue elif [ -d $PKG ]; then echo -e "\n>>>>>>>>>>>>>>>>>>>>>>> ${PKG}\n" - %{_bindir}/php -d include_path=.:%{buildroot}%{phpdir}:%{phpdir} \ + %{_bindir}/php -d serialize_precision=14 -d include_path=.:%{buildroot}%{phpdir}:%{phpdir} \ %{_bindir}/phpunit \ --exclude-group benchmark,intl-data,network,tty \ --bootstrap bootstrap.php \ @@ -2686,6 +2690,11 @@ exit $RET # ############################################################################## %changelog +* Tue Nov 22 2016 Remi Collet <remi@fedoraproject.org> - 2.8.14-1 +- Update to 2.8.14 +- raise dependency on twig 1.28 +- force serialize_precision=14 for PHP 7.1 (json tests) + * Thu Oct 27 2016 Remi Collet <remi@fedoraproject.org> - 2.8.13-1 - Update to 2.8.13 - raise dependency on twig 1.27 |