diff options
Diffstat (limited to 'phinx.spec')
-rw-r--r-- | phinx.spec | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,6 +1,6 @@ # remirepo/fedora spec file for phinx # -# Copyright (c) 2016-2022 Remi Collet +# Copyright (c) 2016-2023 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 da741d10879bcdd235a830d589ae51659f746262 +%global gh_commit 18e06e4a2b18947663438afd2f467e17c62e867d %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.13.3 +Version: 0.13.4 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 +* Mon Jan 9 2023 Remi Collet <remi@remirepo.net> - 0.13.4-1 +- update to 0.13.4 + * Fri Dec 9 2022 Remi Collet <remi@remirepo.net> - 0.13.3-1 - update to 0.13.3 |