diff options
| -rw-r--r-- | composer.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/composer.spec b/composer.spec index 86d08ca..790b3e8 100644 --- a/composer.spec +++ b/composer.spec @@ -10,7 +10,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    472c917b2a083ec7d2fa25c55fd099d1300e2515 +%global gh_commit    b912a45da3e2b22f5cb5a23e441b697a295ba011  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_branch    1.0-dev  %global gh_owner     composer @@ -18,7 +18,7 @@  %global with_tests   %{?_without_tests:0}%{!?_without_tests:1}  %global api_version  1.1.0 -%global upstream_version 1.10.0 +%global upstream_version 1.10.1  #global upstream_prever  RC  %if 0 @@ -283,6 +283,9 @@ exit $ret  %changelog +* Sat Mar 14 2020 Remi Collet <remi@remirepo.net> - 1.10.1-1 +- update to 1.10.1 +  * Wed Mar 11 2020 Remi Collet <remi@remirepo.net> - 1.10.0-1  - update to 1.10.0  | 
