diff options
| -rw-r--r-- | composer.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/composer.spec b/composer.spec index 4ebc55a..987b6d3 100644 --- a/composer.spec +++ b/composer.spec @@ -10,7 +10,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    5d9311d4555787c8a57fea15f82471499aedf712 +%global gh_commit    576aab9b5abb2ed11a1c52353a759363216a4ad2  %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.7.1 +%global upstream_version 1.7.2  #global upstream_prever  RC  %if 0 @@ -289,6 +289,9 @@ exit $ret  %changelog +* Fri Aug 17 2018 Remi Collet <remi@remirepo.net> - 1.7.2-1 +- update to 1.7.2 +  * Thu Aug  9 2018 Remi Collet <remi@remirepo.net> - 1.7.1-1  - update to 1.7.1  | 
