summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-11-16 07:07:31 +0100
committerRemi Collet <fedora@famillecollet.com>2016-11-16 07:07:31 +0100
commit2402f2121ba23adf561cc581c3fdf38570bdb68e (patch)
tree58a85b39c6238e5002367c5b3f912b973b10bf1d
parent262d01a4a3203a1ccbfe8ad84382aef860a951f2 (diff)
php-udan11-sql-parser: 3.14.13
-rw-r--r--php-udan11-sql-parser.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-udan11-sql-parser.spec b/php-udan11-sql-parser.spec
index 813cfbf..209f642 100644
--- a/php-udan11-sql-parser.spec
+++ b/php-udan11-sql-parser.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 55e09604e3c75abb726d9739268b021b449c24bf
+%global gh_commit 9736e62a04a6a0dd289ef144cf7e4552b94e67a0
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner phpmyadmin
#global gh_date 20150820
@@ -15,7 +15,7 @@
%global psr0 SqlParser
Name: php-udan11-%{gh_project}
-Version: 3.4.12
+Version: 3.4.13
Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
Summary: A validating SQL lexer and parser with a focus on MySQL dialect
@@ -139,6 +139,9 @@ rm -rf %{buildroot}
%changelog
+* Wed Nov 16 2016 Remi Collet <remi@fedoraproject.org> - 3.4.13-1
+- update to 3.4.13
+
* Wed Nov 9 2016 Remi Collet <remi@fedoraproject.org> - 3.4.12-1
- update to 3.4.12
- switch to fedora/autoloader