Hello community, here is the log from the commit of package obexd for openSUSE:Factory checked in at 2012-11-15 09:43:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/obexd (Old) and /work/SRC/openSUSE:Factory/.obexd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obexd", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/obexd/obexd.changes 2012-05-08 12:28:19.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.obexd.new/obexd.changes 2012-11-15 09:43:01.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Nov 14 08:13:00 UTC 2012 - [email protected] + +- Add missing include to fix build (add patch obexd-headers.patch) + +------------------------------------------------------------------- New: ---- obexd-headers.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ obexd.spec ++++++ --- /var/tmp/diff_new_pack.GaxPBU/_old 2012-11-15 09:43:02.000000000 +0100 +++ /var/tmp/diff_new_pack.GaxPBU/_new 2012-11-15 09:43:02.000000000 +0100 @@ -30,6 +30,8 @@ Source2: obexd-setup.sh # PATCH-FIX-MOBLIN obexd-users-home-for-root.patch bnc567383 [email protected] - Use ~/Public for users shared folder Patch0: obexd-users-home-for-root.patch +# PATCH-FIX-OPENSUSE Add missing includes +Patch1: obexd-headers.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libtool @@ -66,6 +68,7 @@ %prep %setup -q %patch0 -p0 +%patch1 -p1 %build autoreconf -f -i ++++++ obexd-headers.patch ++++++ Index: obexd-0.45/plugins/mas.c =================================================================== --- obexd-0.45.orig/plugins/mas.c +++ obexd-0.45/plugins/mas.c @@ -29,6 +29,7 @@ #include <glib.h> #include <fcntl.h> #include <inttypes.h> +#include <sys/types.h> #include "obexd.h" #include "plugin.h" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
