commit libgusb for openSUSE:Factory

2020-09-18 Thread root
Hello community,

here is the log from the commit of package libgusb for openSUSE:Factory checked 
in at 2020-09-18 15:21:20

Comparing /work/SRC/openSUSE:Factory/libgusb (Old)
 and  /work/SRC/openSUSE:Factory/.libgusb.new.4249 (New)


Package is "libgusb"

Fri Sep 18 15:21:20 2020 rev:19 rq:834575 version:0.3.5

Changes:

--- /work/SRC/openSUSE:Factory/libgusb/libgusb.changes  2018-03-12 
12:02:39.634939540 +0100
+++ /work/SRC/openSUSE:Factory/.libgusb.new.4249/libgusb.changes
2020-09-18 15:21:25.753970759 +0200
@@ -1,0 +2,28 @@
+Mon Sep 14 10:51:19 UTC 2020 - Dirk Mueller 
+
+- update to 0.3.5:
+  - Add a way to get iConfiguration (Benson Leung)
+  - Allow building GtkDoc when building as a subproject (Richard Hughes)
+  - Fix version script to be more portable (Laurent Bigonville, Ting-Wei Lan)
+  - Include methods on plain structs in the version script (Simon McVittie)
+  - This fixes the symbol version for g_usb_version_string() to be in the right
+place, so update this library alongside with external programs if you've
+already started using this symbol for example in fwupd. We've put a 
mechanism
+in place so this kind of thing can't happen again. Sorry!
+  - Validate the exported symbol list during check (Richard Hughes)
+  - Include the USB bus in the generated platform_id (Richard Hughes)
+  - Add a thin glib wrapper around libusb_endpoint_descriptor (Emmanuel Pacaud)
+  - Fix high number of wakeups when checking the GUsbContext (Richard Hughes)
+  - Use '#pragma once' to reduce boilerplate (Richard Hughes)
+  - Wrap the upstream libusb_strerror() (Richard Hughes)
+  - Do not use deprecated libusb API (Richard Hughes)
+  - Fix compilation on macOS (Richard Hughes)
+  - Use a 1ms timeout in the Windows event thread (Richard Hughes)
+  - Use has_link_argument() to detect linker flags (Richard Hughes)
+  - Add g_usb_device_get_spec() (Richard Hughes)
+  - Add g_usb_version_string() for fwupd (Richard Hughes)
+  - Add -Wswitch-enum (Benjamin Berg)
+  - Fix GI length introspection annotations (grindhold)
+  - Make gir generation optional (maxice8)
+
+---

Old:

  libgusb-0.3.0.tar.xz

New:

  libgusb-0.3.5.tar.xz



Other differences:
--
++ libgusb.spec ++
--- /var/tmp/diff_new_pack.6VI178/_old  2020-09-18 15:21:26.597971575 +0200
+++ /var/tmp/diff_new_pack.6VI178/_new  2020-09-18 15:21:26.601971578 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgusb
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,17 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   libgusb
-Version:0.3.0
+Version:0.3.5
 Release:0
 Summary:GObject-based library for libusb1
 License:LGPL-2.1-or-later
 Group:  Development/Libraries/GNOME
-Url:https://github.com/hughsie/libgusb
+URL:https://github.com/hughsie/libgusb
 Source0:
http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
 BuildRequires:  gtk-doc
 BuildRequires:  meson

++ libgusb-0.3.0.tar.xz -> libgusb-0.3.5.tar.xz ++
 3447 lines of diff (skipped)




commit libgusb for openSUSE:Factory

2018-03-12 Thread root
Hello community,

here is the log from the commit of package libgusb for openSUSE:Factory checked 
in at 2018-03-12 12:02:28

Comparing /work/SRC/openSUSE:Factory/libgusb (Old)
 and  /work/SRC/openSUSE:Factory/.libgusb.new (New)


Package is "libgusb"

Mon Mar 12 12:02:28 2018 rev:18 rq:584989 version:0.3.0

Changes:

--- /work/SRC/openSUSE:Factory/libgusb/libgusb.changes  2018-03-08 
10:54:36.463583086 +0100
+++ /work/SRC/openSUSE:Factory/.libgusb.new/libgusb.changes 2018-03-12 
12:02:39.634939540 +0100
@@ -1,0 +2,23 @@
+Thu Mar  8 12:23:43 UTC 2018 - dims...@opensuse.org
+
+- Update to version 0.3.0:
+  + New Features:
+- Add Travis integration.
+- Allow changing the path to usb.ids file.
+- Port to the Meson build system.
+  + Replace libusb-1.0/libusb.h with libusb.h.
+- Port to meson build system:
+  + Add meson BuildRequires.
+  + Replace configure/make/make_install with
+meson/meson_build/meson_install.
+- Add gtk-doc BuildRequires: the meson-based tarball no longer
+  ships pre-built documentation.
+- Drop xz BuildRequires: this is implicit in all openSUSE
+  buildroots.
+
+---
+Mon Mar  5 19:25:54 UTC 2018 - jeng...@inai.de
+
+- Fix SRPM group. Update summaries.
+
+---

