diff options
author | Remi Collet <remi@remirepo.net> | 2018-05-28 06:23:13 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-05-28 06:23:13 +0200 |
commit | cf4e081e21d35ce52851bbbf2274ca542d43ca7c (patch) | |
tree | d987573f169c193154f617c3ee6dbb8bdb639cec | |
parent | 0d60f9db2daa6c3bc5fac347f99f9b92fb3afdb9 (diff) |
v2.8.41
-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 78c1c51..179eef1 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.40 -%global github_commit 901a4fb385d02eb407774d6e81a91845a7fb6d66 +%global github_version 2.8.41 +%global github_commit 24fc640d544a67869a4106de5fc303c597398629 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -2586,6 +2586,9 @@ done # ############################################################################## %changelog +* Mon May 28 2018 Remi Collet <remi@remirepo.net> - 2.8.41-1 +- update to 2.8.41 + * Thu May 24 2018 Remi Collet <remi@remirepo.net> - 2.8.40-1 - update to 2.8.40 |