commit usbredir for openSUSE:Factory

2018-09-26 Thread root
Hello community,

here is the log from the commit of package usbredir for openSUSE:Factory 
checked in at 2018-09-26 16:02:03

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


Package is "usbredir"

Wed Sep 26 16:02:03 2018 rev:13 rq:636388 version:0.8.0

Changes:

--- /work/SRC/openSUSE:Factory/usbredir/usbredir.changes2016-02-23 
16:52:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.usbredir.new/usbredir.changes   2018-09-26 
16:02:07.588420490 +0200
@@ -1,0 +2,14 @@
+Mon Sep 17 23:13:41 UTC 2018 - Bruce Rogers 
+
+- Update to version 0.8.0
+  + usbredirfilter:
+-Fix busy wait due endless recursion when interface_count is zero
+  + usbredirhost:
+-Fix leak on error
+  + usbredirserver:
+-Use 'busnum-devnum' instead of 'usbbus-usbaddr'
+-Add support for bind specific address -4 for ipv4, -6 for ipv6
+-Reject empty vendorid from command line
+-Enable TCP keepalive
+
+---

Old:

  usbredir-0.7.1.tar.bz2

New:

  usbredir-0.8.0.tar.bz2



Other differences:
--
++ usbredir.spec ++
--- /var/tmp/diff_new_pack.bwlCyo/_old  2018-09-26 16:02:08.068419658 +0200
+++ /var/tmp/diff_new_pack.bwlCyo/_new  2018-09-26 16:02:08.072419651 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package usbredir
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,18 +13,18 @@
 # 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:   usbredir
-Version:0.7.1
+Version:0.8.0
 Release:0
 Summary:A protocol for redirection USB traffic
-License:GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  System/Libraries
-Url:http://spice-space.org/page/UsbRedir
-Source: 
http://spice-space.org/download/usbredir/%{name}-%{version}.tar.bz2
+Url:https://www.spice-space.org/usbredir.html
+Source: 
https://www.spice-space.org/download/usbredir/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libusb-1.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -65,7 +65,7 @@
 
 %description devel
 usbredir is a protocol for redirection USB traffic from a single USB device,
-to a different (virtual) machine then the one to which the USB device is
+to a different (virtual) machine than the one to which the USB device is
 attached. See usb-redirection-protocol.txt for the description / definition
 of this protocol.
 
@@ -86,7 +86,8 @@
 %postun -n libusbredirparser1 -p /sbin/ldconfig
 %files
 %defattr(-,root,root)
-%doc ChangeLog README COPYING
+%doc ChangeLog README
+%license COPYING
 %{_mandir}/man1/usbredirserver.1.gz
 %{_sbindir}/usbredirserver
 

++ usbredir-0.7.1.tar.bz2 -> usbredir-0.8.0.tar.bz2 ++
 4467 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/usbredir-0.7.1/COPYING.LIB new/usbredir-0.8.0/COPYING.LIB
--- old/usbredir-0.7.1/COPYING.LIB  2015-05-11 12:00:22.0 +0200
+++ new/usbredir-0.8.0/COPYING.LIB  2018-07-10 11:27:09.0 +0200
@@ -55,7 +55,7 @@
 that what they have is not the original version, so that the original
 author's reputation will not be affected by problems that might be
 introduced by others.
-
+
   Finally, software patents pose a constant threat to the existence of
 any free program.  We wish to make sure that a company cannot
 effectively restrict the users of a free program by obtaining a
@@ -111,7 +111,7 @@
 "work based on the library" and a "work that uses the library".  The
 former contains code derived from the library, whereas the latter must
 be combined with the library in order to run.
-
+
   GNU LESSER GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
@@ -158,7 +158,7 @@
   You may charge a fee for the physical act of transferring a copy,
 and you may at your option offer warranty protection in exchange for a
 fe

commit usbredir for openSUSE:Factory

