diff options
| -rw-r--r-- | composer.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/composer.spec b/composer.spec index e73fd80..31b7b72 100644 --- a/composer.spec +++ b/composer.spec @@ -10,7 +10,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    bb01f2180df87ce7992b8331a68904f80439dd2f +%global gh_commit    7a04aa0201ddaa0b3cf64d41022bd8cdcd7fafeb  %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.9.1 +%global upstream_version 1.9.2  #global upstream_prever  RC  %if 0 @@ -283,6 +283,9 @@ exit $ret  %changelog +* Tue Jan 14 2020 Remi Collet <remi@remirepo.net> - 1.9.2-1 +- update to 1.9.2 +  * Sat Nov  2 2019 Remi Collet <remi@remirepo.net> - 1.9.1-1  - update to 1.9.1  | 
