Hello community, here is the log from the commit of package openobex checked in at Tue Jun 27 19:00:00 CEST 2006. -------- --- openobex/openobex.changes 2006-05-15 19:47:14.000000000 +0200 +++ openobex/openobex.changes 2006-06-27 17:01:39.000000000 +0200 @@ -1,0 +2,9 @@ +Tue Jun 27 17:01:13 CEST 2006 - cthiel@suse.de + +- update to version 1.3 + * Add support for setting the creation-ID. + * Updated constants to match IrOBEX 1.3. + * Replace netbuf implementation with databuffer. + * Fix segmentation fault when receiving invalid OBEX packets. + +------------------------------------------------------------------- Old: ---- openobex-1.2.diff openobex-1.2.tar.bz2 New: ---- openobex-1.3.tar.bz2 openobex.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openobex.spec ++++++ --- /var/tmp/diff_new_pack.N7Vner/_old 2006-06-27 18:59:31.000000000 +0200 +++ /var/tmp/diff_new_pack.N7Vner/_new 2006-06-27 18:59:31.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package openobex (Version 1.2) +# spec file for package openobex (Version 1.3) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,16 +11,16 @@ # norootforbuild Name: openobex -BuildRequires: bluez-libs +BuildRequires: bluez-libs pkgconfig License: GPL Group: Development/Libraries/Other Autoreq: on -Version: 1.2 +Version: 1.3 Release: 1 Summary: Open Source Implementation of the Object Exchange (OBEX) Protocol URL: http://openobex.sourceforge.net/ Source: %name-%version.tar.bz2 -Patch: %name-%version.diff +Patch: %name.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -98,6 +98,12 @@ %{_libdir}//pkgconfig/openobex.pc %changelog -n openobex +* Tue Jun 27 2006 - cthiel@suse.de +- update to version 1.3 + * Add support for setting the creation-ID. + * Updated constants to match IrOBEX 1.3. + * Replace netbuf implementation with databuffer. + * Fix segmentation fault when receiving invalid OBEX packets. * Sun Apr 23 2006 - cthiel@suse.de - update to version 1.2 * Add OBEX_EV_REQCHECK support. ++++++ openobex-1.2.tar.bz2 -> openobex-1.3.tar.bz2 ++++++ ++++ 22005 lines of diff (skipped) ++++++ openobex.patch ++++++ --- lib/obex_transport.c +++ lib/obex_transport.c @@ -34,6 +34,7 @@ #include <string.h> #include <stdio.h> +#include <unistd.h> #include "obex_main.h" #ifdef HAVE_IRDA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit-help@opensuse.org
participants (1)
-
root@suse.de