2016-02-23 Thread h_root
Hello community,

here is the log from the commit of package usbredir for openSUSE:Factory 
checked in at 2016-02-23 16:52:07

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


Package is "usbredir"

Changes:

--- /work/SRC/openSUSE:Factory/usbredir/usbredir.changes2014-10-19 
19:27:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.usbredir.new/usbredir.changes   2016-02-23 
16:52:08.0 +0100
@@ -1,0 +2,15 @@
+Tue Feb 16 09:41:33 UTC 2016 - mkra...@suse.com
+
+- Update to version 0.7.1
+  + usbredirfilter:
+-force check to device which had all interfaces skipped. This fix a bug
+ which allow a KVM device to be redirect when it should not
+  + usbredirparser:
+-allow missing capabilities from source host when loading a USB
+ redirection stream during a qemu migration
+  + usbredirhost:
+-new callback to drop isoc packets when application's pending writes buffer
+ size is too big; The threshold calculation aims at 10fps as worst case to
+ give at least 150ms of continuous data to application.
+
+---

Old:

  usbredir-0.7.tar.bz2

New:

  usbredir-0.7.1.tar.bz2



Other differences:
--
++ usbredir.spec ++
--- /var/tmp/diff_new_pack.yIfGlu/_old  2016-02-23 16:52:09.0 +0100
+++ /var/tmp/diff_new_pack.yIfGlu/_new  2016-02-23 16:52:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package usbredir
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   usbredir
-Version:0.7
+Version:0.7.1
 Release:0
 Summary:A protocol for redirection USB traffic
 License:GPL-2.0+ and LGPL-2.1+
@@ -81,13 +81,9 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libusbredirhost1 -p /sbin/ldconfig
-
 %postun -n libusbredirhost1 -p /sbin/ldconfig
-
 %post -n libusbredirparser1 -p /sbin/ldconfig
-
 %postun -n libusbredirparser1 -p /sbin/ldconfig
-
 %files
 %defattr(-,root,root)
 %doc ChangeLog README COPYING

++ usbredir-0.7.tar.bz2 -> usbredir-0.7.1.tar.bz2 ++
 22034 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/usbredir-0.7/ChangeLog new/usbredir-0.7.1/ChangeLog
--- old/usbredir-0.7/ChangeLog  2014-05-19 11:51:27.0 +0200
+++ new/usbredir-0.7.1/ChangeLog2015-10-30 15:44:08.0 +0100
@@ -1,3 +1,16 @@
+usbredir-0.7.1   29 Oct 2015
+
+-usbredirfilter
+ -force check to device which had all interfaces skipped. This fix a bug
+  which allow a KVM device to be redirect when it should not
+-usbredirparser:
+ -allow missing capabilities from source host when loading a USB
+  redirection stream during a qemu migration
+-usbredirhost:
+ -new callback to drop isoc packets when application's pending writes buffer
+  size is too big; The threshold calculation aims at 10fps as worst case to
+  give at least 150ms of continuous data to application.
+
 usbredir-0.7   19 May 2014
 --
 -usbredirproto:
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/usbredir-0.7/Makefile.am new/usbredir-0.7.1/Makefile.am
--- old/usbredir-0.7/Makefile.am2012-09-26 12:37:50.0 +0200
+++ new/usbredir-0.7.1/Makefile.am  2015-05-11 12:00:22.0 +0200
@@ -2,4 +2,12 @@
 if ! OS_WIN32
 SUBDIRS += usbredirserver  usbredirtestclient
 endif
-EXTRA_DIST = README.multi-thread usb-redirection-protocol.txt
\ No newline at end of file
+
+EXTRA_DIST = README.multi-thread usb-redirection-protocol.txt
+
+MAINTAINERCLEANFILES = \
+   $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL)  \
+   $(GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN)   \
+   $(GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL)
+
+-include $(top_srcdir)/git.mk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Mak

commit usbredir for openSUSE:Factory

