From 911681f07a6ec86f4367ddf80b4740e054df94c1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 11 Nov 2017 08:51:52 +0100 Subject: v2.8.29 --- composer.json | 1 + 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 - 2.8.29-1 +- Update to 2.8.29 + * Fri Oct 6 2017 Remi Collet - 2.8.28-1 - Update to 2.8.28 - ignore unreliable test suite results -- cgit