Accepting request 112485 from hardware

- Update to the latest git snapshot 6b1982b:
  * Bug fixes.
  * Support for USB 3.0.
  * Add LIBUSB_TRANSFER_ADD_ZERO_PACKET flag.

OBS-URL: https://build.opensuse.org/request/show/112485
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libusb-1_0?expand=0&rev=25
This commit is contained in:
Stephan Kulow 2012-04-12 07:38:41 +00:00 committed by Git OBS Bridge
commit a65d7a61d0
4 changed files with 21 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c022b90dd71da0503cf3d0f050b4f7238cd7d777272e4e688cae82ba9f7e650
size 148225

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:85938caa4aa616f70178bec188f8a684195a78b5412ae5291a7f4c9dbcc916e0
size 151795

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Apr 3 18:51:32 CEST 2012 - sbrabec@suse.cz
- Update to the latest git snapshot 6b1982b:
* Bug fixes.
* Support for USB 3.0.
* Add LIBUSB_TRANSFER_ADD_ZERO_PACKET flag.
-------------------------------------------------------------------
Sun Feb 12 15:11:04 UTC 2012 - crrodriguez@opensuse.org

View File

@ -22,10 +22,11 @@ Url: http://www.libusb.org/
Summary: USB Library
License: LGPL-2.1+
Group: System/Libraries
Version: 1.0.8_1.0.9rc3
Version: 1.0.8.99.3.218
Release: 0
%define _version f07a4a7
Source: %{_name}-%{version}.tar.bz2
%define _version 1.0.9rc3
%define _gitversion 6b1982b
Source: %{_name}-%{_version}-git%{_gitversion}.tar.bz2
Source2: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libtool
@ -45,17 +46,20 @@ Libusb is a library that allows userspace access to USB devices.
%package devel
Summary: USB Library
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
Libusb is a library that allows userspace access to USB devices.
%prep
%setup -q -n %{_name}-%{_version}
%setup -q -n %{_name}-%{_gitversion}
%build
mkdir m4 ; autoreconf -f -i
%configure --with-pic --disable-static
%configure\
--with-pic\
--disable-static
make %{?jobs:-j%jobs}
%install