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.changes        2012-01-04 
07:32:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.usbredir.new/usbredir.changes   2012-02-01 
10:00:49.000000000 +0100
@@ -1,0 +2,28 @@
+Tue Jan 31 09:48:20 UTC 2012 - [email protected]
+
+- 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.000000000 +0100
+++ /var/tmp/diff_new_pack.cQQq8W/_new  2012-02-01 10:00:50.000000000 +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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to