Hello community,

here is the log from the commit of package obexd for openSUSE:Factory checked 
in at 2012-02-20 16:15:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2011-11-25 
10:13:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.obexd.new/obexd.changes 2012-02-20 
16:15:37.000000000 +0100
@@ -1,0 +2,40 @@
+Mon Feb  6 15:34:16 UTC 2012 - [email protected]
+
+- Removed openobex-devel from BuildRequires (upstream dropped this
+  dependency with 0.43 release).
+
+- Rebased obexd-users-home-for-root.patch for 0.44 version.
+
+- Update to 0.44:
+  + Fix issue with incorrect path during authorization.
+  + Fix issue with missing reset after transfer completion.
+  + Fix issue with invalid memory access and PBAP.
+  + Add support for OBEX Single Response Mode.
+
+- Version 0.43:
+  + Remove OpenOBEX dependency.
+  + Fix multiple issues with PBAP and vCard encoding.
+  + Add initial support for handling Message Access Profile.
+  + Add support for internal and fully asynchronous OBEX library.
+
+- Version 0.42:
+  + Fix issue with freeing buffer before transfer is complete.
+  + Fix issue with invalid memory read when pulling phonebook.
+  + Fix issue with test cases for empty phonebooks.
+  + Add support for multiple phonebooks when using EDS.
+  +Add support for handling OBEX Action command.
+
+- Version 0.41:
+  + Fix issue with pulling phonebook entries without last name.
+  + Fix issue with handling owner data in phonebook pull.
+  + Add support for fetching call history in parts.
+  + Add support for selective plugin loading.
+  + Add support for Message Access Profile plugin.
+
+- Version 0.40:
+  + Fix issue with plugin close & disconnect functions call order.
+  + Fix issue with history queries for contacts outside phonebook.
+  + Fix issue with crash after fetching single owner vCard.
+  + Add support for multiple URLs in phonebooks.
+
+-------------------------------------------------------------------

Old:
----
  obexd-0.39.tar.bz2

New:
----
  obexd-0.44.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ obexd.spec ++++++
--- /var/tmp/diff_new_pack.VlGMVM/_old  2012-02-20 16:15:39.000000000 +0100
+++ /var/tmp/diff_new_pack.VlGMVM/_new  2012-02-20 16:15:39.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package obexd
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,8 +22,8 @@
 Name:           obexd
 Summary:        D-Bus service for Obex Client access
 Group:          System/Daemons
-Version:        0.39
-Release:        1
+Version:        0.44
+Release:        0
 License:        GPL-2.0+
 Url:            http://www.bluez.org/
 Source0:        obexd-%{version}.tar.bz2
@@ -39,7 +39,6 @@
 BuildRequires:  bluez-devel >= 4.0
 BuildRequires:  update-desktop-files
 
-BuildRequires:  openobex-devel
 BuildRequires:  evolution-data-server-devel
 
 Requires:       evolution-data-server
@@ -72,7 +71,7 @@
 
 %prep
 %setup -q
-%patch0 -p1
+%patch0 -p0
 
 %build
 autoreconf -f -i

++++++ obexd-0.39.tar.bz2 -> obexd-0.44.tar.bz2 ++++++
++++ 39257 lines of diff (skipped)

++++++ obexd-users-home-for-root.patch ++++++
--- /var/tmp/diff_new_pack.VlGMVM/_old  2012-02-20 16:15:39.000000000 +0100
+++ /var/tmp/diff_new_pack.VlGMVM/_new  2012-02-20 16:15:39.000000000 +0100
@@ -1,11 +1,8 @@
----
- Makefile.am          |    2 +-
- src/obexd.service.in |    2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -138,7 +138,7 @@ MAINTAINERCLEANFILES = Makefile.in \
+Index: Makefile.am
+===================================================================
+--- Makefile.am.orig
++++ Makefile.am
+@@ -156,7 +156,7 @@ MAINTAINERCLEANFILES = Makefile.in \
        ltmain.sh depcomp compile missing install-sh mkinstalldirs
  
  %.service: %.service.in config.log
@@ -14,10 +11,12 @@
  
  plugins/phonebook.c: plugins/@PHONEBOOK_DRIVER@
        $(AM_V_GEN)$(LN_S) @abs_top_srcdir@/$< $@
---- a/src/obexd.service.in
-+++ b/src/obexd.service.in
+Index: src/obexd.service.in
+===================================================================
+--- src/obexd.service.in.orig
++++ src/obexd.service.in
 @@ -1,3 +1,3 @@
  [D-BUS Service]
  Name=org.openobex
--Exec=@libexecdir@/obexd --nodaemon --opp --ftp
-+Exec=@libexecdir@/obexd --nodaemon --opp --ftp --root=Public 
--root-setup=@libexecdir@/obexd-setup.sh
+-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]

Reply via email to