diff --git a/libgusb-0.1.6.tar.xz b/libgusb-0.1.6.tar.xz deleted file mode 100644 index b3aa1f5..0000000 --- a/libgusb-0.1.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:900103ff24a851ef8395b992236ced0aedb4c265ef2264f6ad8349300095198b -size 262932 diff --git a/libgusb-0.2.3.tar.xz b/libgusb-0.2.3.tar.xz new file mode 100644 index 0000000..08f3dde --- /dev/null +++ b/libgusb-0.2.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b912419687d73bc30b9fb918b7ade640b94bf9a327f0e9a93b1a031e4560458 +size 270088 diff --git a/libgusb.changes b/libgusb.changes index e0dc082..b5004b0 100644 --- a/libgusb.changes +++ b/libgusb.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Fri Dec 19 09:20:02 UTC 2014 - kkaempf@suse.com + +- Update to version 0.2.3 + Bugfixes: + - Correctly terminate the libusb event thread (Richard Hughes) + +- Update to version 0.2.2 + New Features: + - Official Windows support! + + Bugfixes: + - No longer require G_USB_API_IS_SUBJECT_TO_CHANGE (Richard Hughes) + - Use a thread to process libusb1 events (Richard Hughes) + +- Update to version 0.2.1 + Bugfixes: + - Always set a device platform ID (Richard Hughes) + - Ignore 'unsupported' as a return value for kernel drivers (Richard Hughes) + +- Update to version 0.2.0 + Notes: + - This release raises the GLib requirement to 2.32 and libusb to 1.0.19 + - No GUdev functionality is now required + + New Features: + - Add g_usb_device_get_device_class() (Richard Hughes) + - Use the native hotplug support in libusb 1.0.19 (Richard Hughes) + + Bugfixes: + - Fix a crash where libusb_get_pollfds() is unavailable (Richard Hughes) + - Manually coldplug devices and poll if hotplugging is not available (Richard Hughes) + ------------------------------------------------------------------- Tue Mar 12 12:36:56 UTC 2013 - dimstar@opensuse.org diff --git a/libgusb.spec b/libgusb.spec index 08128a1..68ea6df 100644 --- a/libgusb.spec +++ b/libgusb.spec @@ -1,7 +1,7 @@ # # spec file for package libgusb # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libgusb -Version: 0.1.6 +Version: 0.2.3 Release: 0 Summary: GObject-based library for libusb1 License: LGPL-2.1+ @@ -26,10 +26,10 @@ Url: https://gitorious.org/gusb/ Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz BuildRequires: vala BuildRequires: xz -BuildRequires: pkgconfig(glib-2.0) >= 2.28.0 +BuildRequires: pkgconfig(glib-2.0) >= 2.32.0 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.29 BuildRequires: pkgconfig(gudev-1.0) -BuildRequires: pkgconfig(libusb-1.0) >= 1.0.0 +BuildRequires: pkgconfig(libusb-1.0) >= 1.0.19 %description GUsb is a GObject wrapper for libusb1 that makes it easy to do