diff options
author | Remi Collet <remi@remirepo.net> | 2019-11-12 14:53:34 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-11-12 14:53:34 +0100 |
commit | 894a84d3d9adfc902c16b893f0470c6d596f19f1 (patch) | |
tree | f7be6fe9ec12c5c0997656d5bc6705ebe7bf4db1 /php-phpmyadmin-sql-parser.spec | |
parent | e6fc5d96bcaeaf3cc6f714cf30e71d08fbb7b23f (diff) |
v4.4.0
Diffstat (limited to 'php-phpmyadmin-sql-parser.spec')
-rw-r--r-- | php-phpmyadmin-sql-parser.spec | 12 |
1 files 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 <remi@remirepo.net> - 4.4.0-1 +- update to 4.4.0 +- drop patch merged upstream + +* Wed Oct 9 2019 Remi Collet <remi@remirepo.net> - 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 <remi@remirepo.net> - 4.3.2-1 - update to 4.3.2 - add php-phpmyadmin-sql-parser-tokenize-query command |