[libgusb/f16] New upstream version Ignore EBUSY when trying to detach a detached kernel driver

Richard Hughes rhughes at fedoraproject.org
Fri Nov 11 11:46:21 UTC 2011


commit f8717bc9d233a1e4bac9b9e2d48ebebcea38eac7
Author: Richard Hughes <richard at hughsie.com>
Date:   Fri Nov 11 11:22:39 2011 +0000

    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 <richard at hughsie.com> 0.1.2-1
+- New upstream version
+- Ignore EBUSY when trying to detach a detached kernel driver
+
 * Tue Nov 01 2011 Richard Hughes <richard at hughsie.com> 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


More information about the scm-commits mailing list