diff options
| -rw-r--r-- | composer.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/composer.spec b/composer.spec index 790b3e8..627753b 100644 --- a/composer.spec +++ b/composer.spec @@ -10,7 +10,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    b912a45da3e2b22f5cb5a23e441b697a295ba011 +%global gh_commit    1efa6850b4a1740980346ac3582edf7dfb7899ee  %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.1 +%global upstream_version 1.10.4  #global upstream_prever  RC  %if 0 @@ -283,6 +283,9 @@ exit $ret  %changelog +* Thu Apr  9 2020 Remi Collet <remi@remirepo.net> - 1.10.4-1 +- update to 1.10.4 +  * Sat Mar 14 2020 Remi Collet <remi@remirepo.net> - 1.10.1-1  - update to 1.10.1  | 
