diff options
| -rw-r--r-- | php-symfony4.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-symfony4.spec b/php-symfony4.spec index 5904218..f8bc545 100644 --- a/php-symfony4.spec +++ b/php-symfony4.spec @@ -13,8 +13,8 @@  %global github_owner     symfony  %global github_name      symfony -%global github_version   4.1.6 -%global github_commit    e857cb4bb20ed755873fe2b889553ba3c7052dc9 +%global github_version   4.1.7 +%global github_commit    b5c6892911fc7454a76528cb0d4d1af4336c7413  %global composer_vendor  symfony  %global composer_project symfony @@ -107,7 +107,7 @@  Name:          php-%{composer_project}4  Version:       %{github_version} -Release:       2%{?github_prerelease:.%{github_prerelease}}%{?dist} +Release:       1%{?github_prerelease:.%{github_prerelease}}%{?dist}  Summary:       Symfony PHP framework (version 4)  # MIT and CC-BY-SA: @@ -2808,6 +2808,9 @@ exit $RET  # ##############################################################################  %changelog +* Mon Nov  5 2018 Remi Collet <remi@remirepo.net> - 4.1.7-1 +- update to 4.1.7 +  * Thu Oct 18 2018 Remi Collet <remi@remirepo.net> - 4.1.6-2  - ignore doctrine/data-fixtures version  | 
