Hello community,

here is the log from the commit of package nfswatch for openSUSE:Factory 
checked in at 2019-02-24 17:20:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nfswatch (Old)
 and      /work/SRC/openSUSE:Factory/.nfswatch.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nfswatch"

Sun Feb 24 17:20:46 2019 rev:10 rq:678405 version:4.99.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/nfswatch/nfswatch.changes        2018-03-12 
12:11:59.358899881 +0100
+++ /work/SRC/openSUSE:Factory/.nfswatch.new.28833/nfswatch.changes     
2019-02-24 17:20:54.100391755 +0100
@@ -1,0 +2,5 @@
+Sat Feb 23 11:01:02 UTC 2019 - seife+...@b1-systems.com
+
+- add nfswatch-4.99.11-sysmacros.patch to build with current glibc
+
+-------------------------------------------------------------------

New:
----
  nfswatch-4.99.11-sysmacros.patch

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

Other differences:
------------------
++++++ nfswatch.spec ++++++
--- /var/tmp/diff_new_pack.mPTK9H/_old  2019-02-24 17:20:54.472391689 +0100
+++ /var/tmp/diff_new_pack.mPTK9H/_new  2019-02-24 17:20:54.476391688 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nfswatch
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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/
 #
 
 
@@ -25,6 +25,7 @@
 URL:            http://nfswatch.sourceforge.net
 Source:         %{name}-%{version}.tar.gz
 Patch0:                        makefile.patch
+Patch1:         nfswatch-4.99.11-sysmacros.patch
 BuildRequires:  libpcap-devel
 BuildRequires:  ncurses-devel
 %if 0%{?suse_version} >= 1500
@@ -41,10 +42,10 @@
 %if 0%{?suse_version} >= 1500
 %patch0 -p1
 %endif
+%patch1 -p1
 
 %build
 
-
 make %{?_smp_mflags} CFLAGS="%{optflags}"
 
 %install

++++++ nfswatch-4.99.11-sysmacros.patch ++++++
Index: b/util.c
===================================================================
--- a/util.c
+++ b/util.c
@@ -44,6 +44,7 @@
 #endif
 #ifdef LINUX
 #include <mntent.h>
+#include <sys/sysmacros.h>
 #endif
 
 #include "nfswatch.h"

Reply via email to