diff options
-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 |