From bf64dff6ba8e083125224107dd5c0b7710270f82d3cfd5455e26f52b5a1fc109 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 10 Feb 2023 16:19:17 +0000 Subject: [PATCH] Accepting request 1064296 from home:emilianolangella:branches:orafce Removed patch orafce-orafce_sql_yyparse-bison26.patch as not needed anymore OBS-URL: https://build.opensuse.org/request/show/1064296 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/orafce?expand=0&rev=23 --- orafce-orafce_sql_yyparse-bison26.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 orafce-orafce_sql_yyparse-bison26.patch diff --git a/orafce-orafce_sql_yyparse-bison26.patch b/orafce-orafce_sql_yyparse-bison26.patch deleted file mode 100644 index 54f5829..0000000 --- a/orafce-orafce_sql_yyparse-bison26.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -ru orafce-HEAD-36ccc5b/plvlex.h orafce-HEAD-36ccc5b-mod/plvlex.h ---- orafce-HEAD-36ccc5b/plvlex.h 2012-08-28 09:34:47.000000000 -0400 -+++ orafce-HEAD-36ccc5b-mod/plvlex.h 2013-08-08 09:24:00.209114601 -0400 -@@ -8,3 +8,5 @@ - char *modificator; - char *classname; - } orafce_lexnode; -+ -+#define YYPARSE_PARAM result /* need this to pass a pointer (void *) to yyparse */ -diff -ru orafce-HEAD-36ccc5b/sqlparse.y orafce-HEAD-36ccc5b-mod/sqlparse.y ---- orafce-HEAD-36ccc5b/sqlparse.y 2012-08-28 09:34:47.000000000 -0400 -+++ orafce-HEAD-36ccc5b-mod/sqlparse.y 2013-08-08 09:24:15.353229493 -0400 -@@ -1,6 +1,5 @@ - %{ - --#define YYPARSE_PARAM result /* need this to pass a pointer (void *) to yyparse */ - #define YYDEBUG 1 - - #define YYLLOC_DEFAULT(Current, Rhs, N) \