diff --git a/.gitignore b/.gitignore index 6a1b619..51a1ac9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libgusb-0.3.6.tar.xz +SOURCES/libgusb-0.3.8.tar.xz diff --git a/.libgusb.metadata b/.libgusb.metadata index 90889cf..aa277e0 100644 --- a/.libgusb.metadata +++ b/.libgusb.metadata @@ -1 +1 @@ -cf9c848b110703f648f165ef1c8551b99e61ae9c SOURCES/libgusb-0.3.6.tar.xz +7291e7eda10fd045cec4a0b8d47de5ef6f4667f5 SOURCES/libgusb-0.3.8.tar.xz diff --git a/SPECS/libgusb.spec b/SPECS/libgusb.spec index 4a060cc..4d74d18 100644 --- a/SPECS/libgusb.spec +++ b/SPECS/libgusb.spec @@ -1,7 +1,7 @@ Summary: GLib wrapper around libusb1 Name: libgusb -Version: 0.3.6 -Release: 3%{?dist} +Version: 0.3.8 +Release: 1%{?dist} License: LGPLv2+ URL: https://github.com/hughsie/libgusb Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz @@ -55,6 +55,14 @@ GLib headers and libraries for gusb. %{_datadir}/vala/vapi/gusb.vapi %changelog +* Wed Oct 06 2021 Richard Hughes 0.3.8-1 +- New upstream version +- Add new API requested by fwupd +- Add the GUsbEndpoint methods to the docs +- Fix hotplug handling and signal emission during enumerate +- Do not double-reference USB devices +- Resolves: rhbz#1965885 + * Mon Aug 09 2021 Mohan Boddu - 0.3.6-3 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688