diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-06 08:44:09 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-06 08:44:09 +0100 |
commit | 23504b5834857de0f476480d3e6f4bca247b6eb2 (patch) | |
tree | 923b3e1796b6bb3730903ee9f53091d91f0420fc | |
parent | a0fccd857b49059597c21ac6fa693158b1e220f7 (diff) |
php-symfony: 2.8.18
-rw-r--r-- | composer.json | 3 | ||||
-rw-r--r-- | php-symfony.spec | 8 |
2 files changed, 8 insertions, 3 deletions
diff --git a/composer.json b/composer.json index eca6110..5dbebcc 100644 --- a/composer.json +++ b/composer.json @@ -91,7 +91,8 @@ "sensio/framework-extra-bundle": "^3.0.2" }, "conflict": { - "phpdocumentor/reflection": "<1.0.7" + "phpdocumentor/reflection": "<1.0.7", + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" }, "autoload": { "psr-4": { diff --git a/php-symfony.spec b/php-symfony.spec index 12089b9..8c8417f 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.17 -%global github_commit c423a13a031c9388b7f9103f176b1872c00c7ffa +%global github_version 2.8.18 +%global github_commit 8c28bf706b3bf4250d18535ee46a8a5d7a5825e1 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -1924,6 +1924,7 @@ sed -e 's/testCopyForOriginUrlsAndExistingLocalFileDefaultsToCopy/SKIP_testCopyF %if 0%{?fedora} > 0 && 0%{?fedora} < 24 : Skip test failing with old tzdata rm src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php +rm src/Symfony/Component/Form/Tests/Extension/Core/Type/BirthdayTypeTest.php %endif %endif @@ -2704,6 +2705,9 @@ exit $RET # ############################################################################## %changelog +* Mon Mar 6 2017 Remi Collet <remi@remirepo.net> - 2.8.18-1 +- Update to 2.8.18 + * Mon Feb 6 2017 Remi Collet <remi@fedoraproject.org> - 2.8.17-1 - Update to 2.8.17 |