From 6a60791acfb7424e2d6c66644d21475387fcdfa7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 29 Sep 2017 07:49:57 +0200 Subject: 4.2.2 --- 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 4312872..7590a6f 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 5f74bd58f609dc9c35dde1b7bdf5d5af5c5c267e +%global gh_commit 5c8396653030a868cf1353e6733c73362a6f6ad9 %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.1 +Version: 4.2.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 +* Fri Sep 29 2017 Remi Collet - 4.2.2-1 +- Update to 4.2.2 + * Sat Sep 9 2017 Remi Collet - 4.2.1-1 - Update to 4.2.1 -- cgit