Update to upstream 0.4.1 release

This commit is contained in:
Hans de Goede 2012-02-25 12:51:31 +01:00
parent 2ae27b36b7
commit c72598eab1
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/usbredir-0.3.2.tar.bz2
/usbredir-0.3.3.tar.bz2
/usbredir-0.4.tar.bz2
/usbredir-0.4.1.tar.bz2

View File

@ -1 +1 @@
156b11e3325b4c5c8af692e001f741d1 usbredir-0.4.tar.bz2
11e2201018fba4b7af8751ebba91eb8e usbredir-0.4.1.tar.bz2

View File

@ -1,5 +1,5 @@
Name: usbredir
Version: 0.4
Version: 0.4.1
Release: 1%{?dist}
Summary: USB network redirection protocol libraries
Group: System Environment/Libraries
@ -51,7 +51,7 @@ A simple usb-host tcp server, using libusbredirhost.
%build
%configure --disable-static
make %{?_smp_mflags}
make %{?_smp_mflags} V=1
%install
@ -82,6 +82,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/libusbredir*.la
%changelog
* Sat Feb 25 2012 Hans de Goede <hdegoede@redhat.com> - 0.4.1-1
- Update to upstream 0.4.1 release
* Thu Feb 23 2012 Hans de Goede <hdegoede@redhat.com> - 0.4-1
- Update to upstream 0.4 release