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 dcc1561..38ddb80 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.29 -%global github_commit 341df0d9ee359197061fc18a033a8532cb4d5d56 +%global github_version 2.8.30 +%global github_commit 628af9253369a8d5a42525386edd28b757d93695 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -2584,6 +2584,9 @@ done # ############################################################################## %changelog +* Tue Nov 14 2017 Remi Collet <remi@remirepo.net> - 2.8.30-1 +- Update to 2.8.30 + * Sat Nov 11 2017 Remi Collet <remi@remirepo.net> - 2.8.29-1 - Update to 2.8.29 |