summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-07-05 20:11:43 +0200
committerRemi Collet <remi@remirepo.net>2017-07-05 20:11:43 +0200
commit9ed30dcdd10597bcc3b1951138cad442ac6cfd9e (patch)
tree561a5a89d2f1875a11b71e507dc9768825775f99
parentb3809b10bb0ced392f5e3d9acddd16dcf211c5ae (diff)
v3.2.11
-rw-r--r--php-symfony3.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/php-symfony3.spec b/php-symfony3.spec
index 7dd6d5f..288d43f 100644
--- a/php-symfony3.spec
+++ b/php-symfony3.spec
@@ -13,8 +13,8 @@
%global github_owner symfony
%global github_name symfony
-%global github_version 3.2.10
-%global github_commit bc4a6030c67f8b9f4cb49bf519ad5355ffad55ee
+%global github_version 3.2.11
+%global github_commit 697ece8d9a4e07349bf5d222204fc878b3199f03
%global composer_vendor symfony
%global composer_project symfony
@@ -1831,6 +1831,8 @@ sed 's/function testHandleClassNotFound/function SKIP_testHandleClassNotFound/'
: Skip Intl JSON tests
rm -rf %{buildroot}%{symfony3_dir}/Component/Intl/Tests/Data/Provider/Json
: Skip tests known to fail
+sed -e 's/testValidateAndDecode(/SKIP_testValidateAndDecode(/' \
+ -i %{buildroot}%{symfony3_dir}/Component/Security/Http/Tests/Firewall/DigestDataTest.php
sed -e 's/function testFormat(/function SKIP_testFormat(/' \
-i %{buildroot}%{symfony3_dir}/Component/Intl/Tests/DateFormatter/AbstractIntlDateFormatterTest.php
@@ -2598,6 +2600,9 @@ exit $RET
# ##############################################################################
%changelog
+* Wed Jul 5 2017 Remi Collet <remi@remirepo.net> - 3.2.11-1
+- Update to 3.2.11
+
* Wed Jul 5 2017 Remi Collet <remi@remirepo.net> - 3.2.10-1
- Update to 3.2.10
- raise dependency on twig 1.34