New upstream release
This commit is contained in:
parent
da4ad54a66
commit
f981715ead
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@
|
||||
/libgusb-0.4.1.tar.xz
|
||||
/libgusb-0.4.2.tar.xz
|
||||
/libgusb-0.4.3.tar.xz
|
||||
/libgusb-0.4.4.tar.xz
|
||||
|
240
libgusb.spec
240
libgusb.spec
@ -1,7 +1,7 @@
|
||||
Summary: GLib wrapper around libusb1
|
||||
Name: libgusb
|
||||
Version: 0.4.3
|
||||
Release: 2%{?dist}
|
||||
Version: 0.4.4
|
||||
Release: %autorelease
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/hughsie/libgusb
|
||||
Source0: https://github.com/hughsie/libgusb/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
@ -57,238 +57,4 @@ GLib headers and libraries for gusb.
|
||||
%{_datadir}/vala/vapi/gusb.vapi
|
||||
|
||||
%changelog
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
- New upstream version
|
||||
- Close the GUsbDevice objects in gusbcmd
|
||||
- Do not call the hotplug callback with the mutex held
|
||||
|
||||
* 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
|
||||
- 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 2022 Richard Hughes <richard@hughsie.com> 0.3.10-1
|
||||
- New upstream version
|
||||
- Add API to change the hotplug poll interval
|
||||
|
||||
* Tue Dec 07 2021 Richard Hughes <richard@hughsie.com> 0.3.9-1
|
||||
- New upstream version
|
||||
- Fix hotplug after threaded device removal
|
||||
|
||||
* 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
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Mon May 24 2021 Richard Hughes <richard@hughsie.com> 0.3.7-1
|
||||
- New upstream version
|
||||
- Do not double-reference USB devices
|
||||
|
||||
* 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
|
||||
|
||||
* Thu Feb 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.11-4
|
||||
- Switch to %%ldconfig_scriptlets
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Mon Jul 24 2017 Richard Hughes <richard@hughsie.com> 0.2.11-1
|
||||
- New upstream version
|
||||
- Add new API allowing devices to be auto-opened
|
||||
|
||||
* Mon Apr 10 2017 Richard Hughes <richard@hughsie.com> 0.2.10-1
|
||||
- New upstream version
|
||||
- Correctly detect removed devices when rescanning
|
||||
- Fix a memory leak when using control tranfers
|
||||
- Fix symbol version table up to version 0.2.9
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Tue Mar 22 2016 Richard Hughes <richard@hughsie.com> 0.2.9-1
|
||||
- New upstream version
|
||||
- Add g_usb_context_wait_for_replug()
|
||||
- Install gusbcmd as a debugging aid
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Tue Dec 01 2015 Richard Hughes <richard@hughsie.com> 0.2.8-1
|
||||
- New upstream version
|
||||
- Add a PERMISSION_DENIED error enum
|
||||
- Add a thin glib wrapper around a libusb_interface_descriptor
|
||||
- Ignore the not-found error when resetting a device
|
||||
|
||||
* Tue Sep 15 2015 Richard Hughes <richard@hughsie.com> 0.2.7-1
|
||||
- New upstream version
|
||||
- Add missing element-type annotations
|
||||
- Support g_autoptr() for all gusb object types
|
||||
|
||||
* Mon Jul 06 2015 Richard Hughes <richard@hughsie.com> 0.2.6-1
|
||||
- New upstream version
|
||||
Do not unref the GMainContext after each request
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Thu May 28 2015 Richard Hughes <richard@hughsie.com> 0.2.5-1
|
||||
- New upstream version
|
||||
- Add g_usb_device_get_custom_index()
|
||||
- Allow setting the GMainContext when used for sync methods
|
||||
- Use symbol versioning
|
||||
|
||||
* Mon Jan 09 2015 Richard Hughes <richard@hughsie.com> 0.2.4-1
|
||||
- New upstream version
|
||||
- Add new API for various client programs
|
||||
- Don't filter out hub devices when getting the device list
|
||||
- Make the platform ID persistent across re-plug
|
||||
|
||||
* Mon Dec 01 2014 Richard Hughes <richard@hughsie.com> 0.2.3-1
|
||||
- New upstream version
|
||||
- Correctly terminate the libusb event thread
|
||||
|
||||
* Wed Nov 26 2014 Richard Hughes <richard@hughsie.com> 0.2.2-1
|
||||
- New upstream version
|
||||
- Use a thread to process libusb1 events
|
||||
|
||||
* Mon Nov 24 2014 Richard Hughes <richard@hughsie.com> 0.2.1-1
|
||||
- New upstream version
|
||||
- Always set a device platform ID
|
||||
- Ignore 'unsupported' as a return value for kernel drivers
|
||||
|
||||
* Thu Nov 20 2014 Richard Hughes <richard@hughsie.com> 0.2.0-1
|
||||
- New upstream version
|
||||
- Use the native hotplug support in libusb 1.0.19
|
||||
- Fix a crash where libusb_get_pollfds() is unavailable
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.6-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.1.6-4
|
||||
- Rebuilt for gobject-introspection 1.41.4
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Tue Feb 06 2013 Richard Hughes <richard@hughsie.com> 0.1.6-1
|
||||
- New upstream version
|
||||
- Do not use deprecated GLib functionality
|
||||
- Unref the GMainloop after it has been run, not when just quit
|
||||
|
||||
* Tue Feb 05 2013 Richard Hughes <richard@hughsie.com> 0.1.5-1
|
||||
- New upstream version
|
||||
|
||||
* Tue Nov 06 2012 Richard Hughes <richard@hughsie.com> 0.1.4-1
|
||||
- New upstream version
|
||||
- Add GObject Introspection support
|
||||
- Add Vala bindings
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Mon Dec 05 2011 Richard Hughes <richard@hughsie.com> 0.1.3-1
|
||||
- New upstream version
|
||||
- Add a missing error enum value
|
||||
|
||||
* Fri Nov 11 2011 Richard Hughes <richard@hughsie.com> 0.1.2-1
|
||||
- New upstream version
|
||||
- Ignore EBUSY when trying to detach a detached kernel driver
|
||||
|
||||
* Tue Nov 01 2011 Richard Hughes <richard@hughsie.com> 0.1.1-1
|
||||
- New upstream version
|
||||
|
||||
* Thu Sep 15 2011 Richard Hughes <richard@hughsie.com> 0.1.0-1
|
||||
- Initial version for Fedora package review
|
||||
%autochangelog
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libgusb-0.4.3.tar.xz) = d76c41af4962ec6af2dd22f41c0fabe46de64805a32fe7ad56b037725a26f217c8fa8705dd1d8e9008237ce0bb739c4e95f1b652fdb38b66ac6ed23840dfccc5
|
||||
SHA512 (libgusb-0.4.4.tar.xz) = 1150315741f99d7ba96cba9eb341709ba1cbd84e59e95dce4d398b795e46b083151262b7ba80d102b7b201aac745a975d6f2549a981339df5e18cf9e0831e1fa
|
||||
|
Loading…
Reference in New Issue
Block a user