Accepting request 287203 from home:benoit_monin:branches:hardware

- update to version 0.2.4
- update project url
- increase glib build requirement to 2.38

OBS-URL: https://build.opensuse.org/request/show/287203
OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2015-02-23 08:21:07 +00:00 committed by Git OBS Bridge
parent 67a9b5df65
commit cb5bb1e008
4 changed files with 29 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun Feb 22 10:43:24 UTC 2015 - benoit.monin@gmx.fr
- update to version 0.2.4:
* Notes:
- Bump glib build requirement to 2.38
* New Features:
- Add g_usb_context_find_by_platform_id()
- Add g_usb_device_get_children()
- Add g_usb_device_get_device_subclass and get_device_protocol
- Add g_usb_device_get_parent()
- Add g_usb_device_get_port_number()
- Add g_usb_device_get_vid_as_str()
- Show more helpful output for 'gusb show'
* Bugfixes:
- Don't filter out hub devices when getting the device list
- Make the platform ID persistent across re-plug
- Port to GTask
- Use new Glib features for various code cleanups
- update project url
- increase glib build requirement to 2.38
-------------------------------------------------------------------
Fri Dec 19 09:20:02 UTC 2014 - kkaempf@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libgusb
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX 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,16 +17,16 @@
Name: libgusb
Version: 0.2.3
Version: 0.2.4
Release: 0
Summary: GObject-based library for libusb1
License: LGPL-2.1+
Group: System/Libraries
Url: https://gitorious.org/gusb/
Url: https://github.com/hughsie/libgusb
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
BuildRequires: vala
BuildRequires: xz
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
BuildRequires: pkgconfig(glib-2.0) >= 2.38.0
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.29
BuildRequires: pkgconfig(gudev-1.0)
BuildRequires: pkgconfig(libusb-1.0) >= 1.0.19