Hello community, here is the log from the commit of package scamper for openSUSE:Factory checked in at 2019-08-22 10:53:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scamper (Old) and /work/SRC/openSUSE:Factory/.scamper.new.22127 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scamper" Thu Aug 22 10:53:24 2019 rev:7 rq:724879 version:20181219 Changes: -------- --- /work/SRC/openSUSE:Factory/scamper/scamper.changes 2019-02-14 14:35:17.143600134 +0100 +++ /work/SRC/openSUSE:Factory/.scamper.new.22127/scamper.changes 2019-08-22 10:53:25.397691424 +0200 @@ -1,0 +2,5 @@ +Tue Aug 20 19:34:08 UTC 2019 - Sebastian Wagner <[email protected]> + +- add SIOCGSTAMP.patch for recent changes in socket.h/socketios.h + +------------------------------------------------------------------- New: ---- SIOCGSTAMP.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scamper.spec ++++++ --- /var/tmp/diff_new_pack.45c0kv/_old 2019-08-22 10:53:26.201691316 +0200 +++ /var/tmp/diff_new_pack.45c0kv/_new 2019-08-22 10:53:26.233691312 +0200 @@ -1,7 +1,7 @@ # # spec file for package scamper # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016, Martin Hauke <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -25,6 +25,7 @@ Group: Productivity/Networking/Diagnostic Url: https://www.caida.org/tools/measurement/scamper/ Source: https://www.caida.org/tools/measurement/%{name}/code/%{name}-cvs-%{version}.tar.gz +Patch0: SIOCGSTAMP.patch BuildRequires: libopenssl-devel BuildRequires: pkgconfig @@ -73,6 +74,7 @@ %prep %setup -q -n %{name}-cvs-%{version} +%patch0 -p0 %build %configure --disable-static ++++++ SIOCGSTAMP.patch ++++++ Index: internal.h =================================================================== RCS file: /home/mjl/cvsroot/scamper/internal.h,v retrieving revision 1.42 diff -u -p -r1.42 internal.h --- internal.h 17 Sep 2016 01:38:13 -0000 1.42 +++ internal.h 19 Aug 2019 23:44:05 -0000 @@ -173,6 +173,7 @@ typedef unsigned short sa_family_t; #include <linux/types.h> #include <linux/filter.h> #include <linux/netfilter_ipv4/ip_tables.h> +#include <linux/sockios.h> #include <limits.h> #ifndef SOL_PACKET #define SOL_PACKET 263
