diff options
author | Remi Collet <remi@remirepo.net> | 2017-08-29 06:50:42 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-08-29 06:50:42 +0200 |
commit | ae7365cc325561a97eafa84b81400da46b6ea0ff (patch) | |
tree | 5843e865b4826c531a49c21caa575d26de2ddb39 | |
parent | ca75496ac6a9ad02700e1af55a01ac9e451b10d6 (diff) |
v2.8.27
-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 aa6bc15..1de1f20 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.26 -%global github_commit 33553101754e0888a1a1fecc46d7a7f10f6f9580 +%global github_version 2.8.27 +%global github_commit d512cc1c2c418f42c07b82d8b029e7a487be007f %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -2696,6 +2696,9 @@ exit $RET # ############################################################################## %changelog +* Tue Aug 29 2017 Remi Collet <remi@remirepo.net> - 2.8.27-1 +- Update to 2.8.27 + * Wed Aug 2 2017 Remi Collet <remi@remirepo.net> - 2.8.26-1 - Update to 2.8.26 |