diff --git a/.gitignore b/.gitignore index c7541b7..b32f33d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /libgusb-0.1.6.tar.xz /libgusb-0.2.0.tar.xz /libgusb-0.2.1.tar.xz +/libgusb-0.2.2.tar.xz diff --git a/libgusb.spec b/libgusb.spec index e16d8c0..081a0fd 100644 --- a/libgusb.spec +++ b/libgusb.spec @@ -1,6 +1,6 @@ Summary: GLib wrapper around libusb1 Name: libgusb -Version: 0.2.1 +Version: 0.2.2 Release: 1%{?dist} License: LGPLv2+ URL: https://gitorious.org/gusb/ @@ -63,6 +63,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libgusb.la %{_datadir}/vala/vapi/gusb.vapi %changelog +* Wed Nov 26 2014 Richard Hughes 0.2.2-1 +- New upstream version +- Use a thread to process libusb1 events + * Mon Nov 24 2014 Richard Hughes 0.2.1-1 - New upstream version - Always set a device platform ID diff --git a/sources b/sources index b3e9318..eaffef9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c0f8db4be0eb8f5292fe755669628911 libgusb-0.2.1.tar.xz +656edd848129ff28318bccc931abc810 libgusb-0.2.2.tar.xz