Accepting request 834277 from home:dirkmueller:branches:hardware

- update to 0.3.5:
  - Add a way to get iConfiguration (Benson Leung)
  - Allow building GtkDoc when building as a subproject (Richard Hughes)
  - Fix version script to be more portable (Laurent Bigonville, Ting-Wei Lan)
  - Include methods on plain structs in the version script (Simon McVittie)
  - This fixes the symbol version for g_usb_version_string() to be in the right
    place, so update this library alongside with external programs if you've
    already started using this symbol for example in fwupd. We've put a mechanism
    in place so this kind of thing can't happen again. Sorry!
  - Validate the exported symbol list during check (Richard Hughes)
  - Include the USB bus in the generated platform_id (Richard Hughes)
  - Add a thin glib wrapper around libusb_endpoint_descriptor (Emmanuel Pacaud)
  - Fix high number of wakeups when checking the GUsbContext (Richard Hughes)
  - Use '#pragma once' to reduce boilerplate (Richard Hughes)
  - Wrap the upstream libusb_strerror() (Richard Hughes)
  - Do not use deprecated libusb API (Richard Hughes)
  - Fix compilation on macOS (Richard Hughes)
  - Use a 1ms timeout in the Windows event thread (Richard Hughes)
  - Use has_link_argument() to detect linker flags (Richard Hughes)
  - Add g_usb_device_get_spec() (Richard Hughes)
  - Add g_usb_version_string() for fwupd (Richard Hughes)
  - Add -Wswitch-enum (Benjamin Berg)
  - Fix GI length introspection annotations (grindhold)
  - Make gir generation optional (maxice8)

OBS-URL: https://build.opensuse.org/request/show/834277
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2020-09-15 10:39:21 +00:00 committed by Git OBS Bridge
parent 5cc2227a2e
commit 19acea97c1
4 changed files with 35 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d8e7950f99b6ae4c3e9b8c65f3692b9635289e6cff8de40c4af41b2e9b348edc
size 37816

3
libgusb-0.3.5.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b2a00c6997cc4b0133c5a5748a2e616e9e7504626922105b62aadced78e65df
size 41340

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Mon Sep 14 10:51:19 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 0.3.5:
- Add a way to get iConfiguration (Benson Leung)
- Allow building GtkDoc when building as a subproject (Richard Hughes)
- Fix version script to be more portable (Laurent Bigonville, Ting-Wei Lan)
- Include methods on plain structs in the version script (Simon McVittie)
- This fixes the symbol version for g_usb_version_string() to be in the right
place, so update this library alongside with external programs if you've
already started using this symbol for example in fwupd. We've put a mechanism
in place so this kind of thing can't happen again. Sorry!
- Validate the exported symbol list during check (Richard Hughes)
- Include the USB bus in the generated platform_id (Richard Hughes)
- Add a thin glib wrapper around libusb_endpoint_descriptor (Emmanuel Pacaud)
- Fix high number of wakeups when checking the GUsbContext (Richard Hughes)
- Use '#pragma once' to reduce boilerplate (Richard Hughes)
- Wrap the upstream libusb_strerror() (Richard Hughes)
- Do not use deprecated libusb API (Richard Hughes)
- Fix compilation on macOS (Richard Hughes)
- Use a 1ms timeout in the Windows event thread (Richard Hughes)
- Use has_link_argument() to detect linker flags (Richard Hughes)
- Add g_usb_device_get_spec() (Richard Hughes)
- Add g_usb_version_string() for fwupd (Richard Hughes)
- Add -Wswitch-enum (Benjamin Berg)
- Fix GI length introspection annotations (grindhold)
- Make gir generation optional (maxice8)
-------------------------------------------------------------------
Thu Mar 8 12:23:43 UTC 2018 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package libgusb
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,17 +12,17 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: libgusb
Version: 0.3.0
Version: 0.3.5
Release: 0
Summary: GObject-based library for libusb1
License: LGPL-2.1-or-later
Group: Development/Libraries/GNOME
Url: https://github.com/hughsie/libgusb
URL: https://github.com/hughsie/libgusb
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
BuildRequires: gtk-doc
BuildRequires: meson