Compare commits
No commits in common. "imports/c9/libgusb-0.3.8-1.el9" and "c8" have entirely different histories.
imports/c9
...
c8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/libgusb-0.3.8.tar.xz
|
||||
SOURCES/libgusb-0.3.0.tar.xz
|
||||
|
@ -1 +1 @@
|
||||
7291e7eda10fd045cec4a0b8d47de5ef6f4667f5 SOURCES/libgusb-0.3.8.tar.xz
|
||||
25f1cc3455ab6105d8c34305a79876a7c3f707e0 SOURCES/libgusb-0.3.0.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: GLib wrapper around libusb1
|
||||
Name: libgusb
|
||||
Version: 0.3.8
|
||||
Version: 0.3.0
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/hughsie/libgusb
|
||||
@ -11,7 +11,8 @@ BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: libusb1-devel >= 1.0.19
|
||||
BuildRequires: meson
|
||||
BuildRequires: vala
|
||||
BuildRequires: vala-devel
|
||||
BuildRequires: vala-tools
|
||||
|
||||
%description
|
||||
GUsb is a GObject wrapper for libusb1 that makes it easy to do
|
||||
@ -39,12 +40,14 @@ GLib headers and libraries for gusb.
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.md AUTHORS NEWS COPYING
|
||||
%{_libdir}/libgusb.so.?
|
||||
%{_libdir}/libgusb.so.?.0.*
|
||||
%{_libdir}/girepository-1.0/GUsb-1.0.typelib
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/gusb-1
|
||||
%{_bindir}/gusbcmd
|
||||
%{_libdir}/libgusb.so
|
||||
@ -55,72 +58,6 @@ GLib headers and libraries for gusb.
|
||||
%{_datadir}/vala/vapi/gusb.vapi
|
||||
|
||||
%changelog
|
||||
* Wed Oct 06 2021 Richard Hughes <richard@hughsie.com> 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 <mboddu@redhat.com> - 0.3.6-3
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.3.6-2
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Fri Mar 12 2021 Richard Hughes <richard@hughsie.com> 0.3.6-1
|
||||
- New upstream version
|
||||
- Add g_usb_device_get_string_descriptor_bytes()
|
||||
- Fix cancellation if cancellable is already cancelled
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Thu Jul 30 2020 Richard Hughes <richard@hughsie.com> 0.3.5-1
|
||||
- New upstream version
|
||||
- Add a way to get iConfiguration
|
||||
- Allow building GtkDoc when building as a subproject
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Thu Feb 20 2020 Richard Hughes <richard@hughsie.com> 0.3.4-1
|
||||
- New upstream version
|
||||
- Include the USB bus in the generated platform_id
|
||||
- Validate the exported symbol list during check
|
||||
|
||||
* Thu Jan 30 2020 Richard Hughes <richard@hughsie.com> 0.3.3-1
|
||||
- New upstream version
|
||||
- Add a thin glib wrapper around libusb_endpoint_descriptor
|
||||
- Fix high number of wakeups when checking the GUsbContext
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Mon Jan 06 2020 Richard Hughes <richard@hughsie.com> 0.3.2-1
|
||||
- New upstream version
|
||||
- Do not use deprecated libusb API
|
||||
- Use a 1ms timeout in the Windows event thread
|
||||
|
||||
* Sat Nov 16 2019 Richard Hughes <richard@hughsie.com> 0.3.1-1
|
||||
- New upstream version
|
||||
- Add some new API for fwupd
|
||||
- Fix GI length introspection annotations
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 0.3.0-4
|
||||
- Update BRs for vala packaging changes
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Feb 15 2018 Richard Hughes <richard@hughsie.com> 0.3.0-1
|
||||
- New upstream version
|
||||
- Port to the Meson build system
|
||||
|
Loading…
Reference in New Issue
Block a user