New upstream version
This commit is contained in:
parent
c86053a8d8
commit
d080f4bc46
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
||||
/libgusb-0.3.8.tar.xz
|
||||
/libgusb-0.3.9.tar.xz
|
||||
/libgusb-0.3.10.tar.xz
|
||||
/libgusb-0.4.0.tar.xz
|
||||
|
17
libgusb.spec
17
libgusb.spec
@ -1,15 +1,17 @@
|
||||
Summary: GLib wrapper around libusb1
|
||||
Name: libgusb
|
||||
Version: 0.3.10
|
||||
Release: 3%{?dist}
|
||||
Version: 0.4.0
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/hughsie/libgusb
|
||||
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: glib2-devel >= 2.38.0
|
||||
BuildRequires: json-glib-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: libusb1-devel >= 1.0.19
|
||||
BuildRequires: umockdev-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: vala
|
||||
|
||||
@ -55,13 +57,22 @@ GLib headers and libraries for gusb.
|
||||
%{_datadir}/vala/vapi/gusb.vapi
|
||||
|
||||
%changelog
|
||||
* Mon Sep 12 2022 Richard Hughes <richard@hughsie.com> 0.4.0-1
|
||||
- New upstream version
|
||||
- Add support for getting BOS descriptors
|
||||
- Allow emulating devices by saving and replaying device events
|
||||
- Cache the list of interfaces and descriptors
|
||||
- Ignore usb.ids classes, subclasses and protocols
|
||||
- Never dispatch idle events after the context has been destroyed
|
||||
- Serialize the GUsbDevice to and from JSON format
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.10-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.10-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Mon Jan 10 2021 Richard Hughes <richard@hughsie.com> 0.3.10-1
|
||||
* Mon Jan 10 2022 Richard Hughes <richard@hughsie.com> 0.3.10-1
|
||||
- New upstream version
|
||||
- Add API to change the hotplug poll interval
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libgusb-0.3.10.tar.xz) = 66bd7c292cb9df2799b02acd48dc4b07794e7339ea1bd6473ea512dfec1b8e7e58abbd40f16a2a4805240cc8df4aec050335edb4f4178ad12ac5275438b8ae59
|
||||
SHA512 (libgusb-0.4.0.tar.xz) = 80aa3dea90a7a49d1108cddf066232dcb3c3a41bbbec5e598fbb1f5a554997b2fbc3ad95e514813ffb575a018585deef6ec16ba4533eefb3c1a086e1cc4534ce
|
||||
|
Loading…
Reference in New Issue
Block a user