SHA256
1
0
forked from pool/hwinfo
OBS User unknown 2009-06-09 11:07:18 +00:00 committed by Git OBS Bridge
parent a2d1cf8b17
commit 1b6539a3c5
4 changed files with 16 additions and 6 deletions

View File

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

3
hwinfo-16.1.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 9 12:31:27 CEST 2009 - snwint@suse.de
- rewrite monitor detection to use libx86emu
-------------------------------------------------------------------
Thu May 14 17:36:41 CEST 2009 - snwint@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package hwinfo (Version 16.0)
# spec file for package hwinfo (Version 16.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -20,6 +20,9 @@
Name: hwinfo
BuildRequires: doxygen flex hal-devel perl-XML-Parser perl-XML-Writer udev
%ifarch %ix86 x86_64
BuildRequires: libx86emu-devel
%endif
License: GPL v2 or later
Group: Hardware/Other
Provides: libhd
@ -28,9 +31,9 @@ Requires: dbus-1 >= 0.34 hal >= 0.5.2
PreReq: /sbin/ldconfig %insserv_prereq %fillup_prereq
AutoReqProv: on
Summary: Hardware Library
Version: 16.0
Version: 16.1
Release: 1
Source: hwinfo-16.0.tar.bz2
Source: hwinfo-16.1.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -102,6 +105,8 @@ rm -rf %{buildroot}
%doc doc/libhd/html
%changelog
* Tue Jun 09 2009 snwint@suse.de
- rewrite monitor detection to use libx86emu
* Thu May 14 2009 snwint@suse.de
- setup dummy int 0x15 for BIOS emulation (bnc #469863)
- fix memory size detection (bnc #500410)