- Set CMAKE_SKIP_RPATH to avoid incorrect and unneeded RUNPATH in the openobex apps - Spec cleanup OBS-URL: https://build.opensuse.org/request/show/993561 OBS-URL: https://build.opensuse.org/package/show/filesystems/openobex?expand=0&rev=26
297 lines
10 KiB
Plaintext
297 lines
10 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Aug 6 21:30:32 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
|
|
|
- Set CMAKE_SKIP_RPATH to avoid incorrect and unneeded
|
|
RUNPATH in the openobex apps
|
|
- Spec cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 6 20:10:14 UTC 2017 - jengelh@inai.de
|
|
|
|
- Fix RPM groups.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 4 10:17:48 UTC 2017 - tchvatal@suse.com
|
|
|
|
- Version update to 1.7.2:
|
|
* Couple of tiny fixes
|
|
- Refresh patch xopen-source.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 11 08:03:08 UTC 2015 - schwab@suse.de
|
|
|
|
- xopen-source.patch: correct feature selection for getaddrinfo
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 23 01:07:41 UTC 2015 - crrodriguez@opensuse.org
|
|
|
|
- Use libusb-1_0-devel as BuildRequires not libusb-devel
|
|
as the old libusb compatibility layer is not used.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 20 07:32:19 UTC 2014 - acho@suse.com
|
|
|
|
- Added patches:
|
|
* openobex-1.7.1-fix_udev_rules.patch
|
|
Fixed 60-openobex.rules with 'TAG+="uaccess"' (bnc#858863)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 24 14:06:28 UTC 2014 - jmatejek@suse.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 10:56:12 UTC 2014 - tchvatal@suse.com
|
|
|
|
- Generate manpages and doxyfiles.
|
|
- Use cmake macros and fix project definition to work with them
|
|
- Cleanup with spec-cleaner
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 8 06:33:30 UTC 2013 - crrodriguez@opensuse.org
|
|
|
|
- Use distribution definition of _udevrulesdir instead of rules_dir
|
|
- run %udev_rules_update if such macro is defined.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 25 07:56:41 UTC 2013 - dimstar@opensuse.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 12:54:38 UTC 2013 - idonmez@suse.com
|
|
|
|
- Add Source URL, see https://en.opensuse.org/SourceUrls
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 6 06:13:27 UTC 2013 - coolo@suse.com
|
|
|
|
- update license to new format
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 25 15:44:09 UTC 2012 - jengelh@inai.de
|
|
|
|
- Remove redundant tags/sections from specfile
|
|
- Parallel build with %_smp_mflags
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 20 06:26:59 UTC 2011 - coolo@suse.com
|
|
|
|
- add libtool as buildrequire to avoid implicit dependency
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de
|
|
|
|
- Use %_smp_mflags
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 27 00:47:45 CET 2010 - vuntz@opensuse.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 11:49:02 CET 2009 - meissner@suse.de
|
|
|
|
- apply patches with fuzz-0
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 10 00:16:08 UTC 2009 - crrodriguez@opensuse.org
|
|
|
|
- openobex-1.3-159.15: missing call to closedir [bnc#544452]
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 23 16:57:35 CET 2009 - crrodriguez@suse.de
|
|
|
|
- fix pkgconfig file
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 23 04:47:32 CET 2009 - crrodriguez@suse.de
|
|
|
|
- remove static libraries and "la" files
|
|
- fix -devel package deps
|
|
- run ldconfig correctly
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 16 18:02:14 CEST 2008 - ro@suse.de
|
|
|
|
- fix requires for devel package
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 15 21:44:32 CEST 2008 - dmueller@suse.de
|
|
|
|
- adjust buildrequires
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 18 10:42:14 CEST 2007 - olh@suse.de
|
|
|
|
- -devel package requires libusb-devel
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 16 21:32:29 CEST 2007 - olh@suse.de
|
|
|
|
- Buildrequires libusb -> libusb-devel
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 30 14:52:05 CEST 2007 - sbrabec@suse.cz
|
|
|
|
- Updated to current SVN version (#220448):
|
|
* Provides openobex-glib bindings.
|
|
* Library build fixes.
|
|
* Minor fixes.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 19 18:31:36 CET 2006 - cstender@suse.de
|
|
|
|
- added libusb to openobex-devel Requires.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 14 17:01:00 CEST 2006 - dgollub@suse.de
|
|
|
|
- added libusb to BuildRequires to get direct USB support.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 9 10:32:21 CEST 2006 - mskibbe@suse.de
|
|
|
|
- add applications to subpackage
|
|
|
|
-------------------------------------------------------------------
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 23 23:41:34 CEST 2006 - cthiel@suse.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 21:39:06 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 23 14:47:27 CEST 2005 - hvogel@suse.de
|
|
|
|
- added `OBEX_ServerAccept' to the exported symbols
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 23 19:31:30 CEST 2004 - hvogel@suse.de
|
|
|
|
- move config script to the devel package
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 26 16:07:49 CET 2004 - hvogel@suse.de
|
|
|
|
- move devel stuff into subpackage
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 21 16:04:00 CET 2003 - adrian@suse.de
|
|
|
|
- make so-name compatible with version 1.0.0
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 21 14:02:37 CET 2003 - hvogel@suse.de
|
|
|
|
- update to version 1.0.1
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 11 14:42:37 CEST 2003 - mmj@suse.de
|
|
|
|
- Invoke autoreconf to build on all archs
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 7 15:17:26 CEST 2003 - hvogel@suse.de
|
|
|
|
- Initial Package, Version 1.0.0
|
|
|