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