diff options
author | Remi Collet <remi@remirepo.net> | 2018-04-03 13:27:10 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-04-03 13:27:10 +0200 |
commit | acacc136e0112e37b7949ca12cebc0159489aa7d (patch) | |
tree | 5d3fcd4c3ed5147e1b73f6e0de8495db367e6352 | |
parent | 146bbcb4b5b9aa8de584f71d6b3d1ca12da4fe2b (diff) |
v2.8.37
-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 fc73d2c..0ed906d 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.36 -%global github_commit 4fdb16d12e1fa746da67d3250a3f3668538e813d +%global github_version 2.8.37 +%global github_commit e5150a094b08887356b2b90805538836208d4569 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -2585,6 +2585,9 @@ done # ############################################################################## %changelog +* Tue Apr 3 2018 Remi Collet <remi@remirepo.net> - 2.8.37-1 +- update to 2.8.37 + * Tue Mar 6 2018 Remi Collet <remi@remirepo.net> - 2.8.36-1 - update to 2.8.36 |