Accepting request 94395 from hardware
Fix baselibs.conf (forwarded request 94389 from dimstar) OBS-URL: https://build.opensuse.org/request/show/94395 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libusb-1_0?expand=0&rev=22
This commit is contained in:
commit
a49469c0e1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21d0d3a5710f7f4211c595102c6b9eccb42435a17a4f5bd2c3f4166ab1badba9
|
||||
size 331820
|
3
libusb-1.0.8_1.0.9rc3.tar.bz2
Normal file
3
libusb-1.0.8_1.0.9rc3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c022b90dd71da0503cf3d0f050b4f7238cd7d777272e4e688cae82ba9f7e650
|
||||
size 148225
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 24 16:40:21 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.0.9rc3:
|
||||
+ Fix memory leaks
|
||||
+ Factorize event handler interruption code
|
||||
+ Add Windows support
|
||||
+ Fix inconsistencies between prototypes and definitions
|
||||
+ Add libusb_error_name() API function.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 20 06:25:17 UTC 2011 - coolo@suse.com
|
||||
|
||||
|
@ -24,8 +24,9 @@ Url: http://www.libusb.org/
|
||||
License: LGPLv2.1+
|
||||
Summary: USB Library
|
||||
Group: System/Libraries
|
||||
Version: 1.0.8
|
||||
Release: 7
|
||||
Version: 1.0.8_1.0.9rc3
|
||||
Release: 1
|
||||
%define _version f07a4a7
|
||||
Source: %{_name}-%{version}.tar.bz2
|
||||
Source2: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -53,7 +54,7 @@ Requires: libusb-1_0-0 = %{version} glibc-devel
|
||||
Libusb is a library that allows userspace access to USB devices.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{_name}-%{version}
|
||||
%setup -q -n %{_name}-%{_version}
|
||||
|
||||
%build
|
||||
mkdir m4 ; autoreconf -f -i
|
||||
@ -80,7 +81,7 @@ mv %{buildroot}/%{_lib}/pkgconfig %{buildroot}%{_libdir}
|
||||
|
||||
%files -n libusb-1_0-0
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
|
||||
%doc AUTHORS COPYING NEWS README THANKS TODO
|
||||
/%{_lib}/*.so.*
|
||||
|
||||
%files devel
|
||||
|
Loading…
Reference in New Issue
Block a user