Hello community, here is the log from the commit of package obexd for openSUSE:Factory checked in at 2013-03-08 09:28:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-11-15 09:43:01.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.obexd.new/obexd.changes 2013-03-08 09:28:08.000000000 +0100 @@ -1,0 +2,15 @@ +Sat Jan 19 17:13:43 UTC 2013 - [email protected] + +- Update to 0.48: + + Fix issue with phonebook contacts query. + + Add support for phonebook client filters. + + Add support for message status handling. + + Add support for OBEX application parameter API. + + Update client session API. + + Change D-Bus namespace to org.bluez.obex. + + Update client transfer API. + + Fix issue with using invalid PSM numbers. + + Add support for MAP message listing parameters. + + Add support for MAP folder listing retrieval. + +------------------------------------------------------------------- Old: ---- obexd-0.45.tar.bz2 New: ---- obexd-0.48.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ obexd.spec ++++++ --- /var/tmp/diff_new_pack.lGIRgE/_old 2013-03-08 09:28:10.000000000 +0100 +++ /var/tmp/diff_new_pack.lGIRgE/_new 2013-03-08 09:28:10.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package obexd # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,10 +22,10 @@ Summary: D-Bus service for Obex Client access License: GPL-2.0+ Group: System/Daemons -Version: 0.45 +Version: 0.48 Release: 0 Url: http://www.bluez.org/ -Source0: obexd-%{version}.tar.bz2 +Source0: http://www.kernel.org/pub/linux/bluetooth/obexd-%{version}.tar.xz Source1: obexd-server.desktop Source2: obexd-setup.sh # PATCH-FIX-MOBLIN obexd-users-home-for-root.patch bnc567383 [email protected] - Use ~/Public for users shared folder @@ -36,7 +36,8 @@ BuildRequires: libtool BuildRequires: update-desktop-files -BuildRequires: pkgconfig(bluez) >= 4.99 +BuildRequires: xz +BuildRequires: pkgconfig(bluez) >= 4.100 BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(libical) @@ -68,15 +69,19 @@ %prep %setup -q %patch0 -p0 -%patch1 -p1 +%patch1 -p0 %build autoreconf -f -i -%configure --libexecdir=%{_libdir}/obex --with-phonebook=dummy \ +%configure --libexecdir=%{_libdir}/obex \ + --with-phonebook=dummy \ + --enable-usb \ + --enable-pcsuite \ %if ! 0%{?with_server} --disable-server \ %endif --disable-static + unset LD_AS_NEEDED make %{?_smp_mflags} sed -i -e "s,@libexecdir@,%{_libdir}/obex,g" %{SOURCE1} @@ -85,7 +90,7 @@ %makeinstall mkdir examples/ -cp test/send-files examples/ +cp test/* examples/ %if 0%{?with_server} mkdir -p %{buildroot}/%{_sysconfdir}/xdg/autostart/ ++++++ obexd-headers.patch ++++++ --- /var/tmp/diff_new_pack.lGIRgE/_old 2013-03-08 09:28:10.000000000 +0100 +++ /var/tmp/diff_new_pack.lGIRgE/_new 2013-03-08 09:28:10.000000000 +0100 @@ -1,12 +1,12 @@ -Index: obexd-0.45/plugins/mas.c +Index: plugins/mas.c =================================================================== ---- obexd-0.45.orig/plugins/mas.c -+++ obexd-0.45/plugins/mas.c -@@ -29,6 +29,7 @@ +--- plugins/mas.c.orig ++++ plugins/mas.c +@@ -30,6 +30,7 @@ #include <glib.h> #include <fcntl.h> #include <inttypes.h> +#include <sys/types.h> - #include "obexd.h" - #include "plugin.h" + #include <gobex/gobex.h> + #include <gobex/gobex-apparam.h> ++++++ obexd-users-home-for-root.patch ++++++ --- /var/tmp/diff_new_pack.lGIRgE/_old 2013-03-08 09:28:10.000000000 +0100 +++ /var/tmp/diff_new_pack.lGIRgE/_new 2013-03-08 09:28:10.000000000 +0100 @@ -2,7 +2,7 @@ =================================================================== --- Makefile.am.orig +++ Makefile.am -@@ -156,7 +156,7 @@ MAINTAINERCLEANFILES = Makefile.in \ +@@ -158,7 +158,7 @@ MAINTAINERCLEANFILES = Makefile.in \ ltmain.sh depcomp compile missing install-sh mkinstalldirs %.service: %.service.in config.log @@ -17,6 +17,6 @@ +++ src/obexd.service.in @@ -1,3 +1,3 @@ [D-BUS Service] - Name=org.openobex + Name=org.bluez.obex -Exec=@libexecdir@/obexd --nodaemon +Exec=@libexecdir@/obexd --nodaemon --root=Public --root-setup=@libexecdir@/obexd-setup.sh -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
