diff options
Diffstat (limited to 'php-symfony4.spec')
-rw-r--r-- | php-symfony4.spec | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/php-symfony4.spec b/php-symfony4.spec index dc214c4..27a43e4 100644 --- a/php-symfony4.spec +++ b/php-symfony4.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-symfony4 # -# Copyright (c) 2016-2017 Shawn Iwinski <shawn@iwin.ski> +# Copyright (c) 2016-2018 Shawn Iwinski <shawn@iwin.ski> # Remi Collet <remi@fedoraproject.org> # # License: MIT @@ -13,8 +13,8 @@ %global github_owner symfony %global github_name symfony -%global github_version 4.0.4 -%global github_commit 927f4f4069b69052f9e002fb287bd52ecfd52aa9 +%global github_version 4.0.5 +%global github_commit ff68b3a2dbe3c8e7dbdd7e153ef0b6ef985139de %global composer_vendor symfony %global composer_project symfony @@ -106,10 +106,9 @@ Name: php-%{composer_project}4 Version: %{github_version} -Release: 5%{?github_prerelease:.%{github_prerelease}}%{?dist} +Release: 1%{?github_prerelease:.%{github_prerelease}}%{?dist} Summary: Symfony PHP framework (version 4) -Group: Development/Libraries # MIT and CC-BY-SA: # - WebProfiler bundle (web-profiler-bundle sub-package) # MIT: @@ -2751,6 +2750,9 @@ exit $RET # ############################################################################## %changelog +* Fri Mar 2 2018 Remi Collet <remi@remirepo.net> - 4.0.5-1 +- Update to 4.0.5 + * Thu Feb 22 2018 Remi Collet <remi@remirepo.net> - 4.0.4-5 - add all BuildRequires when test suite is disabled |