diff options
| -rw-r--r-- | composer.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/composer.spec b/composer.spec index 7a2101b..3e63ba8 100644 --- a/composer.spec +++ b/composer.spec @@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    6f3310c762b658bca64e060262ea2b1d4a1ec4b0 +%global gh_commit    d60a1ff0cb421fcd2811c3f2b57f7e3e2b6c9d0e  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_branch    1.0-dev  %global gh_owner     composer @@ -16,7 +16,7 @@  #global prever       RC  Name:           composer -Version:        1.5.0 +Version:        1.5.1  Release:        1%{?dist}  Summary:        Dependency Manager for PHP @@ -232,7 +232,7 @@ rm -rf res  export BUILDROOT=%{buildroot}  ret=0 -for cmd in php php56 php70 php71 php72; do +for cmd in php56 php70 php71 php72 php; do    if which $cmd; then     $cmd %{_bindir}/phpunit --include-path %{buildroot}%{_datadir}/php  --verbose || ret=1    fi @@ -255,6 +255,9 @@ exit $ret  %changelog +* Wed Aug  9 2017 Remi Collet <remi@remirepo.net> - 1.5.1-1 +- Update to 1.5.1 +  * Tue Aug  8 2017 Remi Collet <remi@remirepo.net> - 1.5.0-1  - Update to 1.5.0  | 
