From 082ab3738fa134831330d11d684a3e204511b170 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 Sep 2019 15:15:04 +0200 Subject: - rename to php-phpmyadmin-sql-parser5 - move to /usr/share/php/PhpMyAdmin/SqlParser5 - raise dependency on PHP 7.1 - switch to phpunit7 - add patch for PHP 7.4 from https://github.com/phpmyadmin/sql-parser/pull/258 --- php-phpmyadmin-sql-parser5-autoload.patch | 34 +++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'php-phpmyadmin-sql-parser5-autoload.patch') diff --git a/php-phpmyadmin-sql-parser5-autoload.patch b/php-phpmyadmin-sql-parser5-autoload.patch index 3cea924..e36b353 100644 --- a/php-phpmyadmin-sql-parser5-autoload.patch +++ b/php-phpmyadmin-sql-parser5-autoload.patch @@ -1,9 +1,9 @@ diff -up ./bin/highlight-query.rpm ./bin/highlight-query ---- ./bin/highlight-query.rpm 2019-06-03 14:32:07.000000000 +0200 -+++ ./bin/highlight-query 2019-06-04 19:06:37.085484476 +0200 -@@ -1,29 +1,7 @@ - #!/usr/bin/env php +--- ./bin/highlight-query.rpm 2019-09-02 14:54:16.417436515 +0200 ++++ ./bin/highlight-query 2019-09-02 14:55:10.825758789 +0200 +@@ -2,29 +2,7 @@ runHighlight()); diff -up ./bin/lint-query.rpm ./bin/lint-query ---- ./bin/lint-query.rpm 2019-06-03 14:32:07.000000000 +0200 -+++ ./bin/lint-query 2019-06-04 19:06:37.085484476 +0200 -@@ -1,29 +1,7 @@ - #!/usr/bin/env php +--- ./bin/lint-query.rpm 2019-09-02 14:54:16.417436515 +0200 ++++ ./bin/lint-query 2019-09-02 14:55:18.682805327 +0200 +@@ -2,29 +2,7 @@ runLint()); diff -up ./bin/tokenize-query.rpm ./bin/tokenize-query ---- ./bin/tokenize-query.rpm 2019-06-04 19:08:04.886758030 +0200 -+++ ./bin/tokenize-query 2019-06-04 19:08:09.025766484 +0200 -@@ -1,29 +1,7 @@ - #!/usr/bin/env php +--- ./bin/tokenize-query.rpm 2019-09-02 14:54:16.418436521 +0200 ++++ ./bin/tokenize-query 2019-09-02 14:55:29.169867441 +0200 +@@ -2,29 +2,7 @@ runTokenize()); diff -up ./src/Translator.php.rpm ./src/Translator.php ---- ./src/Translator.php.rpm 2019-06-03 14:32:07.000000000 +0200 -+++ ./src/Translator.php 2019-06-04 19:06:37.085484476 +0200 +--- ./src/Translator.php.rpm 2019-05-10 02:57:14.000000000 +0200 ++++ ./src/Translator.php 2019-09-02 14:54:16.418436521 +0200 @@ -40,7 +40,7 @@ class Translator self::$loader->textdomain('sqlparser'); -- cgit