2014-10-19 Thread h_root
Hello community,

here is the log from the commit of package usbredir for openSUSE:Factory 
checked in at 2014-10-19 19:27:38

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


Package is "usbredir"

Changes:

--- /work/SRC/openSUSE:Factory/usbredir/usbredir.changes2012-12-28 
22:50:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.usbredir.new/usbredir.changes   2014-10-19 
19:27:39.0 +0200
@@ -1,0 +2,28 @@
+Wed Oct 15 12:36:35 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.7:
+  + usbredirproto:
+- The usb_redir_ep_info_header has been extended with a
+  max_streams field, this is only send / received if both sides
+  have usb_redir_cap_bulk_streams.
+- Change bulk_stream packet definitions to allow allocating/
+  freeing streams on multiple endpoints in one go, technically
+  this is a protocol change, but no-one has implemented
+  usb_redir_cap_bulk_streams so far, so we can safely do this.
+- Add a USBREDIR_VERSION define so applications can test
+  against which version they are building.
+  + usbredirparser: Fix a bug causing parsing breakage when
+receiving a hello packet with 64 bit id capabiliy and another
+packet in succession so that they both got parsed in one
+usbredirparser_do_read call.
+  + usbredirhost:
+- Use libusb_set_auto_detach_kernel_driver when available.
+- Add support for bulk streams, this only gets enabled with
+  libusbx >= 1.0.19.
+- Stop iso / bulk streams on reset.
+- Make cancellation handeling more robust.
+- Reset device on release.
+  + usbredirserver: Listen to both ipv4 and ipv6 addresses on ipv6
+capable systems.
+
+---

Old:

  usbredir-0.6.tar.bz2

New:

  usbredir-0.7.tar.bz2



Other differences:
--
++ usbredir.spec ++
--- /var/tmp/diff_new_pack.m2XQqv/_old  2014-10-19 19:27:40.0 +0200
+++ /var/tmp/diff_new_pack.m2XQqv/_new  2014-10-19 19:27:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package usbredir
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   usbredir
-Version:0.6
+Version:0.7
 Release:0
 Summary:A protocol for redirection USB traffic
 License:GPL-2.0+ and LGPL-2.1+

++ usbredir-0.6.tar.bz2 -> usbredir-0.7.tar.bz2 ++
 5792 lines of diff (skipped)

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



commit usbredir for openSUSE:Factory

2012-12-28 Thread h_root
Hello community,

here is the log from the commit of package usbredir for openSUSE:Factory 
checked in at 2012-12-28 22:50:30

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


Package is "usbredir", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/usbredir/usbredir.changes2012-12-05 
14:10:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.usbredir.new/usbredir.changes   2012-12-28 
22:50:32.0 +0100
@@ -1,0 +2,24 @@
+Sun Dec 23 11:28:14 UTC 2012 - zai...@opensuse.org
+
+- Update to version 0.6:
+  + usbredirproto:
+- add support for bulk packets with 32 bits length
+- add support for buffered bulk input
+  + usbredirparser:
+- add support for bulk packets with 32 bits length
+- add support for buffered bulk input
+  + usbredirhost:
+- add support for bulk packets with 32 bits length
+- queue multiple transfers for interrupt receiving
+- add support for buffered bulk input
+- only apply mult to max-packet-size for isoc high speed
+  endpoints
+- add a do-not-reset device blacklist, populate it with
+  1210:001c
+- Changes from version 0.5.3:
+  + usbredirparser:
+- add support for bulk packets longer then 65535 bytes
+  + usbredirhost:
+- add support for bulk packets longer then 65535 bytes
+
+---

Old:

  usbredir-0.5.2.tar.bz2

New:

  usbredir-0.6.tar.bz2



