Hello community,

here is the log from the commit of package siproxd for openSUSE:Factory checked 
in at 2020-06-09 00:07:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/siproxd (Old)
 and      /work/SRC/openSUSE:Factory/.siproxd.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "siproxd"

Tue Jun  9 00:07:12 2020 rev:37 rq:812500 version:0.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/siproxd/siproxd.changes  2019-04-02 
09:24:02.412779745 +0200
+++ /work/SRC/openSUSE:Factory/.siproxd.new.3606/siproxd.changes        
2020-06-09 00:09:24.886301878 +0200
@@ -1,0 +2,8 @@
+Mon Jun  8 10:58:38 CEST 2020 - r...@suse.de
+
+- add patch siproxd-multiple-definition.patch
+  to fix compilation with recent gcc
+  accessctl.o:./src/accessctl.c:37: multiple definition of
+  configuration struct
+
+-------------------------------------------------------------------

New:
----
  siproxd-multiple-definition.patch

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

Other differences:
------------------
++++++ siproxd.spec ++++++
--- /var/tmp/diff_new_pack.gR0lVG/_old  2020-06-09 00:09:25.846305076 +0200
+++ /var/tmp/diff_new_pack.gR0lVG/_new  2020-06-09 00:09:25.846305076 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package siproxd
 #
-# Copyright (c) 2019 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
@@ -31,7 +31,7 @@
 Summary:        A SIP masquerading proxy with RTP support
 License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Other
-Url:            http://siproxd.sourceforge.net/
+URL:            http://siproxd.sourceforge.net/
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        susefirewall2.%{name}
 Source2:        %name.init.in
@@ -49,6 +49,7 @@
 #PATCH-FIX-FROM-DEBIAN use logger not user
 Patch1:         siproxd-log.c.patch
 Patch2:         siproxd.plugin_fix_bogus_via.c.patch
+Patch3:         siproxd-multiple-definition.patch
 BuildRequires:  docbook-utils
 BuildRequires:  libosip2
 BuildRequires:  libosip2-devel
@@ -95,6 +96,7 @@
 %patch0 -p1    
 %patch1
 %patch2 -p1
+%patch3 -p1
 
 cp %{S:5} .
 

++++++ siproxd-multiple-definition.patch ++++++
--- siproxd-0.8.2/src/accessctl.c       2020/06/08 08:58:02     1.1
+++ siproxd-0.8.2/src/accessctl.c       2020/06/08 08:58:08
@@ -35,6 +35,6 @@
 
 /* configuration storage */
-struct siproxd_config configuration;
+extern struct siproxd_config configuration;
 
 
 /*


Reply via email to