- Update to the latest git snapshot 6b1982b:
* Bug fixes. * Add LIBUSB_TRANSFER_ADD_ZERO_PACKET flag. OBS-URL: https://build.opensuse.org/package/show/hardware/libusb-1_0?expand=0&rev=25
This commit is contained in:
parent
8f29df0a42
commit
78b08595ab
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6c022b90dd71da0503cf3d0f050b4f7238cd7d777272e4e688cae82ba9f7e650
|
|
||||||
size 148225
|
|
3
libusb-1.0.9rc3-git6b1982b.tar.bz2
Normal file
3
libusb-1.0.9rc3-git6b1982b.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:85938caa4aa616f70178bec188f8a684195a78b5412ae5291a7f4c9dbcc916e0
|
||||||
|
size 151795
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 3 18:51:32 CEST 2012 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
- Update to the latest git snapshot 6b1982b:
|
||||||
|
* Bug fixes.
|
||||||
|
* Add LIBUSB_TRANSFER_ADD_ZERO_PACKET flag.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 12 15:11:04 UTC 2012 - crrodriguez@opensuse.org
|
Sun Feb 12 15:11:04 UTC 2012 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -22,10 +22,11 @@ Url: http://www.libusb.org/
|
|||||||
Summary: USB Library
|
Summary: USB Library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Version: 1.0.8_1.0.9rc3
|
Version: 1.0.8.99.3.218
|
||||||
Release: 0
|
Release: 0
|
||||||
%define _version f07a4a7
|
%define _version 1.0.9rc3
|
||||||
Source: %{_name}-%{version}.tar.bz2
|
%define _gitversion 6b1982b
|
||||||
|
Source: %{_name}-%{_version}-git%{_gitversion}.tar.bz2
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -45,13 +46,14 @@ Libusb is a library that allows userspace access to USB devices.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: USB Library
|
Summary: USB Library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libusb-1_0-0 = %{version} glibc-devel
|
Requires: glibc-devel
|
||||||
|
Requires: libusb-1_0-0 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Libusb is a library that allows userspace access to USB devices.
|
Libusb is a library that allows userspace access to USB devices.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{_name}-%{_version}
|
%setup -q -n %{_name}-%{_gitversion}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir m4 ; autoreconf -f -i
|
mkdir m4 ; autoreconf -f -i
|
||||||
|
Loading…
Reference in New Issue
Block a user