From 1506adcd3862f0d58f9bbf2c2a71f619314d239e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 Jul 2016 08:55:07 +0200 Subject: php-udan11-sql-parser: 3.4.4 --- php-udan11-sql-parser-autoload.patch | 68 ++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 php-udan11-sql-parser-autoload.patch (limited to 'php-udan11-sql-parser-autoload.patch') diff --git a/php-udan11-sql-parser-autoload.patch b/php-udan11-sql-parser-autoload.patch new file mode 100644 index 0000000..a6bd9da --- /dev/null +++ b/php-udan11-sql-parser-autoload.patch @@ -0,0 +1,68 @@ +diff -up bin/highlight-query.rpm bin/highlight-query +--- bin/highlight-query.rpm 2016-07-26 08:44:20.461742790 +0200 ++++ bin/highlight-query 2016-07-26 08:44:57.594944077 +0200 +@@ -1,29 +1,7 @@ + #!/usr/bin/env php + runHighlight()); +diff -up bin/lint-query.rpm bin/lint-query +--- bin/lint-query.rpm 2016-07-26 08:44:29.869793788 +0200 ++++ bin/lint-query 2016-07-26 08:45:05.123984889 +0200 +@@ -1,29 +1,7 @@ + #!/usr/bin/env php + runLint()); -- cgit