Hello community,

here is the log from the commit of package nsjail for openSUSE:Factory checked 
in at 2020-06-19 17:23:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nsjail (Old)
 and      /work/SRC/openSUSE:Factory/.nsjail.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nsjail"

Fri Jun 19 17:23:52 2020 rev:6 rq:815759 version:2.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/nsjail/nsjail.changes    2020-02-04 
19:53:43.909334847 +0100
+++ /work/SRC/openSUSE:Factory/.nsjail.new.3606/nsjail.changes  2020-06-19 
17:24:28.512083420 +0200
@@ -1,0 +2,6 @@
+Thu Jun 18 13:59:19 UTC 2020 - Johannes Segitz <[email protected]>
+
+- Add remove_werror.patch to prevent build errors due to deprecation
+  warnings. I expect this can be removed with 3.0
+
+-------------------------------------------------------------------

New:
----
  remove_werror.patch

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

Other differences:
------------------
++++++ nsjail.spec ++++++
--- /var/tmp/diff_new_pack.5Xoc5O/_old  2020-06-19 17:24:30.368088725 +0200
+++ /var/tmp/diff_new_pack.5Xoc5O/_new  2020-06-19 17:24:30.372088737 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nsjail
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 URL:            https://nsjail.com
 Source0:        nsjail-%{version}.tar.gz
 Source1:        kafel.tar.gz
+Patch0:         remove_werror.patch
 BuildRequires:  autoconf
 BuildRequires:  bison
 BuildRequires:  flex
@@ -43,6 +44,7 @@
 
 %prep
 %setup -qa1
+%patch0 -p1
 
 %build
 %define _lto_cflags %{nil}

++++++ remove_werror.patch ++++++
Index: nsjail-2.9/Makefile
===================================================================
--- nsjail-2.9.orig/Makefile
+++ nsjail-2.9/Makefile
@@ -28,7 +28,7 @@ COMMON_FLAGS += -O2 -c \
        -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 \
        -fPIE \
        -Wformat -Wformat-security -Wno-format-nonliteral \
-       -Wall -Wextra -Werror \
+       -Wall -Wextra \
        -Ikafel/include
 
 CXXFLAGS += $(COMMON_FLAGS) $(shell pkg-config --cflags protobuf) \

Reply via email to