From 757435905be43f4274bf8f2e4dc1790f444291b8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 2 Jun 2017 07:08:30 +0200 Subject: v4.1.6 --- php-phpmyadmin-sql-parser.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-phpmyadmin-sql-parser.spec b/php-phpmyadmin-sql-parser.spec index e796b4f..ad5d133 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 2ccd17dc14b1e57376e58aebcd46831dc7c25de5 +%global gh_commit 578a9d0eb107a158357a639cc5a4e98e3b665d73 %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.5 +Version: 4.1.6 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 +* Fri Jun 2 2017 Remi Collet - 4.1.6-1 +- Update to 4.1.6 + * Mon May 15 2017 Remi Collet - 4.1.5-1 - Update to 4.1.5 -- cgit