SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for openobex-debugsource-1.7.2-lp160.1.2.x86_64.rpm :

* Sat Aug 06 2022 Christophe Giboudeaux - Set CMAKE_SKIP_RPATH to avoid incorrect and unneeded RUNPATH in the openobex apps- Spec cleanup
* Thu Jul 06 2017 jengelhAATTinai.de- Fix RPM groups.
* Tue Jul 04 2017 tchvatalAATTsuse.com- Version update to 1.7.2:
* Couple of tiny fixes- Refresh patch xopen-source.patch
* Tue Aug 11 2015 schwabAATTsuse.de- xopen-source.patch: correct feature selection for getaddrinfo
* Tue Jun 23 2015 crrodriguezAATTopensuse.org- Use libusb-1_0-devel as BuildRequires not libusb-devel as the old libusb compatibility layer is not used.
* Wed Aug 20 2014 achoAATTsuse.com- Added patches:
* openobex-1.7.1-fix_udev_rules.patch Fixed 60-openobex.rules with \'TAG+=\"uaccess\"\' (bnc#858863)
* Tue Jun 24 2014 jmatejekAATTsuse.com- drop udev rules, obsolete/provide openobex from libopenobex again (group plugdev doesn\'t exist anymore and it\'s unclear how to replace it, so the udev rules are virtually useless) this fixes bnc#865429
* Sat Jun 21 2014 tchvatalAATTsuse.com- Generate manpages and doxyfiles.- Use cmake macros and fix project definition to work with them- Cleanup with spec-cleaner
* Sun Dec 08 2013 crrodriguezAATTopensuse.org- Use distribution definition of _udevrulesdir instead of rules_dir- run %udev_rules_update if such macro is defined.
* Wed Sep 25 2013 dimstarAATTopensuse.org- Update to version 1.7.1: + Add OBEX_FL_STREAM_CONTINUE. + Several fixes.- Changes from version 1.7: + Add support for CMake config files + Internal code reorganisation and rewrite + Add new function set for better control than OBEX_HandleInput(): OBEX_SetTimeout(), OBEX_Work() and OBEX_GetDataDirection()- Changes from version 1.6: + Change ABI from 1 to 2 because: - Redo the USB changes from version 1.4. - Remove InOBEX_
* function, use the TcpOBEX_
* functions instead. - Remove the simple Unicode<->ASCII functions. + Add support for Single Response Mode. + Add manpages for all example applications. + Add udev support. + Add new example app to find IrDA and USB OBEX devices. + Add fixes for FreeBSD. + Add support for libusb-1.x. + Add support for close-on-exec.- Drop upstream fixed patches: + openobex-libusb-check.patch. + openobex-1.3-pkgconfig.patch (done slightly different). + 0001-fix-fd-leak.patch.- No longer provide and obsolete openobex from the library package: the main package now contains udev rules and helpers.- Require openobex from the library package: an app making use of the library surely wants the udev helpers in place.- Rename libopenobex1 subpackage to libopenobex2, following upstreams soname change.- Require libopenobex2 from the -devel package instead of the main package (the name used to be provided by libopenobex1).- Replace libtool BuildRequires with cmake, following upstreams build system switch.- Add pkgconfig(udev) BuildRequires: needed to build the udev helper as well to find the location where to install udev rules (define rules_dir).
* Mon Apr 15 2013 idonmezAATTsuse.com- Add Source URL, see https://en.opensuse.org/SourceUrls
* Wed Mar 06 2013 cooloAATTsuse.com- update license to new format
* Fri May 25 2012 jengelhAATTinai.de- Remove redundant tags/sections from specfile- Parallel build with %_smp_mflags
* Sun Nov 20 2011 cooloAATTsuse.com- add libtool as buildrequire to avoid implicit dependency
* Sun Oct 31 2010 jengelhAATTmedozas.de- Use %_smp_mflags
* Fri Mar 26 2010 vuntzAATTopensuse.org- Update to version 1.5: + Revert USB changes that broke the ABI. + Add more documentation and update manual pages. + Add missing files to distribution. + Fix obex_object_resume for server side role. + Fix security issue when creating file.- Changes from version 1.4: + Add OBEX_ObjectGetSpace function. + Add OBEX_ObjectGetCommand function. + Add Bluetooth support for FreeBSD and NetBSD. + Add support for using OBEX over IPv6. + Add support for Win32 platform. + Fix support for document generation. + Fix public visible symbols of the libraries. + Fix handling of unexpected data from the server. + Fix return value interpretation of obex_object_send. + Fix obex_object_resume handling if sending fails. + Allow suspending before the first packet has been sent.- Remove glib2-devel BuildRequires, do not use --enable-glib configure flag and drop glib-related subpackages: this is not built anymore in the tarball.- Drop openobex-svn.patch: fixed upstream.- Rebase openobex-libusb-check.patch, openobex-1.3-pkgconfig.patch and 0001-fix-fd-leak.patch.- Move the library to a libopenobex1 subpackage that provides/obsoletes openobex (since the old package only contained the library).
* Sun Nov 15 2009 meissnerAATTsuse.de- apply patches with fuzz-0
* Sat Oct 10 2009 crrodriguezAATTopensuse.org- openobex-1.3-159.15: missing call to closedir [bnc#544452]
* Mon Mar 23 2009 crrodriguezAATTsuse.de- fix pkgconfig file
* Mon Feb 23 2009 crrodriguezAATTsuse.de- remove static libraries and \"la\" files- fix -devel package deps- run ldconfig correctly
* Tue Sep 16 2008 roAATTsuse.de- fix requires for devel package
* Mon Sep 15 2008 dmuellerAATTsuse.de- adjust buildrequires
* Fri May 18 2007 olhAATTsuse.de- -devel package requires libusb-devel
* Wed May 16 2007 olhAATTsuse.de- Buildrequires libusb -> libusb-devel
* Mon Apr 30 2007 sbrabecAATTsuse.cz- Updated to current SVN version (#220448):
* Provides openobex-glib bindings.
* Library build fixes.
* Minor fixes.
* Tue Dec 19 2006 cstenderAATTsuse.de- added libusb to openobex-devel Requires.
* Sat Oct 14 2006 dgollubAATTsuse.de- added libusb to BuildRequires to get direct USB support.
* Mon Oct 09 2006 mskibbeAATTsuse.de- add applications to subpackage
* Tue Jun 27 2006 cthielAATTsuse.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 cthielAATTsuse.de- update to version 1.2
* Add OBEX_EV_REQCHECK support.
* Add support for suspend after sending a header.
* Add support for empty headers for buggy OBEX servers.
* Fix memory leak in obex_object_send().- changes in version 1.1
* Fix list of exported functions (Bug 644690).
* Fix duplicate string from basename() result (Bug 668977).
* Fix wrong order of sanity checks (Bug 703452).
* Fix memory leak in send_stream() function.
* ISO C99 says that inttypes.h includes stdint.h header.
* Add proper client side ABORT support.
* Add support for OBEX_SuspendRequest() and OBEX_ResumeRequest().
* Add USB transport support.
* Increase the allowed maximum MTU to 64kB-1.
* Disconnect when an ABORT fails.
* Make it possible to include headers from C++ source code.
* Advertise OBEX Protocol Version 1.0.- dropped openobex.diff- dropped openobex-serveraccept-export.patch
* Wed Jan 25 2006 mlsAATTsuse.de- converted neededforbuild to BuildRequires
* Tue Aug 23 2005 hvogelAATTsuse.de- added `OBEX_ServerAccept\' to the exported symbols
* Sat Oct 23 2004 hvogelAATTsuse.de- move config script to the devel package
* Mon Jan 26 2004 hvogelAATTsuse.de- move devel stuff into subpackage
* Fri Nov 21 2003 adrianAATTsuse.de- make so-name compatible with version 1.0.0
* Fri Nov 21 2003 hvogelAATTsuse.de- update to version 1.0.1
* Mon Aug 11 2003 mmjAATTsuse.de- Invoke autoreconf to build on all archs
* Thu Aug 07 2003 hvogelAATTsuse.de- Initial Package, Version 1.0.0
 
ICM