From a09c4d087325feb212883bf508ef7ee340ba5212 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 9 Sep 2017 08:44:20 +0200 Subject: v4.2.1 --- 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 330be0e..4312872 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 30b663acac7214cd20e8a8c9052c0189a93d7b9d +%global gh_commit 5f74bd58f609dc9c35dde1b7bdf5d5af5c5c267e %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.2.0 +Version: 4.2.1 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 +* Sat Sep 9 2017 Remi Collet - 4.2.1-1 +- Update to 4.2.1 + * Thu Aug 31 2017 Remi Collet - 4.2.0-1 - Update to 4.2.0 -- cgit