Accepting request 265887 from home:kwk:branches:hardware

- Update to version 0.2.3
  Bugfixes:
  - Correctly terminate the libusb event thread (Richard Hughes)
- Update to version 0.2.2
  New Features:
  - Official Windows support!
  Bugfixes:
  - No longer require G_USB_API_IS_SUBJECT_TO_CHANGE (Richard Hughes)
  - Use a thread to process libusb1 events (Richard Hughes)
- Update to version 0.2.1
  Bugfixes:
  - Always set a device platform ID (Richard Hughes)
  - Ignore 'unsupported' as a return value for kernel drivers (Richard Hughes)
- Update to version 0.2.0
  Notes:
  - This release raises the GLib requirement to 2.32 and libusb to 1.0.19
  - No GUdev functionality is now required
  New Features:
  - Add g_usb_device_get_device_class() (Richard Hughes)
  - Use the native hotplug support in libusb 1.0.19 (Richard Hughes)
  Bugfixes:
  - Fix a crash where libusb_get_pollfds() is unavailable (Richard Hughes)
  - Manually coldplug devices and poll if hotplugging is not available (Richard Hughes)

OBS-URL: https://build.opensuse.org/request/show/265887
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=9
This commit is contained in:
Bjørn Lie 2014-12-19 10:11:57 +00:00 committed by Git OBS Bridge
parent 8f624f2a33
commit c334919f52
4 changed files with 40 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Fri Dec 19 09:20:02 UTC 2014 - kkaempf@suse.com
- Update to version 0.2.3
Bugfixes:
- Correctly terminate the libusb event thread (Richard Hughes)
- Update to version 0.2.2
New Features:
- Official Windows support!
Bugfixes:
- No longer require G_USB_API_IS_SUBJECT_TO_CHANGE (Richard Hughes)
- Use a thread to process libusb1 events (Richard Hughes)
- Update to version 0.2.1
Bugfixes:
- Always set a device platform ID (Richard Hughes)
- Ignore 'unsupported' as a return value for kernel drivers (Richard Hughes)
- Update to version 0.2.0
Notes:
- This release raises the GLib requirement to 2.32 and libusb to 1.0.19
- No GUdev functionality is now required
New Features:
- Add g_usb_device_get_device_class() (Richard Hughes)
- Use the native hotplug support in libusb 1.0.19 (Richard Hughes)
Bugfixes:
- Fix a crash where libusb_get_pollfds() is unavailable (Richard Hughes)
- Manually coldplug devices and poll if hotplugging is not available (Richard Hughes)
-------------------------------------------------------------------
Tue Mar 12 12:36:56 UTC 2013 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package libgusb
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: libgusb
Version: 0.1.6
Version: 0.2.3
Release: 0
Summary: GObject-based library for libusb1
License: LGPL-2.1+
@ -26,10 +26,10 @@ Url: https://gitorious.org/gusb/
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
BuildRequires: vala
BuildRequires: xz
BuildRequires: pkgconfig(glib-2.0) >= 2.28.0
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.29
BuildRequires: pkgconfig(gudev-1.0)
BuildRequires: pkgconfig(libusb-1.0) >= 1.0.0
BuildRequires: pkgconfig(libusb-1.0) >= 1.0.19
%description
GUsb is a GObject wrapper for libusb1 that makes it easy to do