Other differences:
--
++ usbredir.spec ++
--- /var/tmp/diff_new_pack.huvApw/_old  2012-12-28 22:50:33.0 +0100
+++ /var/tmp/diff_new_pack.huvApw/_new  2012-12-28 22:50:33.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   usbredir
-Version:0.5.2
+Version:0.6
 Release:0
 Summary:A protocol for redirection USB traffic
 License:GPL-2.0+ and LGPL-2.1+

++ usbredir-0.5.2.tar.bz2 -> usbredir-0.6.tar.bz2 ++
 2354 lines of diff (skipped)

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



commit usbredir for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package usbredir for openSUSE:Factory 
checked in at 2012-12-05 14:10:05

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


Package is "usbredir", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/usbredir/usbredir.changes2012-04-23 
09:18:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.usbredir.new/usbredir.changes   2012-12-05 
14:10:07.0 +0100
@@ -1,0 +2,43 @@
+Mon Dec  3 12:23:33 UTC 2012 - p.drou...@gmail.com
+
+- Rename libusbredirparser0 to libusbredirparser1:
+  The lib version has changed
+
+---
+Mon Dec  3 12:22:16 UTC 2012 - p.drou...@gmail.com
+
+- Update to version 0.5.2:
+  + usbredirparser:
+-rename libusbredirparser.pc to libusbredirparser-0.5.pc
+ This should really have been done with the 0.5 release as API
+ compatibility with previous releases was broken there!
+---
+Mon Dec  3 12:21:00 UTC 2012 - p.drou...@gmail.com
+
+- Update to version 0.5.1:
+  + usbredirparser:
+-usbredirparser_has_data_to_write now returns the write queue depth,
+ instead of only 0 or 1
+  + usbredirhost:
+-usbredirhost_has_data_to_write now returns the write queue depth,
+ instead of only 0 or 1
+-when the write queue gets too large, drop isochronous input packets
+
+---
+Mon Dec  3 12:18:34 UTC 2012 - p.drou...@gmail.com
+
+- Update to version 0.5:
+  -Windows support 
+  -Add support for 64 bit packet ids
+  -usbredirparser:
+  -Add state serialization support
+  -API and ABI changed to use 64 bit ids,
+  -usbredirhost:
+  -Remove bulk packets time out, this fixes various devices not working
+  -Ack packet cancels immediately
+  -Now supports 64 bits packet ids
+  -Use libusb_error_name instead of logging raw error codes
+  -usbredirfilter_check return -ENOENT rather then -EPERM if no rules match a
+   device, this way the caller can differentiate between a deny caused by a
+   matching rule, and one caused by there being no matching rules.
+---

Old:

  usbredir-0.4.3.tar.bz2

New:

  usbredir-0.5.2.tar.bz2



Other differences:
--
++ usbredir.spec ++
--- /var/tmp/diff_new_pack.slNaIx/_old  2012-12-05 14:10:08.0 +0100
+++ /var/tmp/diff_new_pack.slNaIx/_new  2012-12-05 14:10:08.0 +0100
@@ -18,10 +18,10 @@
 
 
 Name:   usbredir
-Version:0.4.3
-Release:0.0
+Version:0.5.2
+Release:0
 Summary:A protocol for redirection USB traffic
-License:GPL-2.0+ ; LGPL-2.1+
+License:GPL-2.0+ and LGPL-2.1+
 Group:  System/Libraries
 Url:http://spice-space.org/page/UsbRedir
 Source: 
http://spice-space.org/download/usbredir/%{name}-%{version}.tar.bz2
@@ -45,11 +45,13 @@
 attached. See usb-redirection-protocol.txt for the description / definition
 of this protocol.
 
-%package -n libusbredirparser0
+%package -n libusbredirparser1
 Summary:A protocol for redirection USB traffic
 Group:  System/Libraries
+Obsoletes:  libusbredirparser0 < %{version}
+Provides:   libusbredirparser0 = %{version}
 