Old:

  libgusb-0.2.11.tar.xz

New:

  libgusb-0.3.0.tar.xz



Other differences:
--
++ libgusb.spec ++
--- /var/tmp/diff_new_pack.oN5u2q/_old  2018-03-12 12:02:40.686901841 +0100
+++ /var/tmp/diff_new_pack.oN5u2q/_new  2018-03-12 12:02:40.690901697 +0100
@@ -17,16 +17,17 @@
 
 
 Name:   libgusb
-Version:0.2.11
+Version:0.3.0
 Release:0
 Summary:GObject-based library for libusb1
 License:LGPL-2.1-or-later
-Group:  System/Libraries
-URL:https://github.com/hughsie/libgusb
+Group:  Development/Libraries/GNOME
+Url:https://github.com/hughsie/libgusb
 Source0:
http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
+BuildRequires:  gtk-doc
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  vala
-BuildRequires:  xz
 BuildRequires:  pkgconfig(glib-2.0) >= 2.44.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.29
 BuildRequires:  pkgconfig(gudev-1.0)
@@ -47,7 +48,7 @@
 cancellation and integration into a mainloop.
 
 %package -n typelib-1_0-GUsb-1_0
-Summary:GObject-based library for libusb1 -- Introspection bindings
+Summary:Introspection bindings for libgusb, a GObject-based wrapper 
for libusb1
 Group:  System/Libraries
 
 %description -n typelib-1_0-GUsb-1_0
@@ -56,7 +57,7 @@
 cancellation and integration into a mainloop.
 
 %package devel
-Summary:GObject-based library for libusb1 -- Development Files
+Summary:Development files for libgusb, a GObject-based wrapper for 
libusb1
 Group:  Development/Libraries/C and C++
 Requires:   libgusb2 = %{version}
 Requires:   typelib-1_0-GUsb-1_0 = %{version}
@@ -70,20 +71,18 @@
 %setup -q
 
 %build
-%configure \
---disable-static
-make %{?_smp_mflags}
+%meson
+%meson_build
 
 %install
-%make_install
-find %{buildroot} -type f -name "*.la" -delete -print
+%meson_install
 
 %post -n libgusb2 -p /sbin/ldconfig
 %postun -n libgusb2 -p /sbin/ldconfig
 
 %files -n libgusb2
 %license COPYING
-%doc AUTHORS NEWS README
+%doc AUTHORS NEWS
 %{_libdir}/libgusb.so.?
 %{_libdir}/libgusb.so.?.0.*
 
@@ -91,13 +90,14 @@
 %{_libdir}/girepository-1.0/GUsb-1.0.typelib
 
 %files devel
+%doc %{_datadir}/gtk-doc/html/gusb/
 %{_bindir}/gusbcmd
 %{_datadir}/gir-1.0/GUsb-1.0.gir
 %dir %{_datadir}/vala/vapi
+%{_datadir}/vala/vapi/gusb.deps
 %{_datadir}/vala/vapi/gusb.vapi
 %{_includedir}/gusb-1/
 %{_libdir}/libgusb.so
 %{_libdir}/pkgconfig/gusb.pc
-%doc %{_datadir}/gtk-doc/html/gusb/
 
 %changelog

++ libgusb-0.2.11.tar.xz -> libgusb-0.3.0.tar.xz ++
 55214 lines of diff (skipped)




commit libgusb for openSUSE:Factory

2018-03-08 Thread root
Hello community,

here is the log from the commit of package libgusb for openSUSE:Factory checked 
in at 2018-03-08 10:54:35

Comparing /work/SRC/openSUSE:Factory/libgusb (Old)
 and  /work/SRC/openSUSE:Factory/.libgusb.new (New)


Package is "libgusb"

Thu Mar  8 10:54:35 2018 rev:17 rq:583098 version:0.2.11

Changes:

--- /work/SRC/openSUSE:Factory/libgusb/libgusb.changes  2017-09-09 
20:22:59.532050356 +0200
+++ /work/SRC/openSUSE:Factory/.libgusb.new/libgusb.changes 2018-03-08 
10:54:36.463583086 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:35:13 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ libgusb.spec ++
--- /var/tmp/diff_new_pack.okaroV/_old  2018-03-08 10:54:37.003563647 +0100
+++ /var/tmp/diff_new_pack.okaroV/_new  2018-03-08 10:54:37.007563503 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgusb
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,10 +20,11 @@
 Version:0.2.11
 Release:0
 Summary:GObject-based library for libusb1
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/Libraries
-Url:https://github.com/hughsie/libgusb
+URL:https://github.com/hughsie/libgusb
 Source0:
http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
+BuildRequires:  pkgconfig
 BuildRequires:  vala
 BuildRequires:  xz
 BuildRequires:  pkgconfig(glib-2.0) >= 2.44.0
