Hello community,

here is the log from the commit of package finger for openSUSE:Factory checked 
in at 2020-01-12 23:15:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/finger (Old)
 and      /work/SRC/openSUSE:Factory/.finger.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "finger"

Sun Jan 12 23:15:48 2020 rev:24 rq:761766 version:1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/finger/finger.changes    2019-07-28 
10:21:27.860578804 +0200
+++ /work/SRC/openSUSE:Factory/.finger.new.6675/finger.changes  2020-01-12 
23:15:55.818628532 +0100
@@ -1,0 +2,7 @@
+Wed Jan  8 07:34:56 UTC 2020 - pgaj...@suse.com
+
+- added patches
+  Build with -no-common, [bsc#1160264]
+  + finger-no-common.patch
+
+-------------------------------------------------------------------

New:
----
  finger-no-common.patch

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

Other differences:
------------------
++++++ finger.spec ++++++
--- /var/tmp/diff_new_pack.rjujeN/_old  2020-01-12 23:15:57.538629168 +0100
+++ /var/tmp/diff_new_pack.rjujeN/_new  2020-01-12 23:15:57.554629175 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package finger
 #
-# 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -27,6 +27,8 @@
 Source4:        finger@.service
 Patch1:         finger-utf8_segfault.patch
 Patch2:         finger-memory-leak.patch
+# Build with -no-common, [bsc#1160264]
+Patch3:         finger-no-common.patch
 Requires:       netcfg
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -52,6 +54,7 @@
 %setup -q -n finger-bsd-%{version}
 %patch1
 %patch2 -p1
+%patch3 -p1
 
 %build
 export CFLAGS="%{optflags} -fpie" LDFLAGS="-pie"

++++++ finger-no-common.patch ++++++
Index: finger-bsd-1.3/finger/util.c
===================================================================
--- finger-bsd-1.3.orig/finger/util.c   2020-01-08 08:25:57.961844850 +0100
+++ finger-bsd-1.3/finger/util.c        2020-01-08 08:26:37.282059567 +0100
@@ -52,9 +52,6 @@
 #include "extern.h"
 #include "utf8conv.h"
 
-PERSON *htab[HSIZE];           /* the buckets */
-PERSON *phead, *ptail;         /* the linked list of all people */
-
 
 char *estrdup (char *);
 WHERE *walloc (PERSON * pn);

Reply via email to