Accepting request 87063 from system:install:head
- fix network detection if several interfaces are attached to a single pci function (bnc #693090) - fixed typo - USB joystick fixes - replace USB details by joystick details - set unix_dev_name2 to /dev/input/jsX - added Gameport bus, detect gameport joysticks - cleanup - removed unused variables - added NULL checks - joystick: detect and report number of axes and buttons - added support for detecting USB joysticks - updated .gitignore - added .gitignore files - show disk capacity in GB OBS-URL: https://build.opensuse.org/request/show/87063 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwinfo?expand=0&rev=107
This commit is contained in:
commit
f314106569
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e134ce2e84db9774abfbb5fcc05c76a1305305a895bab9567496302698992184
|
|
||||||
size 639582
|
|
3
hwinfo-19.0.tar.bz2
Normal file
3
hwinfo-19.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:40d69a7fc80bfa280481e15a4a3a969ea719d650246d605729006dd5d900b551
|
||||||
|
size 640722
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 7 15:13:16 CEST 2011 - snwint@suse.de
|
||||||
|
|
||||||
|
- fix network detection if several interfaces are attached to a single pci function (bnc #693090)
|
||||||
|
- fixed typo
|
||||||
|
- USB joystick fixes
|
||||||
|
- replace USB details by joystick details
|
||||||
|
- set unix_dev_name2 to /dev/input/jsX
|
||||||
|
- added Gameport bus, detect gameport joysticks
|
||||||
|
- cleanup - removed unused variables
|
||||||
|
- added NULL checks
|
||||||
|
- joystick: detect and report number of axes and buttons
|
||||||
|
- added support for detecting USB joysticks
|
||||||
|
- updated .gitignore
|
||||||
|
- added .gitignore files
|
||||||
|
- show disk capacity in GB
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 11 11:43:28 CET 2011 - snwint@suse.de
|
Fri Mar 11 11:43:28 CET 2011 - snwint@suse.de
|
||||||
|
|
||||||
|
@ -33,9 +33,9 @@ Obsoletes: libhd
|
|||||||
PreReq: /sbin/ldconfig
|
PreReq: /sbin/ldconfig
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Hardware Library
|
Summary: Hardware Library
|
||||||
Version: 18.5
|
Version: 19.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: hwinfo-18.5.tar.bz2
|
Source: hwinfo-19.0.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user