summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-10-12 13:50:05 +0200
committerRemi Collet <remi@php.net>2021-10-12 13:50:05 +0200
commit7b61129cba2ec903ee2502e5ca7885416573be7a (patch)
tree6c3cb481dce9be80733104539109cfc840b6a1a3
parentb0e5b7b59007d23cba7e67c429f9881cab0ab88e (diff)
update to 0.12.9
-rw-r--r--phinx.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/phinx.spec b/phinx.spec
index dafbe7b..02a01ee 100644
--- a/phinx.spec
+++ b/phinx.spec
@@ -10,7 +10,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit d2ed1b452cc90f4cae4ea6b5976b94fb9e5ed2a2
+%global gh_commit 5a0146a74c1bc195d1f5da86afa3b68badf7d90e
%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.8
+Version: 0.12.9
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}" php73 php74 php80; do
+for cmd in "php %{phpunit}" php73 php74 php80 php81; do
if which $cmd; then
set $cmd
$1 ${2:-%{_bindir}/phpunit9} \
@@ -196,6 +196,9 @@ exit $ret
%changelog
+* Tue Oct 12 2021 Remi Collet <remi@remirepo.net> - 0.12.9-1
+- update to 0.12.9
+
* Fri Sep 3 2021 Remi Collet <remi@remirepo.net> - 0.12.8-1
- update to 0.12.8