SHA256
1
0
forked from pool/libgusb

Accepting request 265898 from hardware

Update

OBS-URL: https://build.opensuse.org/request/show/265898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgusb?expand=0&rev=8
This commit is contained in:
Stephan Kulow 2014-12-21 11:03:26 +00:00 committed by Git OBS Bridge
commit 5e0cfd1d1c
4 changed files with 34 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,30 @@
-------------------------------------------------------------------
Fri Dec 19 09:20:02 UTC 2014 - kkaempf@suse.com
- Update to version 0.2.3:
+ Bugfixes: Correctly terminate the libusb event thread.
- Changes from version 0.2.2:
+ New Features: Official Windows support!
+ Bugfixes:
- No longer require G_USB_API_IS_SUBJECT_TO_CHANGE.
- Use a thread to process libusb1 events.
- Changes from version 0.2.1:
+ Bugfixes:
- Always set a device platform ID.
- Ignore 'unsupported' as a return value for kernel drivers.
- Changes from 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().
- Use the native hotplug support in libusb 1.0.19.
+ Bugfixes:
- Fix a crash where libusb_get_pollfds() is unavailable.
- Manually coldplug devices and poll if hotplugging is not
available.
-------------------------------------------------------------------
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