summaryrefslogtreecommitdiffstats
path: root/phinx.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-10-07 14:36:08 +0200
committerRemi Collet <remi@php.net>2022-10-07 14:36:08 +0200
commitb4ff1a6dd357fa774c3006c1ace9a09cec46702d (patch)
tree04f7b2b283f953211700a214774b389c9544d949 /phinx.spec
parentec4ea742ee448de6519f88eb3e7fade9f3594382 (diff)
update to 0.13.0
Diffstat (limited to 'phinx.spec')
-rw-r--r--phinx.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/phinx.spec b/phinx.spec
index d6f6ea2..5cc8f13 100644
--- a/phinx.spec
+++ b/phinx.spec
@@ -10,7 +10,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 6eb0f295e140ed2804d93396755f0ce9ada4ec07
+%global gh_commit c4d7f0506ed71a32f3131f57e4bb49fb9f5aad6c
%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.13
+Version: 0.13.0
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; do
+for cmd in "php %{phpunit}" php74 php80 php81 php82; do
if which $cmd; then
set $cmd
$1 ${2:-%{_bindir}/phpunit9} \
@@ -196,6 +196,9 @@ exit $ret
%changelog
+* Fri Oct 7 2022 Remi Collet <remi@remirepo.net> - 0.13.0-1
+- update to 0.13.0
+
* Mon Oct 3 2022 Remi Collet <remi@remirepo.net> - 0.12.13-1
- update to 0.12.13