Hello community,

here is the log from the commit of package grpc for openSUSE:Factory checked in 
at 2018-06-25 11:42:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grpc (Old)
 and      /work/SRC/openSUSE:Factory/.grpc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grpc"

Mon Jun 25 11:42:29 2018 rev:10 rq:618658 version:1.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/grpc/grpc.changes        2018-05-29 
16:52:20.551669041 +0200
+++ /work/SRC/openSUSE:Factory/.grpc.new/grpc.changes   2018-06-25 
11:42:38.124962262 +0200
@@ -1,0 +2,5 @@
+Sat Jun 23 09:33:15 UTC 2018 - [email protected]
+
+- Throw out silly -Werror in release builds.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ grpc.spec ++++++
--- /var/tmp/diff_new_pack.QX0kOj/_old  2018-06-25 11:42:38.952931726 +0200
+++ /var/tmp/diff_new_pack.QX0kOj/_new  2018-06-25 11:42:38.952931726 +0200
@@ -26,11 +26,8 @@
 Group:          Development/Tools/Building
 Url:            http://grpc.io/
 Source:         https://github.com/grpc/grpc/archive/v%version.tar.gz
-# # PATCH-FEATURE-UPSTREAM 
0001-Allow-building-the-python-module-with-system-openssl.patch -- 
https://github.com/grpc/grpc/pull/15548
 Patch0:         0001-Allow-building-the-python-module-with-system-openssl.patch
-# # PATCH-FEATURE-UPSTREAM 
0002-Allow-building-the-python-module-with-system-zlib.patch -- 
https://github.com/grpc/grpc/pull/15548
 Patch1:         0002-Allow-building-the-python-module-with-system-zlib.patch
-# # PATCH-FEATURE-UPSTREAM 
0003-Allow-building-the-python-module-with-system-cares.patch -- 
https://github.com/grpc/grpc/pull/15548
 Patch2:         0003-Allow-building-the-python-module-with-system-cares.patch
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module devel}
@@ -93,7 +90,8 @@
 %patch2 -p1
 
 %build
-make %{?_smp_mflags} STRIP=/bin/true V=1 VERBOSE=1 CFLAGS="%optflags" 
CXXFLAGS="%optflags"
+make %{?_smp_mflags} STRIP=/bin/true V=1 VERBOSE=1 \
+       CFLAGS="%optflags -Wno-error" CXXFLAGS="%optflags -Wno-error"
 
 # build python module
 export GRPC_PYTHON_BUILD_WITH_CYTHON=True


Reply via email to