summaryrefslogtreecommitdiffstats
path: root/phinx.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-04-25 13:12:35 +0200
committerRemi Collet <remi@remirepo.net>2019-04-25 13:12:35 +0200
commitb78c0d887bdd6565a9f28cd51a6604a0b17a995d (patch)
tree32b563481fab394bc6b9fd47c3cbb1bb3bf5dfba /phinx.spec
parentce1db8f6605fbb978b150f00bb89f5b3929210c3 (diff)
v0.10.7
Diffstat (limited to 'phinx.spec')
-rw-r--r--phinx.spec14
1 files changed, 8 insertions, 6 deletions
diff --git a/phinx.spec b/phinx.spec
index 86723ad..4704bf4 100644
--- a/phinx.spec
+++ b/phinx.spec
@@ -1,6 +1,6 @@
# remirepo/fedora spec file for phinx
#
-# Copyright (c) 2016-2018 Remi Collet
+# Copyright (c) 2016-2019 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -10,7 +10,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit f28a1c6ab1fa1f0295cddade9aea05eeb303bd2b
+%global gh_commit ba2dae98bb69d39531311e8fd72dd51e8e06ff32
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner robmorgan
#global gh_date 20150820
@@ -19,11 +19,10 @@
%global with_tests 0%{!?_without_tests:1}
Name: %{gh_project}
-Version: 0.10.6
-Release: 2%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
+Version: 0.10.7
+Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
Summary: Manage the database migrations for your PHP app
-Group: Development/Libraries
License: MIT
URL: https://phinx.org
Source0: %{name}-%{version}-%{?gh_short}.tgz
@@ -55,7 +54,7 @@ BuildRequires: php-json
BuildRequires: php-pcre
BuildRequires: php-spl
# For tests, from composer.json "require-dev": {
-# "phpunit/phpunit": ">=5.7",
+# "phpunit/phpunit": ">=5.7,<7.0",
# "sebastian/comparator": ">=1.2.3",
%if 0%{?fedora} >= 25 || 0%{?rhel} >= 8
%global phpunit %{_bindir}/phpunit6
@@ -196,6 +195,9 @@ exit $ret
%changelog
+* Thu Apr 25 2019 Remi Collet <remi@remirepo.net> - 0.10.7-1
+- update to 0.10.7
+
* Thu Dec 13 2018 Remi Collet <remi@remirepo.net> - 0.10.6-2
- cleanup for EL-8