OBS User unknown 2008-09-23 22:37:35 +00:00 committed by Git OBS Bridge
commit e9b8684f37
6 changed files with 422 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

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

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

190
libusb-1_0.changes Normal file
View File

@ -0,0 +1,190 @@
-------------------------------------------------------------------
Wed Sep 10 14:01:49 CEST 2008 - sbrabec@suse.cz
- Updated to version 0.9.3:
* New branch, new API.
* Introduced contexts to the API.
* Compatible with new Linux kernel features.
* Isochronous endpoint I/O
* Asynchronous I/O with per-URB style callbacks
* Zero threads (lightweight, uses main thread of calling
application)
* Exposure of poll fds to applications for good mainloop
integration
-------------------------------------------------------------------
Fri Sep 5 13:52:45 CEST 2008 - sbrabec@suse.cz
- Split according to shared library policy.
- Disabled static library.
-------------------------------------------------------------------
Wed May 7 11:29:29 CEST 2008 - schwab@suse.de
- Fix configure script.
-------------------------------------------------------------------
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
-------------------------------------------------------------------
Wed May 23 07:37:09 CEST 2007 - meissner@suse.de
- libusb main package no longer should provide libusb-devel.
- run ldconfig in %post/%postun
-------------------------------------------------------------------
Tue May 22 13:06:08 CEST 2007 - olh@suse.de
- split libusb-devel package (#203989)
-------------------------------------------------------------------
Tue Apr 17 13:22:28 CEST 2007 - sbrabec@suse.cz
- Provide libusb-devel.
-------------------------------------------------------------------
Sun Mar 5 09:54:57 CET 2006 - olh@suse.de
- update to 0.1.12
endian fixes, memory leaks fixed
-------------------------------------------------------------------
Wed Jan 25 21:30:27 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Sat Jan 21 10:49:09 CET 2006 - olh@suse.de
- update to 0.1.11
pkgconfig support
Workaround regression in 0.1.10 with multi-threaded applications
-------------------------------------------------------------------
Fri Dec 9 13:44:31 CET 2005 - olh@suse.de
- remove resmgr patch
-------------------------------------------------------------------
Wed Nov 16 13:28:50 CET 2005 - lnussel@suse.de
- prefer /dev/bus/usb over /proc/bus/usb
- disable resmgr patch, not needed for /dev/bus/usb anymore
-------------------------------------------------------------------
Wed Aug 10 18:29:13 CEST 2005 - olh@suse.de
- add patch from Kay Sievers to look also into /dev/bus/usb
-------------------------------------------------------------------
Tue May 31 11:25:34 CEST 2005 - olh@suse.de
- add libusb-libusb_la-dep.patch to allow make -j
-------------------------------------------------------------------
Fri May 27 22:44:25 CEST 2005 - olh@suse.de
- update to 0.1.10a
-------------------------------------------------------------------
Thu May 26 23:06:57 CEST 2005 - olh@suse.de
- fix compile warnings
- build as user
- split our resmgr patch
-------------------------------------------------------------------
Sat Mar 19 17:03:58 CET 2005 - meissner@suse.de
- fixed a filedescriptor leak. #73967
-------------------------------------------------------------------
Sat Feb 21 18:22:41 CET 2004 - meissner@suse.de
- upgraded to 0.1.8 final.
-------------------------------------------------------------------
Thu Feb 5 16:12:26 CET 2004 - lnussel@suse.de
- add -lresmgr to output of libusb-config
-------------------------------------------------------------------
Mon Aug 25 13:14:41 CEST 2003 - adrian@suse.de
- do not provide usb anymore, it is not needed for an update
and breaks rpm4 update concept
-------------------------------------------------------------------
Tue Jul 22 15:20:18 CEST 2003 - meissner@suse.de
- Upgraded to 0.1.8beta (finally supports USB interrupt
tranfers).
- Forward ported resmgr patch.
-------------------------------------------------------------------
Wed May 14 09:22:29 CEST 2003 - meissner@suse.de
- added libusb.la.
-------------------------------------------------------------------
Wed Mar 5 18:59:59 CET 2003 - meissner@suse.de
- the resmgr device finder part was adding all devices
to all USB busses, leading to confusion later on. Check
for correct busnumber.
-------------------------------------------------------------------
Mon Nov 18 15:55:11 CET 2002 - schwab@suse.de
- Fix use of AC_DIVERT_PUSH.
-------------------------------------------------------------------
Mon Nov 11 13:06:56 CET 2002 - okir@suse.de
- allow opening USB devices via the resource manager
-------------------------------------------------------------------
Tue Oct 15 15:31:15 CEST 2002 - freitag@suse.de
- updated to 0.1.6a stable release to support more scanners
-------------------------------------------------------------------
Thu Feb 7 14:15:17 CET 2002 - meissner@suse.de
- updated to 0.1.5 stable release
-------------------------------------------------------------------
Mon Jan 21 14:57:13 CET 2002 - meissner@suse.de
- updated to latest CVS snapshot, so I can build gphoto2.
- use buildroot
-------------------------------------------------------------------
Sat Nov 3 14:43:46 CET 2001 - ro@suse.de
- call automake with "-a -f"
-------------------------------------------------------------------
Mon Sep 3 23:35:07 CEST 2001 - ro@suse.de
- removed Obsoletes and Provides usbutils (package reanimated)
-------------------------------------------------------------------
Fri May 25 09:43:42 CEST 2001 - adrian@suse.de
- update to libusb-0.1.3b
- rename package from usbutils to libusb
-------------------------------------------------------------------
Tue Dec 5 16:10:56 CET 2000 - schwab@suse.de
- Add %suse_update_config.
-------------------------------------------------------------------
Thu Nov 30 16:54:45 CET 2000 - olaf@suse.de
- add usbutils 0.7 to SuSE dist, will replace the usb.rpm

205
libusb-1_0.spec Normal file
View File

@ -0,0 +1,205 @@
#
# spec file for package libusb-1_0 (Version 0.9.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: libusb-1_0
%define _name libusb
Url: http://libusb.sourceforge.net/Libusb1.0
License: LGPL v2.1 or later
Summary: USB Library
Group: System/Libraries
Version: 0.9.3
Release: 2
Source: %{_name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Libusb is a library that allows userspace access to USB devices.
Authors:
--------
Daniel Drake <dsd@gentoo.org>
Johannes Erdfelt <johannes@erdfelt.com>
Artem Egorkine
David Engraf
Rob Walker
Vasily Khoruzhick
%package -n libusb-1_0-0
License: LGPL v2.1 or later
Summary: USB Library
Group: System/Libraries
%description -n libusb-1_0-0
Libusb is a library that allows userspace access to USB devices.
Authors:
--------
Daniel Drake <dsd@gentoo.org>
Johannes Erdfelt <johannes@erdfelt.com>
Artem Egorkine
David Engraf
Rob Walker
Vasily Khoruzhick
%package devel
License: LGPL v2.1 or later
Summary: USB Library
Group: Development/Libraries/C and C++
Requires: libusb-1_0-0 = %{version} glibc-devel
%description devel
Libusb is a library that allows userspace access to USB devices.
Authors:
--------
Daniel Drake <dsd@gentoo.org>
Johannes Erdfelt <johannes@erdfelt.com>
Artem Egorkine
David Engraf
Rob Walker
Vasily Khoruzhick
%prep
%setup -q -n %{_name}-%{version}
%build
autoreconf -f -i
%configure\
--disable-static
make %{?jobs:-j%jobs}
%install
%makeinstall
%post -n libusb-1_0-0 -p /sbin/ldconfig
%postun -n libusb-1_0-0 -p /sbin/ldconfig
%files -n libusb-1_0-0
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root)
%doc PORTING
%{_includedir}/libusb-1.0
%{_libdir}/*.so
%{_libdir}/*.*a
%{_libdir}/pkgconfig/*.pc
%changelog
* Wed Sep 10 2008 sbrabec@suse.cz
- Updated to version 0.9.3:
* New branch, new API.
* Introduced contexts to the API.
* Compatible with new Linux kernel features.
* Isochronous endpoint I/O
* Asynchronous I/O with per-URB style callbacks
* Zero threads (lightweight, uses main thread of calling
application)
* Exposure of poll fds to applications for good mainloop
integration
* Fri Sep 05 2008 sbrabec@suse.cz
- Split according to shared library policy.
- Disabled static library.
* Wed May 07 2008 schwab@suse.de
- Fix configure script.
* Thu Apr 10 2008 ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
* Wed May 23 2007 meissner@suse.de
- libusb main package no longer should provide libusb-devel.
- run ldconfig in %%post/%%postun
* Tue May 22 2007 olh@suse.de
- split libusb-devel package (#203989)
* Tue Apr 17 2007 sbrabec@suse.cz
- Provide libusb-devel.
* Sun Mar 05 2006 olh@suse.de
- update to 0.1.12
endian fixes, memory leaks fixed
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Sat Jan 21 2006 olh@suse.de
- update to 0.1.11
pkgconfig support
Workaround regression in 0.1.10 with multi-threaded applications
* Fri Dec 09 2005 olh@suse.de
- remove resmgr patch
* Wed Nov 16 2005 lnussel@suse.de
- prefer /dev/bus/usb over /proc/bus/usb
- disable resmgr patch, not needed for /dev/bus/usb anymore
* Wed Aug 10 2005 olh@suse.de
- add patch from Kay Sievers to look also into /dev/bus/usb
* Tue May 31 2005 olh@suse.de
- add libusb-libusb_la-dep.patch to allow make -j
* Sat May 28 2005 olh@suse.de
- update to 0.1.10a
* Fri May 27 2005 olh@suse.de
- fix compile warnings
- build as user
- split our resmgr patch
* Sat Mar 19 2005 meissner@suse.de
- fixed a filedescriptor leak. #73967
* Sat Feb 21 2004 meissner@suse.de
- upgraded to 0.1.8 final.
* Thu Feb 05 2004 lnussel@suse.de
- add -lresmgr to output of libusb-config
* Mon Aug 25 2003 adrian@suse.de
- do not provide usb anymore, it is not needed for an update
and breaks rpm4 update concept
* Tue Jul 22 2003 meissner@suse.de
- Upgraded to 0.1.8beta (finally supports USB interrupt
tranfers).
- Forward ported resmgr patch.
* Wed May 14 2003 meissner@suse.de
- added libusb.la.
* Wed Mar 05 2003 meissner@suse.de
- the resmgr device finder part was adding all devices
to all USB busses, leading to confusion later on. Check
for correct busnumber.
* Mon Nov 18 2002 schwab@suse.de
- Fix use of AC_DIVERT_PUSH.
* Mon Nov 11 2002 okir@suse.de
- allow opening USB devices via the resource manager
* Tue Oct 15 2002 freitag@suse.de
- updated to 0.1.6a stable release to support more scanners
* Thu Feb 07 2002 meissner@suse.de
- updated to 0.1.5 stable release
* Mon Jan 21 2002 meissner@suse.de
- updated to latest CVS snapshot, so I can build gphoto2.
- use buildroot
* Sat Nov 03 2001 ro@suse.de
- call automake with "-a -f"
* Tue Sep 04 2001 ro@suse.de
- removed Obsoletes and Provides usbutils (package reanimated)
* Fri May 25 2001 adrian@suse.de
- update to libusb-0.1.3b
- rename package from usbutils to libusb
* Tue Dec 05 2000 schwab@suse.de
- Add %%suse_update_config.
* Thu Nov 30 2000 olaf@suse.de
- add usbutils 0.7 to SuSE dist, will replace the usb.rpm

0
ready Normal file
View File