summaryrefslogtreecommitdiffstats
path: root/phinx.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-06-22 15:21:39 +0200
committerRemi Collet <remi@remirepo.net>2018-06-22 15:21:39 +0200
commit88710e5812aebce2458ad3017d1d006c9b72389f (patch)
treeed3867258bb286e730e139eadad23c6a547d8f6d /phinx.spec
parent933ca3750456791c7737470c5a6b313d7d49825e (diff)
v0.10.3
Diffstat (limited to 'phinx.spec')
-rw-r--r--phinx.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/phinx.spec b/phinx.spec
index 29f1c8c..15af46f 100644
--- a/phinx.spec
+++ b/phinx.spec
@@ -6,7 +6,11 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit e82b979dba1d93f87f5dc20c93caf9a97d97f8a9
+
+# For compatibility with SCL
+%undefine __brp_mangle_shebangs
+
+%global gh_commit 25c5197af1b49fb1a4029fe943858a9e63b3c335
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner robmorgan
#global gh_date 20150820
@@ -15,7 +19,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: %{gh_project}
-Version: 0.10.2
+Version: 0.10.3
Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
Summary: Manage the database migrations for your PHP app
@@ -192,6 +196,9 @@ exit $ret
%changelog
+* Fri Jun 22 2018 Remi Collet <remi@remirepo.net> - 0.10.3-1
+- update to 0.10.3
+
* Tue Jun 19 2018 Remi Collet <remi@remirepo.net> - 0.10.2-1
- update to 0.10.2