[libgusb/f18] New upstream version

Richard Hughes rhughes at fedoraproject.org
Tue Mar 5 11:55:08 UTC 2013


commit dc4b82f6040153ac3551a6ecfe316488c3dd825c
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Mar 5 11:39:59 2013 +0000

    New upstream version
    
    - Do not use deprecated GLib functionality
    - Unref the GMainloop after it has been run, not when just quit

 .gitignore   |    1 +
 libgusb.spec |    7 ++++++-
 sources      |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 045d495..153f239 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /libgusb-0.1.3.tar.xz
 /libgusb-0.1.4.tar.xz
 /libgusb-0.1.5.tar.xz
+/libgusb-0.1.6.tar.xz
diff --git a/libgusb.spec b/libgusb.spec
index 4152450..a2373b5 100644
--- a/libgusb.spec
+++ b/libgusb.spec
@@ -1,6 +1,6 @@
 Summary:   GLib wrapper around libusb1
 Name:      libgusb
-Version:   0.1.5
+Version:   0.1.6
 Release:   1%{?dist}
 License:   LGPLv2+
 URL:       https://gitorious.org/gusb/
@@ -65,6 +65,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libgusb.la
 %{_datadir}/vala/vapi/gusb.vapi
 
 %changelog
+* Tue Feb 06 2013 Richard Hughes <richard at hughsie.com> 0.1.6-1
+- New upstream version
+- Do not use deprecated GLib functionality
+- Unref the GMainloop after it has been run, not when just quit
+
 * Tue Feb 05 2013 Richard Hughes <richard at hughsie.com> 0.1.5-1
 - New upstream version
 
diff --git a/sources b/sources
index efaf506..3e70d7f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a2c849079ba5bae6277383a80fb01d12  libgusb-0.1.5.tar.xz
+672058e7a49a38259ab6ea01470c2fa2  libgusb-0.1.6.tar.xz


More information about the scm-commits mailing list