New upstream version
This commit is contained in:
parent
d080f4bc46
commit
7317da1ed6
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@
|
|||||||
/libgusb-0.3.9.tar.xz
|
/libgusb-0.3.9.tar.xz
|
||||||
/libgusb-0.3.10.tar.xz
|
/libgusb-0.3.10.tar.xz
|
||||||
/libgusb-0.4.0.tar.xz
|
/libgusb-0.4.0.tar.xz
|
||||||
|
/libgusb-0.4.1.tar.xz
|
||||||
|
12
libgusb.spec
12
libgusb.spec
@ -1,6 +1,6 @@
|
|||||||
Summary: GLib wrapper around libusb1
|
Summary: GLib wrapper around libusb1
|
||||||
Name: libgusb
|
Name: libgusb
|
||||||
Version: 0.4.0
|
Version: 0.4.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/hughsie/libgusb
|
URL: https://github.com/hughsie/libgusb
|
||||||
@ -9,7 +9,7 @@ Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.
|
|||||||
BuildRequires: glib2-devel >= 2.38.0
|
BuildRequires: glib2-devel >= 2.38.0
|
||||||
BuildRequires: json-glib-devel
|
BuildRequires: json-glib-devel
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gi-docgen
|
||||||
BuildRequires: libusb1-devel >= 1.0.19
|
BuildRequires: libusb1-devel >= 1.0.19
|
||||||
BuildRequires: umockdev-devel
|
BuildRequires: umockdev-devel
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
@ -51,12 +51,18 @@ GLib headers and libraries for gusb.
|
|||||||
%{_bindir}/gusbcmd
|
%{_bindir}/gusbcmd
|
||||||
%{_libdir}/libgusb.so
|
%{_libdir}/libgusb.so
|
||||||
%{_libdir}/pkgconfig/gusb.pc
|
%{_libdir}/pkgconfig/gusb.pc
|
||||||
%{_datadir}/gtk-doc/html/gusb
|
%{_datadir}/doc/libgusb
|
||||||
%{_datadir}/gir-1.0/GUsb-1.0.gir
|
%{_datadir}/gir-1.0/GUsb-1.0.gir
|
||||||
%{_datadir}/vala/vapi/gusb.deps
|
%{_datadir}/vala/vapi/gusb.deps
|
||||||
%{_datadir}/vala/vapi/gusb.vapi
|
%{_datadir}/vala/vapi/gusb.vapi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 01 2022 Richard Hughes <richard@hughsie.com> 0.4.1-1
|
||||||
|
- New upstream version
|
||||||
|
- Allow loading and saving only devices with specific tags
|
||||||
|
- Include removed devices in the JSON dump
|
||||||
|
- Port from gtkdoc to gi-docgen
|
||||||
|
|
||||||
* Mon Sep 12 2022 Richard Hughes <richard@hughsie.com> 0.4.0-1
|
* Mon Sep 12 2022 Richard Hughes <richard@hughsie.com> 0.4.0-1
|
||||||
- New upstream version
|
- New upstream version
|
||||||
- Add support for getting BOS descriptors
|
- Add support for getting BOS descriptors
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libgusb-0.4.0.tar.xz) = 80aa3dea90a7a49d1108cddf066232dcb3c3a41bbbec5e598fbb1f5a554997b2fbc3ad95e514813ffb575a018585deef6ec16ba4533eefb3c1a086e1cc4534ce
|
SHA512 (libgusb-0.4.1.tar.xz) = de0a74d75b00699e6b113c0ec334f7385e892317b2814047f7990fed361d78d6acdb2148ded9e602cf3537ff87e8c10017da2315923db4cb3f5c29f75418e9b8
|
||||||
|
Loading…
Reference in New Issue
Block a user