[usbredir/f17] Update to upstream 0.4.4 bugfix release

Hans de Goede jwrdegoede at fedoraproject.org
Wed Sep 26 10:26:09 UTC 2012


commit fb9715614d1bab58f5f9fc4409b2ea0a142fbb12
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Wed Sep 26 12:27:20 2012 +0200

    Update to upstream 0.4.4 bugfix release

 .gitignore                                         |    1 +
 ...ost-Don-t-set-a-timeout-on-bulk-transfers.patch |   47 --------------------
 ...t-Properly-log-an-error-when-the-initial-.patch |   36 ---------------
 sources                                            |    2 +-
 usbredir.spec                                      |   11 ++---
 5 files changed, 7 insertions(+), 90 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 410898e..1cb225f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /usbredir-0.4.1.tar.bz2
 /usbredir-0.4.2.tar.bz2
 /usbredir-0.4.3.tar.bz2
+/usbredir-0.4.4.tar.bz2
diff --git a/sources b/sources
index e636d64..2104695 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-98464d74f867ded3bcab0078666d621f  usbredir-0.4.3.tar.bz2
+609745a0072a196349774dc6fe2477ea  usbredir-0.4.4.tar.bz2
diff --git a/usbredir.spec b/usbredir.spec
index e124222..bd0c517 100644
--- a/usbredir.spec
+++ b/usbredir.spec
@@ -1,13 +1,11 @@
 Name:           usbredir
-Version:        0.4.3
-Release:        3%{?dist}
+Version:        0.4.4
+Release:        1%{?dist}
 Summary:        USB network redirection protocol libraries
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://spice-space.org/page/UsbRedir
 Source0:        http://spice-space.org/download/%{name}/%{name}-%{version}.tar.bz2
-Patch1:         0001-usbredirhost-Don-t-set-a-timeout-on-bulk-transfers.patch
-Patch2:         0002-usbredirhost-Properly-log-an-error-when-the-initial-.patch
 BuildRequires:  libusb1-devel >= 1.0.9
 
 %description
@@ -47,8 +45,6 @@ A simple USB host TCP server, using libusbredirhost.
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
 
 
 %build
@@ -82,6 +78,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/libusbredir*.la
 
 
 %changelog
+* Wed Sep 26 2012 Hans de Goede <hdegoede at redhat.com> - 0.4.4-1
+- Update to upstream 0.4.4 bugfix release
+
 * Mon Jul 30 2012 Hans de Goede <hdegoede at redhat.com> - 0.4.3-3
 - Add 2 fixes from upstream fixing issues with some bulk devices (rhbz#842358)
 


More information about the scm-commits mailing list