From ea941fedb76f58bb95b2a6df28d730eb293ecbfe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 26 Dec 2018 11:39:28 +0100 Subject: v4.3.0 --- 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 b1e887f..8396c2b 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 a156028d60b4b9e11f43cc432f0a19507e87c658 +%global gh_commit b79984b9cdf70138bd3ffd7c5fa1ac8525abaced %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.5 +Version: 4.3.0 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A validating SQL lexer and parser with a focus on MySQL dialect @@ -174,6 +174,9 @@ exit $ret %changelog +* Wed Dec 26 2018 Remi Collet - 4.3.0-1 +- update to 4.3.0 + * Thu Nov 1 2018 Remi Collet - 4.2.5-1 - update to 4.2.5 - switch to phpunit6 -- cgit