From b2ae1b32e217cf07b373f4b8cae530ef4e5a2054 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 5 Mar 2013 11:39:59 +0000 Subject: [PATCH] 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 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 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