From a4d66a5da89984dc23767d400e45011118be0b23 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 26 Dec 2015 10:28:45 +0100 Subject: php-udan11-sql-parser: 3.0.8 --- php-udan11-sql-parser.spec | 7 +++++-- 1 file 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 - 3.0.8-1 +- update to 3.0.8 (for phpMyAdmin 4.5.3) + * Fri Nov 13 2015 Remi Collet - 3.0.7-1 - update to 3.0.7 - run test suite with both PHP 5 and 7 when available -- cgit