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 9fbfa55..560074c 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.38 -%global github_commit 481883d56cbd4f435466dc26648d5c735671dd58 +%global github_version 2.8.39 +%global github_commit 9b75ffe7b3adf2dad279e968787b71f829c1c404 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -2585,6 +2585,9 @@ done # ############################################################################## %changelog +* Fri May 4 2018 Remi Collet <remi@remirepo.net> - 2.8.39-1 +- update to 2.8.39 + * Tue Apr 10 2018 Remi Collet <remi@remirepo.net> - 2.8.38-1 - update to 2.8.38 |