From 8fb0ef19ea178ad8183e86cd402d226a7ab081be Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 25 Oct 2020 06:30:26 +0100 Subject: update to 2.0.1 --- composer.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'composer.spec') 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 - 2.0.1-1 +- update to 2.0.1 + * Thu Oct 15 2020 Remi Collet - 2.0.0~rc2-1 - update to 2.0.0-RC2 -- cgit