From 0707acb3d181ec4d70e65929cc0f9451233a0723 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Jul 2018 14:25:21 +0200 Subject: v0.10.5 --- phinx.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'phinx.spec') diff --git a/phinx.spec b/phinx.spec index 15af46f..72b8cc8 100644 --- a/phinx.spec +++ b/phinx.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for phinx # -# Copyright (c) 2016-2017 Remi Collet +# Copyright (c) 2016-2018 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 25c5197af1b49fb1a4029fe943858a9e63b3c335 +%global gh_commit a13ac32fa265d57ad270277514a69e6590866f4d %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.10.3 +Version: 0.10.5 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: Manage the database migrations for your PHP app @@ -196,6 +196,9 @@ exit $ret %changelog +* Thu Jul 12 2018 Remi Collet - 0.10.5-1 +- update to 0.10.5 + * Fri Jun 22 2018 Remi Collet - 0.10.3-1 - update to 0.10.3 -- cgit