This commit is contained in:
parent
5dee5e8822
commit
7b2359731c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92157e094e50ffdebf6852b12cee57401a2348f543ce00bdf6d5ff57c1e3d732
|
||||
size 684800
|
3
hwinfo-14.2.tar.bz2
Normal file
3
hwinfo-14.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9286d16f549443b37ebabe4e1ac8c2cbb14ddef91ee08724e7a9eda28ab9947
|
||||
size 684679
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 29 18:25:08 CET 2008 - snwint@suse.de
|
||||
|
||||
- adjust mouse detection to work with mice that do not use
|
||||
/dev/input/mice but work via event dev (bnc #266002)
|
||||
- change input device code to use kernel device ids for input devices
|
||||
- adjust to latest sysfs changes
|
||||
- work around some strange pci subdevice names (bnc #183188)
|
||||
- update pci device name database
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 12:39:00 CET 2008 - snwint@suse.de
|
||||
|
||||
|
14
hwinfo.spec
14
hwinfo.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package hwinfo (Version 14.1)
|
||||
# spec file for package hwinfo (Version 14.2)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -10,6 +10,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: hwinfo
|
||||
BuildRequires: doxygen flex hal-devel perl-XML-Parser perl-XML-Writer udev
|
||||
License: GPL v2 or later
|
||||
@ -20,9 +21,9 @@ Requires: dbus-1 >= 0.34 hal >= 0.5.2
|
||||
PreReq: /sbin/ldconfig %insserv_prereq %fillup_prereq
|
||||
AutoReqProv: on
|
||||
Summary: Hardware Library
|
||||
Version: 14.1
|
||||
Version: 14.2
|
||||
Release: 1
|
||||
Source: hwinfo-14.1.tar.bz2
|
||||
Source: hwinfo-14.2.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -93,6 +94,13 @@ rm -rf %{buildroot}
|
||||
%doc doc/libhd/html
|
||||
|
||||
%changelog
|
||||
* Fri Feb 29 2008 snwint@suse.de
|
||||
- adjust mouse detection to work with mice that do not use
|
||||
/dev/input/mice but work via event dev (bnc #266002)
|
||||
- change input device code to use kernel device ids for input devices
|
||||
- adjust to latest sysfs changes
|
||||
- work around some strange pci subdevice names (bnc #183188)
|
||||
- update pci device name database
|
||||
* Tue Feb 05 2008 snwint@suse.de
|
||||
- updated X11 data
|
||||
- even better BIOS disk id handling
|
||||
|
Loading…
Reference in New Issue
Block a user