Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libopenobex2-1.7.2-lp160.1.1 RPM for s390x

From OpenSuSE Leap 16.0 for s390x

Name: libopenobex2 Distribution: openSUSE Leap 16.0
Version: 1.7.2 Vendor: openSUSE
Release: lp160.1.1 Build date: Sat Aug 6 23:30:32 2022
Group: System/Libraries Build host: reproducible
Size: 137487 Source RPM: openobex-1.7.2-lp160.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: http://openobex.sourceforge.net/
Summary: Open Source Implementation of the Object Exchange (OBEX) Protocol
OBEX is a session protocol and can best be described as a binary HTTP
protocol. OBEX is optimized for ad-hoc wireless links and can be used
to exchange all kind of objects, like files, pictures, calendar entries
(vCal), and business cards (vCard).

Provides

Requires

License

GPL-2.0-or-later AND LGPL-2.1-or-later

Changelog

* Sat Aug 06 2022 Christophe Giboudeaux <christophe@krop.fr>
  - Set CMAKE_SKIP_RPATH to avoid incorrect and unneeded
    RUNPATH in the openobex apps
  - Spec cleanup
* Thu Jul 06 2017 jengelh@inai.de
  - Fix RPM groups.
* Tue Jul 04 2017 tchvatal@suse.com
  - Version update to 1.7.2:
    * Couple of tiny fixes
  - Refresh patch xopen-source.patch
* Tue Aug 11 2015 schwab@suse.de
  - xopen-source.patch: correct feature selection for getaddrinfo
* Tue Jun 23 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 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 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 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 08 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 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 2013 idonmez@suse.com
  - Add Source URL, see https://en.opensuse.org/SourceUrls
* Wed Mar 06 2013 coolo@suse.com
  - update license to new format
* Fri May 25 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
* Sun Oct 31 2010 jengelh@medozas.de
  - Use %_smp_mflags
* Fri Mar 26 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 2009 meissner@suse.de
  - apply patches with fuzz-0
* Sat Oct 10 2009 crrodriguez@opensuse.org
  - openobex-1.3-159.15: missing call to closedir [bnc#544452]
* Mon Mar 23 2009 crrodriguez@suse.de
  - fix pkgconfig file
* Mon Feb 23 2009 crrodriguez@suse.de
  - remove static libraries and "la" files
  - fix -devel package deps
  - run ldconfig correctly
* Tue Sep 16 2008 ro@suse.de
  - fix requires for devel package
* Mon Sep 15 2008 dmueller@suse.de
  - adjust buildrequires
* Fri May 18 2007 olh@suse.de
  - -devel package requires libusb-devel
* Wed May 16 2007 olh@suse.de
  - Buildrequires libusb -> libusb-devel
* Mon Apr 30 2007 sbrabec@suse.cz
  - Updated to current SVN version (#220448):
    * Provides openobex-glib bindings.
    * Library build fixes.
    * Minor fixes.
* Tue Dec 19 2006 cstender@suse.de
  - added libusb to openobex-devel Requires.
* Sat Oct 14 2006 dgollub@suse.de
  - added libusb to BuildRequires to get direct USB support.
* Mon Oct 09 2006 mskibbe@suse.de
  - add applications to subpackage
* 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.
    * 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 mls@suse.de
  - converted neededforbuild to BuildRequires
* Tue Aug 23 2005 hvogel@suse.de
  - added `OBEX_ServerAccept' to the exported symbols
* Sat Oct 23 2004 hvogel@suse.de
  - move config script to the devel package
* Mon Jan 26 2004 hvogel@suse.de
  - move devel stuff into subpackage
* Fri Nov 21 2003 adrian@suse.de
  - make so-name compatible with version 1.0.0
* Fri Nov 21 2003 hvogel@suse.de
  - update to version 1.0.1
* Mon Aug 11 2003 mmj@suse.de
  - Invoke autoreconf to build on all archs
* Thu Aug 07 2003 hvogel@suse.de
  - Initial Package, Version 1.0.0

Files

/usr/lib64/libopenobex.so.1.7.2
/usr/lib64/libopenobex.so.2
/usr/share/doc/packages/libopenobex2
/usr/share/doc/packages/libopenobex2/AUTHORS
/usr/share/doc/packages/libopenobex2/ChangeLog
/usr/share/doc/packages/libopenobex2/README
/usr/share/licenses/libopenobex2
/usr/share/licenses/libopenobex2/COPYING
/usr/share/licenses/libopenobex2/COPYING.LIB


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Nov 12 00:24:29 2024