diff options
| -rw-r--r-- | composer.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/composer.spec b/composer.spec index a3f8bb4..0ddbc8d 100644 --- a/composer.spec +++ b/composer.spec @@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    f76c7a4b91694960c7b6784d639fee11b38e671b +%global gh_commit    87f845d1c14aa22819c51b367ad7e07823f2e2ec  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_branch    1.0-dev  %global gh_owner     composer @@ -15,7 +15,7 @@  %global api_version  1.1.0  %global upstream_version 1.6.0 -%global upstream_prever  RC +#global upstream_prever  RC  %if 0%{?fedora} >= 27  %global symfony_prefix php-symfony4 @@ -264,6 +264,9 @@ exit $ret  %changelog +* Thu Jan  4 2018 Remi Collet <remi@remirepo.net> - 1.6.0-1 +- Update to 1.6.0 +  * Wed Dec 20 2017 Remi Collet <remi@remirepo.net> - 1.6.0~RC-1  - update to 1.6.0-RC  - switch to Symfony 4 on F27+  | 
