diff options
| author | Remi Collet <remi@remirepo.net> | 2020-04-10 12:23:11 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-04-10 12:23:11 +0200 | 
| commit | 0eb627a9ee5558de638835ff33eb5e29e71fcef9 (patch) | |
| tree | bb2f553ef0609ec8877043ff5ea9b25893e73e61 | |
| parent | 2b9902ddc2428391b64ee661d5d53893c052a05f (diff) | |
v1.10.5
| -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  | 
