From 63d689757bfc3a97d69243f5c56042530486fdf9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Jun 2017 17:33:21 +0200 Subject: v4.1.7 --- 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 ad5d133..015ae99 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 578a9d0eb107a158357a639cc5a4e98e3b665d73 +%global gh_commit a6c1b67119d334b985cf2f386710c7e35623e09f %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.6 +Version: 4.1.7 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 +* Tue Jun 6 2017 Remi Collet - 4.1.7-1 +- Update to 4.1.7 + * Fri Jun 2 2017 Remi Collet - 4.1.6-1 - Update to 4.1.6 -- cgit