-%description -n libusbredirparser0
+%description -n libusbredirparser1
 usbredir is a protocol for redirection USB traffic from a single USB device,
 to a different (virtual) machine then the one to which the USB device is
 attached. See usb-redirection-protocol.txt for the description / definition
@@ -59,7 +61,7 @@
 Summary:A protocol for redirection USB traffic - Development files
 Group:  Development/Languages/C and C++
 Requires:   libusbredirhost1 = %{version}
-Requires:   libusbredirparser0 = %{version}
+Requires:   libusbredirparser1 = %{version}
 
 %description devel
 usbredir is a protocol for redirection USB traffic from a single USB device,
@@ -82,9 +84,9 @@
 
 %postun -n libusbredirhost1 -p /sbin/ldconfig
 
-%post -n libusbredirparser0 -p /sbin/ldconfig
+%post -n libusbredirparser1 -p /sbin/ldconfig
 
-%postun -n libusbredirparser0 -p /sbin/ldconfig
+%postun -n libusbredirparser1 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -96,7 +98,7 @@
 %defattr(-, root, root)
 %{_libdir}/libusbredirhost.so.*
 
-%files -n libusbredirparser0
+%files -n libusbredirparser1
 %defattr(-, root, root)
 %{_libdir}/libusbredirparser.so.*
 
@@ -110,6 +112,6 @@
 %{_libdir}/libusbredirhost.so
 %{_libdir}/libusbredirparser.so
 %{_libdir}/pkgconfig/libusbredirhost.pc
