From cf633274b75f459b651a7d3bcfff73051d102b36 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 11 Nov 2011 11:22:39 +0000 Subject: [PATCH] New upstream version Ignore EBUSY when trying to detach a detached kernel driver --- .gitignore | 1 + libgusb.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cf3b1a7..4f63942 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /libgusb-0.1.0.tar.xz /libgusb-0.1.1.tar.xz +/libgusb-0.1.2.tar.xz diff --git a/libgusb.spec b/libgusb.spec index aba4d6b..2e63156 100644 --- a/libgusb.spec +++ b/libgusb.spec @@ -1,6 +1,6 @@ Summary: GLib wrapper around libusb1 Name: libgusb -Version: 0.1.1 +Version: 0.1.2 Release: 1%{?dist} License: LGPLv2+ URL: https://gitorious.org/gusb/ @@ -45,7 +45,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libgusb.la %defattr(-,root,root,-) %doc README AUTHORS NEWS COPYING %{_libdir}/libgusb.so.? -%{_libdir}/libgusb.so.?.0.0 +%{_libdir}/libgusb.so.?.0.* %files devel %defattr(-,root,root,-) @@ -55,6 +55,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libgusb.la %{_datadir}/gtk-doc/html/gusb %changelog +* Fri Nov 11 2011 Richard Hughes 0.1.2-1 +- New upstream version +- Ignore EBUSY when trying to detach a detached kernel driver + * Tue Nov 01 2011 Richard Hughes 0.1.1-1 - New upstream version diff --git a/sources b/sources index d2ba29b..44c670e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f2724bf1d958c8c9f55c3cfb1bd0efc4 libgusb-0.1.1.tar.xz +9eaf4e27aa533cbe3789f8af305cdf4a libgusb-0.1.2.tar.xz