diff --git a/.gitignore b/.gitignore index bc7f71e..0fa9d0e 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /libgusb-0.2.4.tar.xz /libgusb-0.2.5.tar.xz /libgusb-0.2.6.tar.xz +/libgusb-0.2.7.tar.xz diff --git a/libgusb.spec b/libgusb.spec index d8c657a..2167164 100644 --- a/libgusb.spec +++ b/libgusb.spec @@ -1,6 +1,6 @@ Summary: GLib wrapper around libusb1 Name: libgusb -Version: 0.2.6 +Version: 0.2.7 Release: 1%{?dist} License: LGPLv2+ URL: https://gitorious.org/gusb/ @@ -63,6 +63,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libgusb.la %{_datadir}/vala/vapi/gusb.vapi %changelog +* Tue Sep 15 2015 Richard Hughes 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 0.2.6-1 - New upstream version Do not unref the GMainContext after each request diff --git a/sources b/sources index b2db453..4d5c0e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eae30027dfad4dd30f77d8ed8d85b40e libgusb-0.2.6.tar.xz +74d6bd12ef8662fccd27fe33f2839375 libgusb-0.2.7.tar.xz