diff options
author | Remi Collet <remi@remirepo.net> | 2018-11-05 08:16:23 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-11-05 08:16:23 +0100 |
commit | 3d87231ad6d3c868ef1b122b0cf42bda8bf729a0 (patch) | |
tree | 1d1c4c630958daa47b92c2b320875784add65742 | |
parent | 9bdb323ae636b600bc206572381714f4aee44690 (diff) |
v3.4.18
-rw-r--r-- | php-symfony3.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-symfony3.spec b/php-symfony3.spec index c01e952..922bd95 100644 --- a/php-symfony3.spec +++ b/php-symfony3.spec @@ -13,8 +13,8 @@ %global github_owner symfony %global github_name symfony -%global github_version 3.4.17 -%global github_commit de239d25e0bb3be451a17b627705a5970c6c59e6 +%global github_version 3.4.18 +%global github_commit ee054aa62e535b7905c5b8e90cb49a1ad65dbfd8 %global composer_vendor symfony %global composer_project symfony @@ -113,7 +113,7 @@ Name: php-%{composer_project}3 Version: %{github_version} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Symfony PHP framework (version 3) Group: Development/Libraries @@ -2808,6 +2808,9 @@ exit $RET # ############################################################################## %changelog +* Mon Nov 5 2018 Remi Collet <remi@remirepo.net> - 3.4.18-1 +- update to 3.4.18 + * Thu Oct 18 2018 Remi Collet <remi@remirepo.net> - 3.4.17-2 - ignore doctrine/data-fixtures version |