diff options
author | Remi Collet <remi@remirepo.net> | 2021-03-17 09:32:22 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-03-17 09:32:22 +0100 |
commit | 6b1958dd814c54e7a434d8f1b56cf4ce9758f5bd (patch) | |
tree | d7e4c52fba5803867274352c2b35d54da71827a7 | |
parent | a9d89c123a9d2bd32b8ea3adeb0aa9fa39a1b762 (diff) |
update to 0.12.6
-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 |