diff options
author | Remi Collet <remi@remirepo.net> | 2018-01-29 13:18:20 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-01-29 13:18:20 +0100 |
commit | 8c0cd7105a23d1d7f9a98fc1459dfa0ae52886e9 (patch) | |
tree | 1a503a96d1399d8c72ecdc3008820bd22293992b | |
parent | 166abb184a78eee9c5d391ecf0f643f69fa0425b (diff) |
v2.8.34
-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 |