diff options
author | Remi Collet <remi@remirepo.net> | 2018-03-06 08:58:51 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-03-06 08:58:51 +0100 |
commit | 146bbcb4b5b9aa8de584f71d6b3d1ca12da4fe2b (patch) | |
tree | 4e822b784e487139a58c8822d8b785ea6b26ea4f | |
parent | 096ac27ba06e9663be220445571a782900fa7aeb (diff) |
v2.8.36
-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 0116576..fc73d2c 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.35 -%global github_commit 7339c93c82f539305c0eaa52e53c5092d188a82b +%global github_version 2.8.36 +%global github_commit 4fdb16d12e1fa746da67d3250a3f3668538e813d %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -2585,6 +2585,9 @@ done # ############################################################################## %changelog +* Tue Mar 6 2018 Remi Collet <remi@remirepo.net> - 2.8.36-1 +- update to 2.8.36 + * Fri Mar 2 2018 Remi Collet <remi@remirepo.net> - 2.8.35-1 - Update to 2.8.35 |