From 00d91cedc9029d18d5714a46231c3e22ecccf663 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Feb 2017 10:52:58 +0100 Subject: php-phpmyadmin-sql-parser: 4.1.2 --- php-phpmyadmin-sql-parser.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-phpmyadmin-sql-parser.spec') diff --git a/php-phpmyadmin-sql-parser.spec b/php-phpmyadmin-sql-parser.spec index c60553c..9b15370 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 a371e1669edfbf2fea9e533488eee5da06535773 +%global gh_commit eb359a59f86578ce7dd0690f7403d1a69859ac89 %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.1 +Version: 4.1.2 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 +* Mon Feb 20 2017 Remi Collet - 4.1.2-1 +- update to 4.1.2 + * Wed Feb 8 2017 Remi Collet - 4.1.1-1 - update to 4.1.1 -- cgit