From 6b1958dd814c54e7a434d8f1b56cf4ce9758f5bd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Mar 2021 09:32:22 +0100 Subject: update to 0.12.6 --- phinx.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'phinx.spec') diff --git a/phinx.spec b/phinx.spec index 508995b..f5fa03d 100644 --- a/phinx.spec +++ b/phinx.spec @@ -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 - 0.12.6-1 +- update to 0.12.6 + * Mon Jan 25 2021 Remi Collet - 0.12.5-1 - update to 0.12.5 - switch to phpunit9 -- cgit