diff options
| author | Remi Collet <remi@remirepo.net> | 2019-02-11 12:44:20 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-02-11 12:44:20 +0100 | 
| commit | 1073e9b17ad13262f2c9815ff63bb3938700ce46 (patch) | |
| tree | daa9cf23ca7ae484e74a1e57916b2af48cac4c33 | |
| parent | bdeee3664ae028a226a05e0e80532260863322b9 (diff) | |
v1.8.4
| -rw-r--r-- | composer.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/composer.spec b/composer.spec index f9ec86c..7aa5598 100644 --- a/composer.spec +++ b/composer.spec @@ -10,7 +10,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    a6a3b44581398b7135c7baa0557b7c5b10808b47 +%global gh_commit    bc364c2480c17941e2135cfc568fa41794392534  %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.8.3 +%global upstream_version 1.8.4  #global upstream_prever  RC  %if 0 @@ -283,6 +283,9 @@ exit $ret  %changelog +* Mon Feb 11 2019 Remi Collet <remi@remirepo.net> - 1.8.4-1 +- update to 1.8.4 +  * Wed Jan 30 2019 Remi Collet <remi@remirepo.net> - 1.8.3-1  - update to 1.8.3  | 
