diff options
author | Remi Collet <remi@remirepo.net> | 2022-07-18 08:20:17 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-07-18 08:20:17 +0200 |
commit | 87526b0488e320f947632eed7527bd03ffef9cf5 (patch) | |
tree | 5f364f2490919f98e3d89c616a6fca73ebf2e53e /phinx.spec | |
parent | c078edce956da53354a28a3ccbe5ff1cb5cd7c78 (diff) |
update to 0.12.12
Diffstat (limited to 'phinx.spec')
-rw-r--r-- | phinx.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 2046c447b1a4425956555118200138e22ebd680c +%global gh_commit 9a6ce1e7fdf0fa4e602ba5875b5bc9442ccaa115 %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.11 +Version: 0.12.12 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 Jul 18 2022 Remi Collet <remi@remirepo.net> - 0.12.12-1 +- update to 0.12.12 + * Mon Jul 4 2022 Remi Collet <remi@remirepo.net> - 0.12.11-1 - update to 0.12.11 |