summaryrefslogtreecommitdiffstats
path: root/php-symfony.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-symfony.spec')
-rw-r--r--php-symfony.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php-symfony.spec b/php-symfony.spec
index 100b458..174d0e4 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.19
-%global github_commit da35163ddb6e876bfb6054f84e02947a6e0274e3
+%global github_version 2.8.20
+%global github_commit bbe1eae0c213e45da9fb0c6abb43aff415a3dcdd
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%global composer_vendor symfony
@@ -106,7 +106,7 @@
Name: php-%{composer_project}
Version: %{github_version}
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: PHP framework for web projects
Group: Development/Libraries
@@ -1944,10 +1944,10 @@ sed -e 's/testCopyForOriginUrlsAndExistingLocalFileDefaultsToCopy/SKIP_testCopyF
rm src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php
rm src/Symfony/Component/Form/Tests/Extension/Core/Type/BirthdayTypeTest.php
%endif
-%if 0%{?fedora} >= 25
: see https://github.com/symfony/symfony/issues/22266
rm src/Symfony/Component/VarDumper/Tests/CliDumperTest.php
-%endif
+: Ignore as no tests found
+rm src/Symfony/Bundle/FrameworkBundle/Tests/Functional/AnnotatedControllerTest.php
%endif
@@ -2682,6 +2682,9 @@ exit $RET
# ##############################################################################
%changelog
+* Tue May 2 2017 Remi Collet <remi@remirepo.net> - 2.8.20-1
+- Update to 2.8.20
+
* Wed Apr 12 2017 Shawn Iwinski <shawn.iwinski@gmail.com> - 2.8.19-2
- Add max versions to BuildRequires
- Add max swiftmailer/swiftmailer dependency version