diff --git a/libcypher-parser/libcypher-parser.patch b/libcypher-parser/libcypher-parser.patch index 682c0ed017..76821861ee 100644 --- a/libcypher-parser/libcypher-parser.patch +++ b/libcypher-parser/libcypher-parser.patch @@ -1,16 +1,21 @@ Index: configure ---- configure.orig 2017-09-20 08:46:32.000000000 +0200 -+++ configure 2018-10-13 21:37:08.889857000 +0200 -@@ -3130,9 +3130,9 @@ +--- configure.orig 2019-04-06 09:38:05.407651000 +0200 ++++ configure 2019-04-06 09:44:30.830013000 +0200 +@@ -3133,7 +3133,7 @@ --GCC_CFLAGS="-fvisibility=hidden -pipe -Wall -W -Werror \ -- -Wno-unused-parameter -Wno-missing-field-initializers -Wpointer-arith \ -- -Wstrict-prototypes -Wcast-qual -Wcast-align -Wno-error=unused-function \ -+GCC_CFLAGS="-fvisibility=hidden -pipe \ -+ -Wno-unused-parameter -Wno-missing-field-initializers \ -+ -Wno-error=unused-function \ +-GCC_CFLAGS="-fvisibility=hidden -pipe -Wall -W -Wno-unused-parameter \ ++GCC_CFLAGS="-fvisibility=hidden -pipe -Wno-unused-parameter \ + -Wno-missing-field-initializers -Wpointer-arith -Wstrict-prototypes \ + -Wcast-qual -Wcast-align -Wno-error=unused-function \ -Wno-error=unused-variable -Wno-error=deprecated-declarations" +@@ -3146,7 +3146,7 @@ + fi + + if test "X$werror_flag" = "Xyes"; then : +- GCC_CFLAGS="$GCC_CFLAGS -Werror" ++ : + fi case `pwd` in diff --git a/libcypher-parser/libcypher-parser.spec b/libcypher-parser/libcypher-parser.spec index ac740f0f1d..0e2a5cea1c 100644 --- a/libcypher-parser/libcypher-parser.spec +++ b/libcypher-parser/libcypher-parser.spec @@ -31,8 +31,8 @@ Distribution: OpenPKG Community Class: EVAL Group: CompilerCompiler License: Apache -Version: 0.6.0 -Release: 20181013 +Version: 0.6.2 +Release: 20190406 # list of sources Source0: https://github.com/cleishm/libcypher-parser/releases/download/v%{version}/libcypher-parser-%{version}.tar.gz