Hello community, here is the log from the commit of package spacefm for openSUSE:Factory checked in at 2019-03-10 09:37:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spacefm (Old) and /work/SRC/openSUSE:Factory/.spacefm.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spacefm" Sun Mar 10 09:37:40 2019 rev:10 rq:682608 version:1.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/spacefm/spacefm.changes 2018-04-20 17:26:15.573524423 +0200 +++ /work/SRC/openSUSE:Factory/.spacefm.new.28833/spacefm.changes 2019-03-10 09:37:44.700142193 +0100 @@ -1,0 +2,6 @@ +Tue Mar 5 15:19:33 UTC 2019 - [email protected] + +- Add spacefm-fix-implicit-decl.patch: Fix implicit declaration of + "major" and "minor" macros. + +------------------------------------------------------------------- New: ---- spacefm-fix-implicit-decl.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spacefm.spec ++++++ --- /var/tmp/diff_new_pack.SEdqpg/_old 2019-03-10 09:37:45.420142021 +0100 +++ /var/tmp/diff_new_pack.SEdqpg/_new 2019-03-10 09:37:45.420142021 +0100 @@ -1,7 +1,7 @@ # # spec file for package spacefm # -# 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,8 @@ Group: Productivity/File utilities URL: http://ignorantguru.github.io/spacefm Source: https://github.com/IgnorantGuru/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +# PATCH-FIX-OPENSUSE spacefm-fix-implicit-decl.patch -- Fix implicit declaration of "major" and "minor" macros. +Patch0: spacefm-fix-implicit-decl.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: fdupes @@ -60,6 +62,7 @@ %prep %setup -q +%patch0 -p1 echo 'tmp_dir=%{_tmppath}' > %{name}.conf %build ++++++ spacefm-fix-implicit-decl.patch ++++++ --- a/src/main.c +++ b/src/main.c @@ -20,7 +20,7 @@ #include <string.h> /* socket is used to keep single instance */ -#include <sys/types.h> +#include <sys/sysmacros.h> #include <sys/socket.h> #include <sys/un.h>
