From 8c0cd7105a23d1d7f9a98fc1459dfa0ae52886e9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Jan 2018 13:18:20 +0100 Subject: v2.8.34 --- php-symfony.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-symfony.spec b/php-symfony.spec index 2852dc9..86370c5 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.33 -%global github_commit a3bb63a81e5cb9bec9f3c8f30405d3107411ba8c +%global github_version 2.8.34 +%global github_commit 0455b5d26c5814062d7e9ea1ac99174ca13ad80e %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -2586,6 +2586,9 @@ done # ############################################################################## %changelog +* Mon Jan 29 2018 Remi Collet - 2.8.34-1 +- Update to 2.8.34 + * Mon Jan 8 2018 Remi Collet - 2.8.33-1 - Update to 2.8.33 - don't run Debug test suite which hangs -- cgit