From 2e4bcb6ddebc0974ac2a0829979ebd82eaf7e1c0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Apr 2020 09:59:36 +0200 Subject: update to 0.11.6 --- phinx.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'phinx.spec') diff --git a/phinx.spec b/phinx.spec index 30ed8c4..f9274c5 100644 --- a/phinx.spec +++ b/phinx.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for phinx # -# Copyright (c) 2016-2019 Remi Collet +# Copyright (c) 2016-2020 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 06c65d63ca22be27f278133f439ddcf0bd150635 +%global gh_commit 6bac1f51c8e35201ec281e842e6ae6dbe066212f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner robmorgan #global gh_date 20150820 @@ -19,7 +19,7 @@ %global with_tests 0%{!?_without_tests:1} Name: %{gh_project} -Version: 0.11.5 +Version: 0.11.6 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: Manage the database migrations for your PHP app @@ -194,6 +194,9 @@ exit $ret %changelog +* Tue Apr 7 2020 Remi Collet - 0.11.6-1 +- update to 0.11.6 + * Mon Apr 6 2020 Remi Collet - 0.11.5-1 - update to 0.11.5 -- cgit