diff options
Diffstat (limited to 'composer.spec')
-rw-r--r-- | composer.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/composer.spec b/composer.spec index 8377145..e870079 100644 --- a/composer.spec +++ b/composer.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit a0ac42ef3f75a06321361f4396564f65ccf0ed95 +%global gh_commit 66f4e5d49ff52eecb603e7e5b5bb8645204d0658 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_branch 2.0-dev %global gh_owner composer @@ -19,9 +19,9 @@ %global api_version 2.0.0 %global run_version 2.0.0 -%global upstream_version 2.0.0 -%global upstream_prever RC2 -%global upstream_lower rc2 +%global upstream_version 2.0.1 +#global upstream_prever RC2 +#global upstream_lower rc2 %global symfony_prefix php-symfony %global symfony_path %{_datadir}/php/Symfony @@ -312,6 +312,9 @@ exit $ret %changelog +* Sun Oct 25 2020 Remi Collet <remi@remirepo.net> - 2.0.1-1 +- update to 2.0.1 + * Thu Oct 15 2020 Remi Collet <remi@remirepo.net> - 2.0.0~rc2-1 - update to 2.0.0-RC2 |