Version: 0.24-bp150.2.4
            
  * Tue Nov 19 2013 ro@suse.de 
  - obexftp-pkgconfig_requires.patch:
  in pkgconfig file, require bluez instead of bluetooth
 
  * Wed Oct 16 2013 jmatejek@suse.com 
  - update to 0.24
  * new upstream maintainer
  * integrates obexfs 0.12 (build disabled for now)
  * includes Ruby binding
  * builds with OpenOBEX 1.7
  * build system is now based on CMake
- patch obexftp-0.24-fix-absurd-install-path - install Python binding
  into the correct location
- dropped gcc43.diff - no longer necessary
 
  * Thu May 24 2012 jengelh@inai.de 
  - Remove redundant tags/sections from specfile
- Parallel build with %_smp_mflags
 
  * Sun Nov 20 2011 coolo@suse.com 
  - add libtool as buildrequire to avoid implicit dependency
 
  * Fri Jan 14 2011 coolo@novell.com 
  - fix build on 11.4
 
  * Mon Apr 26 2010 ro@suse.de 
  - update to 0.23
  * allow win32 to use hci src names
  * adding a simpler connect wrapper
  * show OBEX_HandleInput errors
  * catch errors and let the user know
  * print timeout stats if available
  * sdp unregister more verbose
  * upgrading btkit
  * fix for win32 without bt
  * replacing deprecated automake vars
  * sizeof() fixes
  * removing bdaddr_t reference from obexftpd.c
  * adding bootstrap helper
  * concurrency bug in extconf.rb generated Makefile (fix by Alin Năstac)
  * switching from POD to asciidoc
  * clearing gnu-style implicit rules
 
  * Fri Jan 09 2009 crrodriguez@suse.de 
  - remove static libraries and "la" files
 
  * Tue Sep 16 2008 ro@suse.de 
  - fix requires for devel package
 
  * Mon Sep 15 2008 dmueller@suse.de 
  - adjust buildrequires
 
  * Tue Jun 24 2008 dmueller@suse.de 
  - update to 0.22:
  * for changelog, see included ChangeLog
 
  * Thu Jun 21 2007 dmueller@suse.de 
  - split off perl- and python- bindings to remove
  python depenceny from main package
 
  * Fri May 18 2007 olh@suse.de 
  - remove unneeded libusb from -devel Requires
 
  * Mon May 07 2007 sbrabec@suse.cz 
  - Fixed LDFLAGS to include needed libraries explicitly.
 
  * Sun Apr 22 2007 dgollub@suse.de 
  - Make use of LIBADD instead of LDADD.
 
  * Sun Oct 15 2006 schwab@suse.de 
  - Make sure config.rpath is present.
 
  * Wed Jun 28 2006 cthiel@suse.de 
  - update to version 0.21
  * Fixes to obexftpd
  * Added ruby binding
  * Added preliminary discovery function
 
  * Tue Jun 27 2006 cthiel@suse.de 
  - update to version 0.20
  * Change __S_IFDIR to S_IFDIR with fallback sug.
  * Added old CLI switches and documentation sug.
  * Fixed the -g CLI switch
  * Added obexfsd
  * Fixed iconv
  * device/channel code cleanup
 
  * Sun Apr 23 2006 cthiel@suse.de 
  - update to version 0.19
  * Updated for OpenOBEX 1.1 (pkg-config)
  * Added --output switch
  * Simplified the swig/perl/Makefile.am.
  * Fixed a pointer typo and a free() typo.
  * Added perl, python and tcl binding with swig.
  * Rewrote folder-listing parser to enhance compatibility
  * Connection headers
  * Nokia hack (suppressing FBS)
  * Capabilty retrieving
  * USB support
  * Added implicit setpath support in every function.
  * Added simple caching
  * Removed recursive put. Apps should implement it themselves.
  * New configure flag to enable building docs
  * Documentation updated
- dropped obexftp-irda.patch
- dropped obexftp-noxml.patch
 
  * Wed Jan 25 2006 mls@suse.de 
  - converted neededforbuild to BuildRequires
 
  * Tue Aug 23 2005 hvogel@suse.de 
  - update to version 0.10.7
 
             
            
              Version: 0.24.2-bp154.1.44
            
  * Sun Aug 16 2020 Dirk Mueller <dmueller@suse.com> 
  - update to 0.24.2:
  * obexfs: Parse XML data with Expat library
  * obexfs: Properly encode XML special characters
  * obexfs: New option -r to specify root path
  * obexfs: New option -S to simulate free space
  * Fix probing
  * Add support for Gigaset devices
  * CMake improvements
  * Fix build system bugs
  * Replace CRC implementation in libbfb
- remove obexftp-pkgconfig_requires.patch : upstream
 
  * Fri May 15 2020 ldreier@vodafonemail.de 
  - Build python bindings for python3 instead of for python2
- Add obexftp-0.24-move_to_python3.patch:
  Use PyUnicode_FromStringAndSize instead of
  PyString_FromStringAndSize in swig/charmap.i (needed for python3)