@@ -75,24 +76,21 @@
 
 %install
 %make_install
-find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libgusb2 -p /sbin/ldconfig
-
 %postun -n libgusb2 -p /sbin/ldconfig
 
 %files -n libgusb2
-%defattr(-,root,root,-)
-%doc AUTHORS COPYING NEWS README
+%license COPYING
+%doc AUTHORS NEWS README
 %{_libdir}/libgusb.so.?
 %{_libdir}/libgusb.so.?.0.*
 
 %files -n typelib-1_0-GUsb-1_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/GUsb-1.0.typelib
 
 %files devel
-%defattr(-,root,root,-)
 %{_bindir}/gusbcmd
 %{_datadir}/gir-1.0/GUsb-1.0.gir
 %dir %{_datadir}/vala/vapi




commit libgusb for openSUSE:Factory

2017-09-09 Thread root
Hello community,

here is the log from the commit of package libgusb for openSUSE:Factory checked 
in at 2017-09-09 20:22:57

Comparing /work/SRC/openSUSE:Factory/libgusb (Old)
 and  /work/SRC/openSUSE:Factory/.libgusb.new (New)


Package is "libgusb"

Sat Sep  9 20:22:57 2017 rev:16 rq:521787 version:0.2.11

Changes:

--- /work/SRC/openSUSE:Factory/libgusb/libgusb.changes  2017-06-18 
13:49:04.449931984 +0200
+++ /work/SRC/openSUSE:Factory/.libgusb.new/libgusb.changes 2017-09-09 
20:22:59.532050356 +0200
@@ -1,0 +2,7 @@
+Wed Sep  6 20:08:26 UTC 2017 - dims...@opensuse.org
+
+- Update to version 0.2.11:
+  + New Features: Add g_usb_context_set_flags().
+  + Bugfix: Fix the actual required GLib version.
+
+---

Old:

  libgusb-0.2.10.tar.xz

New:

  libgusb-0.2.11.tar.xz



Other differences:
--
++ libgusb.spec ++
--- /var/tmp/diff_new_pack.GtvTkf/_old  2017-09-09 20:23:00.207955085 +0200
+++ /var/tmp/diff_new_pack.GtvTkf/_new  2017-09-09 20:23:00.211954521 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libgusb
-Version:0.2.10
+Version:0.2.11
 Release:0
 Summary:GObject-based library for libusb1
 License:LGPL-2.1+
@@ -26,7 +26,7 @@
 Source0:
http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
 BuildRequires:  vala
 BuildRequires:  xz
-BuildRequires:  pkgconfig(glib-2.0) >= 2.38.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.44.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.29
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(libusb-1.0) >= 1.0.19

++ libgusb-0.2.10.tar.xz -> libgusb-0.2.11.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgusb-0.2.10/Makefile.in 
new/libgusb-0.2.11/Makefile.in
--- old/libgusb-0.2.10/Makefile.in  2017-03-24 16:46:16.0 +0100
+++ new/libgusb-0.2.11/Makefile.in  2017-06-08 17:34:56.0 +0200
@@ -169,7 +169,7 @@
$(top_srcdir)/build-aux/ltmain.sh \
$(top_srcdir)/build-aux/missing AUTHORS COPYING ChangeLog \
INSTALL NEWS README TODO build-aux/compile \
-   build-aux/config.guess build-aux/config.sub \
+   build-aux/config.guess build-aux/config.sub build-aux/depcomp \
build-aux/install-sh build-aux/ltmain.sh build-aux/missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgusb-0.2.10/NEWS new/libgusb-0.2.11/NEWS
--- old/libgusb-0.2.10/NEWS 2017-04-10 15:31:37.0 +0200
+++ new/libgusb-0.2.11/NEWS 2017-07-24 11:59:19.0 +0200
@@ -1,3 +1,13 @@
+Version 0.2.11
+~~
+Released: 2017-07-24
+
+New Features:
+ - Add g_usb_context_set_flags() (Richard Hughes)
+
+Bugfixes:
+ - Fix the actual required GLib version (Richard Hughes)
+
 Version 0.2.10
 ~~
 Released: 2017-04-10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgusb-0.2.10/aclocal.m4 
new/libgusb-0.2.11/aclocal.m4
--- old/libgusb-0.2.10/aclocal.m4   2017-03-24 16:46:15.0 +0100
+++ new/libgusb-0.2.11/aclocal.m4   2017-06-08 17:34:55.0 +0200
@@ -117,9 +117,9 @@
   _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1], [require])
 ])
 
-dnl pkg.m4 - Macros to locate and utilise pkg-config.   -*- Autoconf -*-
-dnl serial 11 (pkg-config-0.29.1)
-dnl
+# pkg.m4 - Macros to locate and utilise pkg-config.   -*- Autoconf -*-
+# serial 11 (pkg-config-0.29.1)
+
 dnl Copyright © 2004 Scott James Remnant .
 dnl Copyright © 2012-2015 Dan Nicholson 
 dnl
