SHA256
1
0
forked from pool/libusb-1_0
OBS User unknown 2009-04-14 17:43:20 +00:00 committed by Git OBS Bridge
parent 54f91cf908
commit 76a92579ae
4 changed files with 18 additions and 7 deletions

View File

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

3
libusb-1.0.0.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 9 14:02:54 CEST 2009 - sbrabec@suse.cz
- Updated to version 1.0.0, the new official stable branch:
* Bug fixes
* Add libusb_attach_kernel_driver()
-------------------------------------------------------------------
Thu Feb 5 04:13:24 CET 2009 - crrodriguez@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libusb-1_0 (Version 0.9.3)
# spec file for package libusb-1_0 (Version 1.0.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -20,12 +20,12 @@
Name: libusb-1_0
%define _name libusb
Url: http://libusb.sourceforge.net/Libusb1.0
Url: http://libusb.wiki.sourceforge.net/Libusb1.0
License: LGPL v2.1 or later
Summary: USB Library
Group: System/Libraries
Version: 0.9.3
Release: 5
Version: 1.0.0
Release: 1
Source: %{_name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libusb-1_0-0 = %{version}-%{release}
@ -113,6 +113,10 @@ make %{?jobs:-j%jobs}
%{_libdir}/pkgconfig/*.pc
%changelog
* Thu Apr 09 2009 sbrabec@suse.cz
- Updated to version 1.0.0, the new official stable branch:
* Bug fixes
* Add libusb_attach_kernel_driver()
* Thu Feb 05 2009 crrodriguez@suse.de
- remove "la" files
* Mon Oct 06 2008 sbrabec@suse.cz