diff options
author | Remi Collet <remi@remirepo.net> | 2017-11-11 08:51:52 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-11-11 08:51:52 +0100 |
commit | 911681f07a6ec86f4367ddf80b4740e054df94c1 (patch) | |
tree | ee46c86238c583f7c00dc6b1c22b7b82c8bfc3e2 | |
parent | 9b0c31c1a5592bea6bbc884857a32d647056e3d6 (diff) |
v2.8.29
-rw-r--r-- | composer.json | 1 | ||||
-rw-r--r-- | php-symfony.spec | 7 |
2 files changed, 6 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 8e2db75..25ee724 100644 --- a/composer.json +++ b/composer.json @@ -80,6 +80,7 @@ "symfony/yaml": "self.version" }, "require-dev": { + "doctrine/annotations": "~1.0", "doctrine/data-fixtures": "1.0.*", "doctrine/dbal": "~2.4", "doctrine/orm": "~2.4,>=2.4.5", diff --git a/php-symfony.spec b/php-symfony.spec index 8dbb0eb..cdfbb3a 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.28 -%global github_commit 074ae55c3e8029655bfcf2577c89844784cf6518 +%global github_version 2.8.29 +%global github_commit 341df0d9ee359197061fc18a033a8532cb4d5d56 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -2628,6 +2628,9 @@ done # ############################################################################## %changelog +* Sat Nov 11 2017 Remi Collet <remi@remirepo.net> - 2.8.29-1 +- Update to 2.8.29 + * Fri Oct 6 2017 Remi Collet <remi@remirepo.net> - 2.8.28-1 - Update to 2.8.28 - ignore unreliable test suite results |