@@ -393,6 +393,74 @@
 AS_VAR_IF([$1], [""], [$5], [$4])dnl
 ])dnl PKG_CHECK_VAR
 
+dnl PKG_WITH_MODULES(VARIABLE-PREFIX, MODULES,
+dnl   [ACTION-IF-FOUND],[ACTION-IF-NOT-FOUND],
+dnl   [DESCRIPTION], [DEFAULT])
+dnl --
+dnl
+dnl Prepare a "--with-" configure option using the lowercase
+dnl [VARIABLE-PREFIX] name, merging the behaviour of AC_ARG_WITH and
+dnl PKG_CHECK_MODULES in a single macro.
+AC_DEFUN([PKG_WITH_MODULES],
+[
+m4_pushdef([with_arg], m4_tolower([$1]))
+
+m4_pushdef([description],
+   [m4_default([$5], [build with ]with_arg[ support])])
+
+m4_pushdef([def_arg], [m4_default([$6], [auto])])
+m4_pushdef([def_action_if_found], [AS_TR_SH([with_]with_arg)=yes])
+m4_pushdef([def_action_if_not_found], [AS_TR_SH([with_]with_arg)=no])
+
+m4_case(def_arg,
+[yes],[m4_pushdef([with_without], [--without-]with_arg)],
+[m4_pushdef([with_without],[--with-]with_arg)])
+
+AC_ARG_WITH(with_arg,

commit libgusb for openSUSE:Factory

2017-06-18 Thread root
Hello community,

here is the log from the commit of package libgusb for openSUSE:Factory checked 
in at 2017-06-18 13:49:03

Comparing /work/SRC/openSUSE:Factory/libgusb (Old)
 and  /work/SRC/openSUSE:Factory/.libgusb.new (New)


Package is "libgusb"

Sun Jun 18 13:49:03 2017 rev:15 rq:503460 version:0.2.10

Changes:

--- /work/SRC/openSUSE:Factory/libgusb/libgusb.changes  2016-08-15 
10:31:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgusb.new/libgusb.changes 2017-06-18 
13:49:04.449931984 +0200
@@ -1,0 +2,9 @@
+Tue Jun 13 14:09:40 UTC 2017 - dims...@opensuse.org
+
+- Update to version 0.2.10:
+  + Correctly detect removed devices when rescanning.
+  + Fix a memory leak when using control tranfers.
+  + Fix gtk-doc build when builddir != srcdir.
+  + Fix symbol version table up to version 0.2.9.
+
+---

Old:

  libgusb-0.2.9.tar.xz

New:

  libgusb-0.2.10.tar.xz



Other differences:
--
++ libgusb.spec ++
--- /var/tmp/diff_new_pack.PfGDmJ/_old  2017-06-18 13:49:05.217823932 +0200
+++ /var/tmp/diff_new_pack.PfGDmJ/_new  2017-06-18 13:49:05.217823932 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgusb
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libgusb
-Version:0.2.9
+Version:0.2.10
 Release:0
 Summary:GObject-based library for libusb1
 License:LGPL-2.1+

++ libgusb-0.2.9.tar.xz -> libgusb-0.2.10.tar.xz ++
 4854 lines of diff (skipped)




commit libgusb for openSUSE:Factory

2016-08-15 Thread h_root
Hello community,

here is the log from the commit of package libgusb for openSUSE:Factory checked 
in at 2016-08-15 10:31:00

Comparing /work/SRC/openSUSE:Factory/libgusb (Old)
 and  /work/SRC/openSUSE:Factory/.libgusb.new (New)


Package is "libgusb"

Changes:

--- /work/SRC/openSUSE:Factory/libgusb/libgusb.changes  2016-04-05 
10:42:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgusb.new/libgusb.changes 2016-08-15 
10:31:02.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 14 11:17:08 UTC 2016 - idon...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+
+---



Other differences:
--



commit libgusb for openSUSE:Factory

2016-04-05 Thread h_root
Hello community,

here is the log from the commit of package libgusb for openSUSE:Factory checked 
in at 2016-04-05 10:42:26

Comparing /work/SRC/openSUSE:Factory/libgusb (Old)
 and  /work/SRC/openSUSE:Factory/.libgusb.new (New)


Package is "libgusb"

Changes:

--- /work/SRC/openSUSE:Factory/libgusb/libgusb.changes  2015-12-17 
15:54:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgusb.new/libgusb.changes 2016-04-05 
10:42:27.0 +0200
@@ -1,0 +2,7 @@
+Wed Mar 23 17:10:18 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.2.9:
+  + Add g_usb_context_wait_for_replug().
+  + Install gusbcmd as a debugging aid.
+
+---

Old:

  libgusb-0.2.8.tar.xz

New:

  libgusb-0.2.9.tar.xz



Other differences:
--
++ libgusb.spec ++
--- /var/tmp/diff_new_pack.gHKJnW/_old  2016-04-05 10:42:28.0 +0200
+++ /var/tmp/diff_new_pack.gHKJnW/_new  2016-04-05 10:42:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgusb
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libgusb
-Version:0.2.8
+Version:0.2.9
 Release:0
 Summary:GObject-based library for libusb1
 License:LGPL-2.1+
@@ -93,6 +93,7 @@
 
 %files devel
 %defattr(-,root,root,-)
+%{_bindir}/gusbcmd
 %{_datadir}/gir-1.0/GUsb-1.0.gir
 %dir %{_datadir}/vala/vapi
 %{_datadir}/vala/vapi/gusb.vapi

++ libgusb-0.2.8.tar.xz -> libgusb-0.2.9.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgusb-0.2.8/NEWS new/libgusb-0.2.9/NEWS
--- old/libgusb-0.2.8/NEWS  2015-12-01 19:21:10.0 +0100
+++ new/libgusb-0.2.9/NEWS  2016-03-21 11:40:16.0 +0100
@@ -1,3 +1,11 @@
+Version 0.2.9
+~
+Released: 2016-03-21
+
+New Features:
+ - Add g_usb_context_wait_for_replug() (Richard Hughes)
+ - Install gusbcmd as a debugging aid (Richard Hughes)
+
 Version 0.2.8
 ~
 Released: 2015-12-01
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgusb-0.2.8/config.h new/libgusb-0.2.9/config.h
--- old/libgusb-0.2.8/config.h  2015-11-10 12:30:10.0 +0100
+++ new/libgusb-0.2.9/config.h  2016-02-19 13:01:05.0 +0100
@@ -44,7 +44,7 @@
 #define PACKAGE_NAME "libgusb"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libgusb 0.2.8"
+#define PACKAGE_STRING "libgusb 0.2.9"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "libgusb"
@@ -53,10 +53,10 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "0.2.8"
+#define PACKAGE_VERSION "0.2.9"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "0.2.8"
+#define VERSION "0.2.9"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libgusb-0.2.8/configure new/libgusb-0.2.9/configure
--- old/libgusb-0.2.8/configure 2015-12-01 19:21:30.0 +0100
+++ new/libgusb-0.2.9/configure 2016-02-19 13:01:04.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libgusb 0.2.8.
+# Generated by GNU Autoconf 2.69 for libgusb 0.2.9.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libgusb'
 PACKAGE_TARNAME='libgusb'
-PACKAGE_VERSION='0.2.8'
-PACKAGE_STRING='libgusb 0.2.8'
+PACKAGE_VERSION='0.2.9'
+PACKAGE_STRING='libgusb 0.2.9'
 PACKAGE_BUGREPORT='http://www.hughsie.com'
 PACKAGE_URL=''
 
@@ -1380,7 +1380,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures libgusb 0.2.8 to adapt to many kinds of systems.
+\`configure' configures libgusb 0.2.9 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1450,7 +1450,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libgusb 0.2.8:";;
+ short | recursive ) echo "Configuration of libgusb 0.2.9:";;
esac
   cat <<\_ACEOF
 
@@ -1582,7 +1582,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libgusb configure 0.2.8
+libgusb configure 0.2.9
 generated by GNU 

commit libgusb for openSUSE:Factory

2015-12-17 Thread h_root
Hello community,

here is the log from the commit of package libgusb for openSUSE:Factory checked 
in at 2015-12-17 15:54:13

Comparing /work/SRC/openSUSE:Factory/libgusb (Old)
 and  /work/SRC/openSUSE:Factory/.libgusb.new (New)


Package is "libgusb"

Changes:

--- /work/SRC/openSUSE:Factory/libgusb/libgusb.changes  2015-10-06 
16:11:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgusb.new/libgusb.changes 2015-12-17 
15:54:14.0 +0100
@@ -1,0 +2,12 @@
+Thu Dec 10 15:50:30 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.2.8:
+  + New Features:
+- Add a PERMISSION_DENIED error enum.
+- Add a thin glib wrapper around a libusb_interface_descriptor.
+- Add g_usb_device_get_interfaces().
+- Add g_usb_device_get_release().
+- Add g_usb_device_set_interface_alt().
+  + Bugfix: Ignore the not-found error when resetting a device.
+
+---

Old:

  libgusb-0.2.7.tar.xz

New:

  libgusb-0.2.8.tar.xz



Other differences:
--
++ libgusb.spec ++
--- /var/tmp/diff_new_pack.1TiXM3/_old  2015-12-17 15:54:15.0 +0100
+++ /var/tmp/diff_new_pack.1TiXM3/_new  2015-12-17 15:54:15.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libgusb
-Version:0.2.7
+Version:0.2.8
 Release:0
 Summary:GObject-based library for libusb1
 License:LGPL-2.1+

++ libgusb-0.2.7.tar.xz -> libgusb-0.2.8.tar.xz ++
 26130 lines of diff (skipped)




commit libgusb for openSUSE:Factory

2015-10-06 Thread h_root
Hello community,

here is the log from the commit of package libgusb for openSUSE:Factory checked 
in at 2015-10-06 16:11:20

Comparing /work/SRC/openSUSE:Factory/libgusb (Old)
 and  /work/SRC/openSUSE:Factory/.libgusb.new (New)


Package is "libgusb"

Changes:

--- /work/SRC/openSUSE:Factory/libgusb/libgusb.changes  2015-07-05 
18:00:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgusb.new/libgusb.changes 2015-10-06 
16:11:21.0 +0200
@@ -1,0 +2,11 @@
+Wed Sep 16 09:08:33 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.2.7:
+  + Support g_autoptr() for all gusb object types.
+  + Bugfixes:
+- Add missing element-type annotations.
+- Changes from version 0.2.6:
+  + Bugfixes:
+- Do not unref the GMainContext after each request.
+
+---

Old:

  libgusb-0.2.5.tar.xz

New:

  libgusb-0.2.7.tar.xz



Other differences:
--
++ libgusb.spec ++
--- /var/tmp/diff_new_pack.R6QSVS/_old  2015-10-06 16:11:22.0 +0200
+++ /var/tmp/diff_new_pack.R6QSVS/_new  2015-10-06 16:11:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libgusb
-Version:0.2.5
+Version:0.2.7
 Release:0
 Summary:GObject-based library for libusb1
 License:LGPL-2.1+

++ libgusb-0.2.5.tar.xz -> libgusb-0.2.7.tar.xz ++
 2874 lines of diff (skipped)




commit libgusb for openSUSE:Factory

2015-07-05 Thread h_root
Hello community,

here is the log from the commit of package libgusb for openSUSE:Factory checked 
in at 2015-07-05 18:00:17

Comparing /work/SRC/openSUSE:Factory/libgusb (Old)
 and  /work/SRC/openSUSE:Factory/.libgusb.new (New)


Package is libgusb

Changes:

--- /work/SRC/openSUSE:Factory/libgusb/libgusb.changes  2015-02-27 
11:04:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgusb.new/libgusb.changes 2015-07-05 
18:00:19.0 +0200
@@ -1,0 +2,9 @@
+Thu Jun 18 13:43:34 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.2.5:
+  + Add g_usb_device_get_custom_index().
+  + Allow setting the GMainContext when used for sync methods.
+  + Include all the USB device class codes.
+  + Use symbol versioning.
+
+---

Old:

  libgusb-0.2.4.tar.xz

New:

  libgusb-0.2.5.tar.xz



Other differences:
--
++ libgusb.spec ++
--- /var/tmp/diff_new_pack.aDteDR/_old  2015-07-05 18:00:19.0 +0200
+++ /var/tmp/diff_new_pack.aDteDR/_new  2015-07-05 18:00:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libgusb
-Version:0.2.4
+Version:0.2.5
 Release:0
 Summary:GObject-based library for libusb1
 License:LGPL-2.1+

++ libgusb-0.2.4.tar.xz - libgusb-0.2.5.tar.xz ++
 2895 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgusb-0.2.4/NEWS new/libgusb-0.2.5/NEWS
--- old/libgusb-0.2.4/NEWS  2015-01-09 16:39:59.0 +0100
+++ new/libgusb-0.2.5/NEWS  2015-05-28 10:38:40.0 +0200
@@ -1,6 +1,16 @@
+Version 0.2.5
+~
+Released: 2015-05-28
+
+New Features:
+ - Add g_usb_device_get_custom_index() (Richard Hughes)
+ - Allow setting the GMainContext when used for sync methods (Richard Hughes)
+ - Include all the USB device class codes (Richard Hughes)
+ - Use symbol versioning (Pass Automated Testing Suite)
+
 Version 0.2.4
 ~
-Released: 2014-01-09
+Released: 2015-01-09
 
 Notes:
  - Bump glib build requirement to 2.38 (Ignacio Casal Quinteiro)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgusb-0.2.4/build-aux/compile new/libgusb-0.2.5/build-aux/compile
--- old/libgusb-0.2.4/build-aux/compile 2015-01-09 16:40:01.0 +0100
+++ new/libgusb-0.2.5/build-aux/compile 2015-04-29 10:49:03.0 +0200
@@ -3,7 +3,7 @@
 
 scriptversion=2012-10-14.11; # UTC
 
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+# Copyright (C) 1999-2014 Free Software Foundation, Inc.
 # Written by Tom Tromey tro...@cygnus.com.
 #
 # This program is free software; you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgusb-0.2.4/build-aux/missing new/libgusb-0.2.5/build-aux/missing
--- old/libgusb-0.2.4/build-aux/missing 2015-01-09 16:40:01.0 +0100
+++ new/libgusb-0.2.5/build-aux/missing 2015-04-29 10:49:03.0 +0200
@@ -3,7 +3,7 @@
 
 scriptversion=2013-10-28.13; # UTC
 
-# Copyright (C) 1996-2013 Free Software Foundation, Inc.
+# Copyright (C) 1996-2014 Free Software Foundation, Inc.
 # Originally written by Fran,cois Pinard pin...@iro.umontreal.ca, 1996.
 
 # This program is free software; you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgusb-0.2.4/build-aux/test-driver new/libgusb-0.2.5/build-aux/test-driver
--- old/libgusb-0.2.4/build-aux/test-driver 2015-01-09 16:40:01.0 
+0100
+++ new/libgusb-0.2.5/build-aux/test-driver 2015-04-29 10:49:03.0 
+0200
@@ -3,7 +3,7 @@
 
 scriptversion=2013-07-13.22; # UTC
 
-# Copyright (C) 2011-2013 Free Software Foundation, Inc.
+# Copyright (C) 2011-2014 Free Software Foundation, 

commit libgusb for openSUSE:Factory

2015-02-27 Thread h_root
Hello community,

here is the log from the commit of package libgusb for openSUSE:Factory checked 
in at 2015-02-27 11:04:05

Comparing /work/SRC/openSUSE:Factory/libgusb (Old)
 and  /work/SRC/openSUSE:Factory/.libgusb.new (New)


Package is libgusb

Changes:

--- /work/SRC/openSUSE:Factory/libgusb/libgusb.changes  2014-12-21 
12:02:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgusb.new/libgusb.changes 2015-02-27 
11:04:06.0 +0100
@@ -1,0 +2,11 @@
+Sun Feb 22 10:43:24 UTC 2015 - benoit.mo...@gmx.fr
+
+- Update to version 0.2.4:
+  + Various API extensions.
+  + Bugfixes:
+- Don't filter out hub devices when getting the device list.
+- Make the platform ID persistent across re-plug.
+- Port to GTask.
+- Use new Glib features for various code cleanups.
+
+---

Old:

  libgusb-0.2.3.tar.xz

New:

  libgusb-0.2.4.tar.xz



Other differences:
--
++ libgusb.spec ++
--- /var/tmp/diff_new_pack.IhcLLf/_old  2015-02-27 11:04:07.0 +0100
+++ /var/tmp/diff_new_pack.IhcLLf/_new  2015-02-27 11:04:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgusb
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,16 @@
 
 
 Name:   libgusb
-Version:0.2.3
+Version:0.2.4
 Release:0
 Summary:GObject-based library for libusb1
 License:LGPL-2.1+
 Group:  System/Libraries
-Url:https://gitorious.org/gusb/
+Url:https://github.com/hughsie/libgusb
 Source0:
http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
 BuildRequires:  vala
 BuildRequires:  xz
-BuildRequires:  pkgconfig(glib-2.0) = 2.32.0
+BuildRequires:  pkgconfig(glib-2.0) = 2.38.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) = 1.29
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(libusb-1.0) = 1.0.19

++ libgusb-0.2.3.tar.xz - libgusb-0.2.4.tar.xz ++
 5038 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgusb for openSUSE:Factory

2014-12-21 Thread h_root
Hello community,

here is the log from the commit of package libgusb for openSUSE:Factory checked 
in at 2014-12-21 12:03:26

Comparing /work/SRC/openSUSE:Factory/libgusb (Old)
 and  /work/SRC/openSUSE:Factory/.libgusb.new (New)


Package is libgusb

Changes:

--- /work/SRC/openSUSE:Factory/libgusb/libgusb.changes  2013-03-12 
17:16:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgusb.new/libgusb.changes 2014-12-21 
12:02:34.0 +0100
@@ -1,0 +2,27 @@
+Fri Dec 19 09:20:02 UTC 2014 - kkae...@suse.com
+
+- Update to version 0.2.3:
+  + Bugfixes: Correctly terminate the libusb event thread.
+- Changes from version 0.2.2:
+  + New Features: Official Windows support!
+  + Bugfixes:
+- No longer require G_USB_API_IS_SUBJECT_TO_CHANGE.
+- Use a thread to process libusb1 events.
+- Changes from version 0.2.1:
+  + Bugfixes:
+- Always set a device platform ID.
+- Ignore 'unsupported' as a return value for kernel drivers.
+- Changes from version 0.2.0:
+  + Notes:
+- This release raises the GLib requirement to 2.32 and libusb
+  to 1.0.19.
+- No GUdev functionality is now required.
+  + New Features:
+- Add g_usb_device_get_device_class().
+- Use the native hotplug support in libusb 1.0.19.
+  + Bugfixes:
+- Fix a crash where libusb_get_pollfds() is unavailable.
+- Manually coldplug devices and poll if hotplugging is not
+  available.
+
+---

Old:

  libgusb-0.1.6.tar.xz

New:

  libgusb-0.2.3.tar.xz



Other differences:
--
++ libgusb.spec ++
--- /var/tmp/diff_new_pack.pNwMHt/_old  2014-12-21 12:02:35.0 +0100
+++ /var/tmp/diff_new_pack.pNwMHt/_new  2014-12-21 12:02:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgusb
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libgusb
-Version:0.1.6
+Version:0.2.3
 Release:0
 Summary:GObject-based library for libusb1
 License:LGPL-2.1+
@@ -26,10 +26,10 @@
 Source0:
http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
 BuildRequires:  vala
 BuildRequires:  xz
-BuildRequires:  pkgconfig(glib-2.0) = 2.28.0
+BuildRequires:  pkgconfig(glib-2.0) = 2.32.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0) = 1.29
 BuildRequires:  pkgconfig(gudev-1.0)
-BuildRequires:  pkgconfig(libusb-1.0) = 1.0.0
+BuildRequires:  pkgconfig(libusb-1.0) = 1.0.19
 
 %description
 GUsb is a GObject wrapper for libusb1 that makes it easy to do

++ libgusb-0.1.6.tar.xz - libgusb-0.2.3.tar.xz ++
 16067 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgusb for openSUSE:Factory

2013-03-12 Thread h_root
Hello community,

here is the log from the commit of package libgusb for openSUSE:Factory checked 
in at 2013-03-12 17:16:06

Comparing /work/SRC/openSUSE:Factory/libgusb (Old)
 and  /work/SRC/openSUSE:Factory/.libgusb.new (New)


Package is libgusb, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libgusb/libgusb.changes  2012-11-20 
10:39:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgusb.new/libgusb.changes 2013-03-12 
17:16:07.0 +0100
@@ -1,0 +2,12 @@
+Tue Mar 12 12:36:56 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.1.6:
+  + Do not use deprecated GLib functionality.
+  + Remove duplicate gtk-doc check in configure.
+  + Unref the GMainloop after it has been run, not when just quit.
+- Changes from version 0.1.5:
+  + Don't use the deprecated INCLUDES in Makefile.am.
+  + Fix documentation build.
+  + Fix obvious typo in README.
+
+---

Old:

  libgusb-0.1.4.tar.xz

New:

  libgusb-0.1.6.tar.xz



Other differences:
--
++ libgusb.spec ++
--- /var/tmp/diff_new_pack.QGd2Tf/_old  2013-03-12 17:16:16.0 +0100
+++ /var/tmp/diff_new_pack.QGd2Tf/_new  2013-03-12 17:16:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgusb
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libgusb
-Version:0.1.4
+Version:0.1.6
 Release:0
 Summary:GObject-based library for libusb1
 License:LGPL-2.1+

++ libgusb-0.1.4.tar.xz - libgusb-0.1.6.tar.xz ++
 4577 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgusb-0.1.4/INSTALL new/libgusb-0.1.6/INSTALL
--- old/libgusb-0.1.4/INSTALL   2012-02-20 20:01:50.0 +0100
+++ new/libgusb-0.1.6/INSTALL   2013-03-05 12:32:53.0 +0100
@@ -1,7 +1,7 @@
 Installation Instructions
 *
 
-Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
+Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation,
 Inc.
 
Copying and distribution of this file, with or without modification,
@@ -309,9 +309,10 @@
 overridden in the site shell script).
 
 Unfortunately, this technique does not work for `CONFIG_SHELL' due to
-an Autoconf bug.  Until the bug is fixed you can use this workaround:
+an Autoconf limitation.  Until the limitation is lifted, you can use
+this workaround:
 
- CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
+ CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
 
 `configure' Invocation
 ==
@@ -367,4 +368,3 @@
 
 `configure' also accepts some other, not widely useful, options.  Run
 `configure --help' for more details.
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgusb-0.1.4/NEWS new/libgusb-0.1.6/NEWS
--- old/libgusb-0.1.4/NEWS  2012-11-06 19:59:24.0 +0100
+++ new/libgusb-0.1.6/NEWS  2013-03-05 12:31:05.0 +0100
@@ -1,3 +1,21 @@
+Version 0.1.6
+~
+Released: 2013-03-05
+
+Bugfixes:
+ - Do not use deprecated GLib functionality (Richard Hughes)
+ - Remove duplicate gtk-doc check in configure (David King)
+ - Unref the GMainloop after it has been run, not when just quit (Richard 
Hughes)
+
+Version 0.1.5
+~
+Released: 2013-02-05
+
+Bugfixes:
+ - Don't use the deprecated INCLUDES in Makefile.am (Richard Hughes)
+ - Fix documentation build (Christopher James Halse Rogers)
+ - Fix obvious typo in README (Hans Ulrich Niedermann)
+
 Version 0.1.4
 ~
 Released: 2012-11-06
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libgusb-0.1.4/README new/libgusb-0.1.6/README
---