summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-12-26 10:28:45 +0100
committerRemi Collet <fedora@famillecollet.com>2015-12-26 10:28:45 +0100
commita4d66a5da89984dc23767d400e45011118be0b23 (patch)
treea488e5df715fda3e3d3690193c9181c1c8ea8d29
parente18c5d1b790698aa22ca04da568d341805113451 (diff)
php-udan11-sql-parser: 3.0.8
-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 dbd6e89..0323647 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 ad32736f10d2dd1f97fe34af63e1b1f08ad16aa2
+%global gh_commit 47d03c5dc614939b2df057b984544635ae6217db
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner udan11
#global gh_date 20150820
@@ -15,7 +15,7 @@
%global psr0 SqlParser
Name: php-%{gh_owner}-%{gh_project}
-Version: 3.0.7
+Version: 3.0.8
Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
Summary: A validating SQL lexer and parser with a focus on MySQL dialect
@@ -113,6 +113,9 @@ rm -rf %{buildroot}
%changelog
+* Sat Dec 26 2015 Remi Collet <remi@fedoraproject.org> - 3.0.8-1
+- update to 3.0.8 (for phpMyAdmin 4.5.3)
+
* Fri Nov 13 2015 Remi Collet <remi@fedoraproject.org> - 3.0.7-1
- update to 3.0.7
- run test suite with both PHP 5 and 7 when available