diff options
author | Remi Collet <remi@remirepo.net> | 2017-07-05 07:25:58 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-07-05 07:25:58 +0200 |
commit | 4e480500f72eb6ebb62372c9d43a1d64bc74d636 (patch) | |
tree | 0ff095b69a14d15466d0cb618ebf923e599fec77 | |
parent | eb604c5c84a02590d14044b397227066fe9dc053 (diff) |
v2.8.23
-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 f55473c..b22cb72 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.22 -%global github_commit 2404550f13f71470206227c98c2d53f0f4cbbb3e +%global github_version 2.8.23 +%global github_commit bca31e4e3b6cfd8cef39ec04a253966cecf8f2ca %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -2694,6 +2694,9 @@ exit $RET # ############################################################################## %changelog +* Wed Jul 5 2017 Remi Collet <remi@remirepo.net> - 2.8.23-1 +- Update to 2.8.23 + * Thu Jun 8 2017 Remi Collet <remi@remirepo.net> - 2.8.22-1 - Update to 2.8.22 - raise dependency on twig 1.34 / 2.4 with namespace |