summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore7
-rw-r--r--php-phpmyadmin-sql-parser.spec7
2 files changed, 12 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1ab5c4f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+package-*.xml
+*.tgz
+*.tar.gz
+*.tar.xz
+*.tar.xz.asc
+*.src.rpm
+*/*rpm
diff --git a/php-phpmyadmin-sql-parser.spec b/php-phpmyadmin-sql-parser.spec
index 9b15370..8864134 100644
--- a/php-phpmyadmin-sql-parser.spec
+++ b/php-phpmyadmin-sql-parser.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
-%global gh_commit eb359a59f86578ce7dd0690f7403d1a69859ac89
+%global gh_commit fc8a6b24f20a6d6d12a647a4d468c25b0d9084ff
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner phpmyadmin
#global gh_date 20150820
@@ -17,7 +17,7 @@
%global ns_project SqlParser
Name: php-%{gh_owner}-%{gh_project}
-Version: 4.1.2
+Version: 4.1.3
Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
Summary: A validating SQL lexer and parser with a focus on MySQL dialect
@@ -168,6 +168,9 @@ exit $ret
%changelog
+* Thu Apr 6 2017 Remi Collet <remi@remirepo.net> - 4.1.3-1
+- Update to 4.1.3
+
* Mon Feb 20 2017 Remi Collet <remi@fedoraproject.org> - 4.1.2-1
- update to 4.1.2