Hello community, here is the log from the commit of package openobex for openSUSE:Factory checked in at 2015-08-27 08:57:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openobex (Old) and /work/SRC/openSUSE:Factory/.openobex.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openobex" Changes: -------- --- /work/SRC/openSUSE:Factory/openobex/openobex.changes 2015-06-24 20:59:21.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.openobex.new/openobex.changes 2015-08-27 08:57:13.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Aug 11 08:03:08 UTC 2015 - [email protected] + +- xopen-source.patch: correct feature selection for getaddrinfo + +------------------------------------------------------------------- New: ---- xopen-source.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openobex.spec ++++++ --- /var/tmp/diff_new_pack.d5toKZ/_old 2015-08-27 08:57:14.000000000 +0200 +++ /var/tmp/diff_new_pack.d5toKZ/_new 2015-08-27 08:57:14.000000000 +0200 @@ -25,6 +25,7 @@ Url: http://openobex.sourceforge.net/ Source: http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-%{version}-Source.tar.gz Patch1: openobex-1.7.1-fix_udev_rules.patch +Patch2: xopen-source.patch BuildRequires: bluez-devel BuildRequires: cmake BuildRequires: docbook-xsl-stylesheets @@ -77,6 +78,7 @@ %prep %setup -q -n openobex-%{version}-Source %patch1 -p1 +%patch2 -p1 # openobex runs some tests with g++ sed -i -e 's:openobex C:openobex C CXX:' CMakeLists.txt # do not compile and install the udev part ++++++ xopen-source.patch ++++++ Index: openobex-1.7.1-Source/apps/obex_tcp.c =================================================================== --- openobex-1.7.1-Source.orig/apps/obex_tcp.c +++ openobex-1.7.1-Source/apps/obex_tcp.c @@ -22,7 +22,7 @@ #ifdef HAVE_CONFIG_H #include <config.h> #endif -#define _XOPEN_SOURCE 520 +#define _XOPEN_SOURCE 600 #ifdef _WIN32 #include <winsock2.h>
