Update to upstream 0.4.1 release
This commit is contained in:
parent
2ae27b36b7
commit
c72598eab1
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
156b11e3325b4c5c8af692e001f741d1 usbredir-0.4.tar.bz2
|
||||
11e2201018fba4b7af8751ebba91eb8e usbredir-0.4.1.tar.bz2
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user