From 75aa9bd93bbde3648c19c1266083fa6afbeb777a Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 1 Dec 2015 18:24:45 +0000 Subject: [PATCH] New upstream version --- .gitignore | 1 + libgusb.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0fa9d0e..919193c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /libgusb-0.2.5.tar.xz /libgusb-0.2.6.tar.xz /libgusb-0.2.7.tar.xz +/libgusb-0.2.8.tar.xz diff --git a/libgusb.spec b/libgusb.spec index 2167164..ab5863d 100644 --- a/libgusb.spec +++ b/libgusb.spec @@ -1,6 +1,6 @@ Summary: GLib wrapper around libusb1 Name: libgusb -Version: 0.2.7 +Version: 0.2.8 Release: 1%{?dist} License: LGPLv2+ URL: https://gitorious.org/gusb/ @@ -63,6 +63,12 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libgusb.la %{_datadir}/vala/vapi/gusb.vapi %changelog +* Tue Dec 01 2015 Richard Hughes 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 0.2.7-1 - New upstream version - Add missing element-type annotations diff --git a/sources b/sources index 4d5c0e6..e8ba486 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -74d6bd12ef8662fccd27fe33f2839375 libgusb-0.2.7.tar.xz +d0e4c970e2386900c99cab41d9b17e23 libgusb-0.2.8.tar.xz