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.changes        2012-04-23 
09:18:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.usbredir.new/usbredir.changes   2012-12-05 
14:10:07.000000000 +0100
@@ -1,0 +2,43 @@
+Mon Dec  3 12:23:33 UTC 2012 - [email protected]
+
+- Rename libusbredirparser0 to libusbredirparser1:
+  The lib version has changed
+
+-------------------------------------------------------------------
+Mon Dec  3 12:22:16 UTC 2012 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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.000000000 +0100
+++ /var/tmp/diff_new_pack.slNaIx/_new  2012-12-05 14:10:08.000000000 +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
+%{_libdir}/pkgconfig/libusbredirparser-0.5.pc
 
 %changelog

++++++ usbredir-0.4.3.tar.bz2 -> usbredir-0.5.2.tar.bz2 ++++++
++++ 6741 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to