-%{_libdir}/pkgconfig/libusbredirparser.pc
+%{_libdi

commit usbredir for openSUSE:Factory

2012-04-23 Thread h_root
Hello community,

here is the log from the commit of package usbredir for openSUSE:Factory 
checked in at 2012-04-23 09:18:52

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


Package is "usbredir", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/usbredir/usbredir.changes2012-03-09 
21:29:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.usbredir.new/usbredir.changes   2012-04-23 
09:18:56.0 +0200
@@ -1,0 +2,11 @@
+Fri Apr 20 09:41:31 UTC 2012 - joop.boo...@opensuse.org
+
+- Update to version 0.4.3:
+  + usbredirhost:
+- Don't crash on devices in unconfigured state
+- Restore original device configuration when releasing the device
+- Significantly speed up reset handling
+  + usbredirserver:
+  -Add a manpage
+
+---

Old:

  usbredir-0.4.2.tar.bz2

New:

  usbredir-0.4.3.tar.bz2



Other differences:
--
++ usbredir.spec ++
--- /var/tmp/diff_new_pack.I4fKdN/_old  2012-04-23 09:18:57.0 +0200
+++ /var/tmp/diff_new_pack.I4fKdN/_new  2012-04-23 09:18:57.0 +0200
@@ -17,10 +17,9 @@
 #
 
 
-
 Name:   usbredir
-Version:0.4.2
-Release:0
+Version:0.4.3
+Release:0.0
 Summary:A protocol for redirection USB traffic
 License:GPL-2.0+ ; LGPL-2.1+
 Group:  System/Libraries
@@ -90,6 +89,7 @@
 %files
 %defattr(-,root,root)
 %doc ChangeLog README COPYING
+%{_mandir}/man1/usbredirserver.1.gz
 %{_sbindir}/usbredirserver
 
 %files -n libusbredirhost1

++ usbredir-0.4.2.tar.bz2 -> usbredir-0.4.3.tar.bz2 ++
 3190 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/usbredir-0.4.2/ChangeLog new/usbredir-0.4.3/ChangeLog
--- old/usbredir-0.4.2/ChangeLog2012-03-06 15:42:20.0 +0100
+++ new/usbredir-0.4.3/ChangeLog2012-04-02 11:43:34.0 +0200
@@ -1,3 +1,12 @@
+usbredir-0.4.3 2 April 2012
+---
+-usbredirhost:
+ -Don't crash on devices in unconfigured state
+ -Restore original device configuration when releasing the device
+ -Significantly speed up reset handling
+-usbredirserver:
+ -Add a manpage
+
 usbredir-0.4.2 6 March 2012
 ---
 -Add usb_redir_babble status code
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/usbredir-0.4.2/configure.ac new/usbredir-0.4.3/configure.ac
--- old/usbredir-0.4.2/configure.ac 2012-03-06 15:42:20.0 +0100
+++ new/usbredir-0.4.3/configure.ac 2012-04-02 11:43:34.0 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ(2.63)
-AC_INIT([usbredir], [0.4.2])
+AC_INIT([usbredir], [0.4.3])
 AC_CONFIG_SRCDIR([configure.ac])
 
 AM_CONFIG_HEADER([config.h])
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/usbredir-0.4.2/missing new/usbredir-0.4.3/missing
--- old/usbredir-0.4.2/missing  2012-03-06 15:53:52.0 +0100
+++ new/usbredir-0.4.3/missing  2012-04-02 11:43:59.0 +0200
@@ -1,10 +1,10 @@
 #! /bin/sh
 # Common stub for a few missing GNU programs while installing.
 
-scriptversion=2009-04-28.21; # UTC
+scriptversion=2012-01-06.13; # UTC
 
 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006,
-# 2008, 2009 Free Software Foundation, Inc.
+# 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
 # Originally by Fran,cois Pinard , 1996.
 
 # This program is free software; you can redistribute it and/or modify
@@ -84,7 +84,6 @@
   help2man touch the output file
   lex  create \`lex.yy.c', if possible, from existing .c
   makeinfo touch the output file
-  tar  try tar, gnutar, gtar, then tar without non-portable flags
   yacc create \`y.tab.[ch]', if possible, from existing .[ch]
 
 Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and
@@ -122,15 +121,6 @@
 # Not GNU programs, they don't have --version.
 ;;
 
-  tar*)
-if

commit usbredir for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package usbredir for openSUSE:Factory 
checked in at 2012-03-09 21:28:57

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


Package is "usbredir", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/usbredir/usbredir.changes2012-02-01 
10:00:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.usbredir.new/usbredir.changes   2012-03-09 
21:29:06.0 +0100
@@ -1,0 +2,27 @@
+Fri Mar  9 12:40:38 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.4.2:
+  + Add usb_redir_babble status code
+  + usbredirparser:
+- extend the usb_redir_ep_info packet header with a
+  max_packet_size field
+  + usbredirhost:
+- Ensure we always re-attach kernel drivers on cleanup
+- Make set_config handling more robust
+- A set_config or a reset can cause us to loose access to the
+  device
+- Changes from version 0.4.1:
+  + Brown paper bag release, fix a return without value in a non
+void function
+- Changes from version 0.4:
+  + Add usb_redir_filter_reject and usb_redir_filter_filter
+packets and an usb_redir_cap_filter capability flag
+  + Add an usb_redir_device_disconnect_ack packet and an
+usb_redir_cap_device_disconnect_ack capability flag
+  + usbredirparser:
+- Add an usbredirparser_have_peer_caps function
+  + usbredirhost:
+- Allow re-using a host instance with multiple devices
+- Quite a few bugfixes
+
+---

Old:

  usbredir-0.3.3.tar.bz2

New:

  usbredir-0.4.2.tar.bz2



Other differences:
--
++ usbredir.spec ++
--- /var/tmp/diff_new_pack.I8ZO1y/_old  2012-03-09 21:29:08.0 +0100
+++ /var/tmp/diff_new_pack.I8ZO1y/_new  2012-03-09 21:29:08.0 +0100
@@ -17,14 +17,15 @@
 #
 
 
+
 Name:   usbredir
-Version:0.3.3
+Version:0.4.2
 Release:0
 Summary:A protocol for redirection USB traffic
 License:GPL-2.0+ ; LGPL-2.1+
 Group:  System/Libraries
 Url:http://spice-space.org/page/UsbRedir
-Source: 
http://people.fedoraproject.org/~jwrdegoede/%{name}-%{version}.tar.bz2
+Source: 
http://spice-space.org/download/usbredir/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libusb-1.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ usbredir-0.3.3.tar.bz2 -> usbredir-0.4.2.tar.bz2 ++
 3901 lines of diff (skipped)

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



commit usbredir for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package usbredir for openSUSE:Factory 
checked in at 2012-02-01 10:00:48

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


Package is "usbredir", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/usbredir/usbredir.changes2012-01-04 
07:32:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.usbredir.new/usbredir.changes   2012-02-01 
10:00:49.0 +0100
@@ -1,0 +2,28 @@
+Tue Jan 31 09:48:20 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.3.3:
+  + usbredirparser:
+- add usbredirfilter code, to help apps exclude certain devices
+  from redirection.
+  + usbredirhost:
+- add a usbredirhost_check_device_filter helper function.
+- Changes from version 0.3.2:
+  + Switched to automake/autoconf/libtool based make system
+  + usbredirparser:
+- limited multi-thread safeness, see README.multi-thread
+- extend the device_connect packet header with a device_version
+  field
+- Add a hello_func callback which gets called after receiving
+  the hello packet from the other side. This can be used to
+  determine when the caps from the other side have been
+  received and it thus is safe to call
+  usbredirparser_send_device_connect.
+  + usbredirhost:
+- limited multi-thread safeness, see README.multi-thread
+- properly handle clear stalls send from the usbguest
+- try to keep our iso buffer size near the target size
+- implement usb_redir_cap_connect_device_version
+- Call configure instead of exporting LDFLAGS and CPPFLAGS; this
+  is now possible as upstream switched to auto*.
+
+---

Old:

  usbredir-0.3.1.tar.bz2

New:

  usbredir-0.3.3.tar.bz2



Other differences:
--
++ usbredir.spec ++
--- /var/tmp/diff_new_pack.cQQq8W/_old  2012-02-01 10:00:50.0 +0100
+++ /var/tmp/diff_new_pack.cQQq8W/_new  2012-02-01 10:00:50.0 +0100
@@ -1,6 +1,7 @@
 #
-# spec file for package
+# spec file for package usbredir
 #
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,12 +16,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   usbredir
-Version:0.3.1
-Release:1
-License:GPL-2.0+ ; LGPL-2.1+
+Version:0.3.3
+Release:0
 Summary:A protocol for redirection USB traffic
+License:GPL-2.0+ ; LGPL-2.1+
 Group:  System/Libraries
+Url:http://spice-space.org/page/UsbRedir
 Source: 
http://people.fedoraproject.org/~jwrdegoede/%{name}-%{version}.tar.bz2
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libusb-1.0)
@@ -68,8 +71,7 @@
 %setup -q
 
 %build
-export CPPFLAGS="$(pkg-config --cflags libusb-1.0) %{optflags}"
-export LDFLAGS=$(pkg-config --libs libusb-1.0)
+%configure --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -91,15 +93,17 @@
 
 %files -n libusbredirhost1
 %defattr(-, root, root)
-%{_libdir}/libusbredirhost.so.1
+%{_libdir}/libusbredirhost.so.*
 
 %files -n libusbredirparser0
 %defattr(-, root, root)
-%{_libdir}/libusbredirparser.so.0
+%{_libdir}/libusbredirparser.so.*
 
 %files devel
 %defattr(-, root, root)
+%doc README.multi-thread
 %{_includedir}/usbredirhost.h
+%{_includedir}/usbredirfilter.h
 %{_includedir}/usbredirparser.h
 %{_includedir}/usbredirproto.h
 %{_libdir}/libusbredirhost.so

++ usbredir-0.3.1.tar.bz2 -> usbredir-0.3.3.tar.bz2 ++
 43393 lines of diff (skipped)

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