New upstream version
This commit is contained in:
parent
929dd5a297
commit
51a273245e
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
|||||||
/libgusb-0.4.0.tar.xz
|
/libgusb-0.4.0.tar.xz
|
||||||
/libgusb-0.4.1.tar.xz
|
/libgusb-0.4.1.tar.xz
|
||||||
/libgusb-0.4.2.tar.xz
|
/libgusb-0.4.2.tar.xz
|
||||||
|
/libgusb-0.4.3.tar.xz
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
Summary: GLib wrapper around libusb1
|
Summary: GLib wrapper around libusb1
|
||||||
Name: libgusb
|
Name: libgusb
|
||||||
Version: 0.4.2
|
Version: 0.4.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/hughsie/libgusb
|
URL: https://github.com/hughsie/libgusb
|
||||||
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
|
Source0: https://github.com/hughsie/libgusb/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: glib2-devel >= 2.38.0
|
BuildRequires: glib2-devel >= 2.38.0
|
||||||
BuildRequires: json-glib-devel
|
BuildRequires: json-glib-devel
|
||||||
@ -57,6 +57,11 @@ GLib headers and libraries for gusb.
|
|||||||
%{_datadir}/vala/vapi/gusb.vapi
|
%{_datadir}/vala/vapi/gusb.vapi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 20 2022 Richard Hughes <richard@hughsie.com> 0.4.3-1
|
||||||
|
- New upstream version
|
||||||
|
- Export g_usb_device_has_tag()
|
||||||
|
- Work around a libusb issue which causes devices to appear twice
|
||||||
|
|
||||||
* Tue Oct 18 2022 Richard Hughes <richard@hughsie.com> 0.4.2-1
|
* Tue Oct 18 2022 Richard Hughes <richard@hughsie.com> 0.4.2-1
|
||||||
- New upstream version
|
- New upstream version
|
||||||
- Close the GUsbDevice objects in gusbcmd
|
- Close the GUsbDevice objects in gusbcmd
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libgusb-0.4.2.tar.xz) = c3e8e7a21f1e2f355cda5dddbde7235f9c48d4ff96c2d012e48df5bd7e1216ed41f3cc81f4a215ceead8b6e8cf0d04a85916043adfd074e543c041dbe63acd48
|
SHA512 (libgusb-0.4.3.tar.xz) = d76c41af4962ec6af2dd22f41c0fabe46de64805a32fe7ad56b037725a26f217c8fa8705dd1d8e9008237ce0bb739c4e95f1b652fdb38b66ac6ed23840dfccc5
|
||||||
|
Loading…
Reference in New Issue
Block a user