From 0979cf63d24f80b6a20beadf51087d4d02f0e0ff Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Jan 2017 16:12:17 +0100 Subject: v3.4.16 --- php-udan11-sql-parser.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-udan11-sql-parser.spec') diff --git a/php-udan11-sql-parser.spec b/php-udan11-sql-parser.spec index 4e035e9..ac5e14a 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 c5d382ed39dafa01ed2e3f861a95ad69fb609267 +%global gh_commit 18a18d5106aa04ad7c7b79d9b92f123069ceea6e %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.15 +Version: 3.4.16 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 +* Fri Jan 6 2017 Remi Collet - 3.4.16-1 +- update to 3.4.16 + * Mon Jan 2 2017 Remi Collet - 3.4.15-1 - update to 3.4.15 -- cgit