diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-05 15:00:14 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-05 15:00:14 +0100 |
commit | 7baa09ac23c4abf0a657cf35af73ec295eed449a (patch) | |
tree | c9f4ffc0dbd86b2ef1dab6245f5ca610e7d14152 /phinx.spec | |
parent | 19f8136fc8749ff30dadc9aaaeef21bd17511855 (diff) |
update to 0.13.2
Diffstat (limited to 'phinx.spec')
-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 eccde746d7afa08f0df880f68dcbc475d001de7f +%global gh_commit f18dd217d79b9e5e3531bc204f0037a50655cf78 %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.13.1 +Version: 0.13.2 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: Manage the database migrations for your PHP app @@ -172,7 +172,7 @@ rm tests/Phinx/Db/Adapter/SQLiteAdapterTest.php : Run upstream test suite ret=0 -for cmd in "php %{phpunit}" php74 php80 php81 php82; do +for cmd in "php %{phpunit}" php80 php81 php82; do if which $cmd; then set $cmd $1 ${2:-%{_bindir}/phpunit9} \ @@ -196,6 +196,9 @@ exit $ret %changelog +* Mon Dec 5 2022 Remi Collet <remi@remirepo.net> - 0.13.2-1 +- update to 0.13.2 + * Tue Oct 11 2022 Remi Collet <remi@remirepo.net> - 0.13.1-1 - update to 0.13.1 |