From 6a075ae3f0a75c473bee42d1c489504406305b2f Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 9 Jan 2015 15:45:42 +0000 Subject: [PATCH] New upstream version --- .gitignore | 1 + libgusb.spec | 10 ++++++++-- sources | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6e84a10..0f3abc6 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /libgusb-0.2.1.tar.xz /libgusb-0.2.2.tar.xz /libgusb-0.2.3.tar.xz +/libgusb-0.2.4.tar.xz diff --git a/libgusb.spec b/libgusb.spec index bf1b16b..989ce10 100644 --- a/libgusb.spec +++ b/libgusb.spec @@ -1,12 +1,12 @@ Summary: GLib wrapper around libusb1 Name: libgusb -Version: 0.2.3 +Version: 0.2.4 Release: 1%{?dist} License: LGPLv2+ URL: https://gitorious.org/gusb/ Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz -BuildRequires: glib2-devel >= 2.32.0 +BuildRequires: glib2-devel >= 2.38.0 BuildRequires: libtool BuildRequires: libusb1-devel >= 1.0.19 BuildRequires: gobject-introspection-devel @@ -63,6 +63,12 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libgusb.la %{_datadir}/vala/vapi/gusb.vapi %changelog +* Mon Jan 09 2015 Richard Hughes 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 0.2.3-1 - New upstream version - Correctly terminate the libusb event thread diff --git a/sources b/sources index a5d1364..d6e990c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -82b9c0b3ca2d8a3220135f3eb4e88bf4 libgusb-0.2.3.tar.xz +279683b51fa8fc2bb29216cc165a1e32 libgusb-0.2.4.tar.xz