diff options
-rw-r--r-- | php-symfony.spec | 7 |
1 files 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 <remi@remirepo.net> - 2.8.34-1 +- Update to 2.8.34 + * Mon Jan 8 2018 Remi Collet <remi@remirepo.net> - 2.8.33-1 - Update to 2.8.33 - don't run Debug test suite which hangs |