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 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 |