diff options
| -rw-r--r-- | phinx.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
@@ -10,7 +10,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    9457e3879b0abc02a4022941a6a535141889432e +%global gh_commit    3519c5c8d36ec9d41915a9416d2d434adaa79690  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     robmorgan  #global gh_date      20150820 @@ -19,7 +19,7 @@  %bcond_without       tests  Name:           %{gh_project} -Version:        0.12.5 +Version:        0.12.6  Release:        1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}  Summary:        Manage the database migrations for your PHP app @@ -176,7 +176,7 @@ sed -e '/_ENABLED/s/true/false/;/SQLITE_ENABLED/s/false/true/' \  : Run upstream test suite  ret=0 -for cmd in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80; do +for cmd in "php %{phpunit}" php73 php74 php80; do    if which $cmd; then      set $cmd      $1 ${2:-%{_bindir}/phpunit9} \ @@ -200,6 +200,9 @@ exit $ret  %changelog +* Wed Mar 17 2021 Remi Collet <remi@remirepo.net> - 0.12.6-1 +- update to 0.12.6 +  * Mon Jan 25 2021 Remi Collet <remi@remirepo.net> - 0.12.5-1  - update to 0.12.5  - switch to phpunit9  | 
