From 894a84d3d9adfc902c16b893f0470c6d596f19f1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Nov 2019 14:53:34 +0100 Subject: v4.4.0 --- php-phpmyadmin-sql-parser.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/php-phpmyadmin-sql-parser.spec b/php-phpmyadmin-sql-parser.spec index bcc035a..9264013 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 b35c21f82e7202d739f6349a583b11e6d32b2b64 +%global gh_commit 35a895a1ad4f4b068e44c4cd17c04759c71eed13 %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.3.2 +Version: 4.4.0 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A validating SQL lexer and parser with a focus on MySQL dialect @@ -180,6 +180,14 @@ exit $ret %changelog +* Tue Nov 12 2019 Remi Collet - 4.4.0-1 +- update to 4.4.0 +- drop patch merged upstream + +* Wed Oct 9 2019 Remi Collet - 4.3.2-3 +- add patch for PHP 7.4 from + https://github.com/phpmyadmin/sql-parser/pull/258 + * Tue Jun 4 2019 Remi Collet - 4.3.2-1 - update to 4.3.2 - add php-phpmyadmin-sql-parser-tokenize-query command -- cgit