From d27383c8f13e4c6ada844d2f308dcc9511399bc6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 9 Jul 2017 19:03:53 +0200 Subject: v4.1.8 --- 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 015ae99..8a359c8 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 a6c1b67119d334b985cf2f386710c7e35623e09f +%global gh_commit d988d7f3ca5f20015e9c98e77aff0106bc8f98fc %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.7 +Version: 4.1.8 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 +* Sun Jul 9 2017 Remi Collet - 4.1.8-1 +- Update to 4.1.8 + * Tue Jun 6 2017 Remi Collet - 4.1.7-1 - Update to 4.1.7 -- cgit