diff options
author | Remi Collet <remi@remirepo.net> | 2018-10-01 08:56:13 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-10-01 08:56:13 +0200 |
commit | c46b4c31b4c3fa48fb5cd8b3a632af5696164d88 (patch) | |
tree | b612f48262546e406d0ee4047a47614d6f847510 | |
parent | 6a104d182d7053df5815a2f789c28d3edc2491c3 (diff) |
v2.8.46
-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 f42cfdf..722d388 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.45 -%global github_commit 289dc238c533476d0101d736816b408b02e51751 +%global github_version 2.8.46 +%global github_commit a7f5ade1f8b3eb74a130cf681c45bfa991c330d1 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -2588,6 +2588,9 @@ done # ############################################################################## %changelog +* Mon Oct 1 2018 Remi Collet <remi@remirepo.net> - 2.8.46-1 +- update to 2.8.46 + * Tue Aug 28 2018 Remi Collet <remi@remirepo.net> - 2.8.45-1 - update to 2.8.45 - debug and ldap: add missing dependency on common |