Browse Source

upgrading package: libcypher-parser 0.6.0 -> 0.6.2

master
parent
commit
a88b9990a7
  1. 23
      libcypher-parser/libcypher-parser.patch
  2. 4
      libcypher-parser/libcypher-parser.spec

23
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

4
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

Loading…
Cancel
Save