diff --git a/hwinfo-16.0.tar.bz2 b/hwinfo-16.0.tar.bz2 deleted file mode 100644 index ec3f59c..0000000 --- a/hwinfo-16.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e69d8c4bad13c4e012a1b886b55713e708c90b3e49ec865d4d06a6e35f0fc7b6 -size 715849 diff --git a/hwinfo-16.1.tar.bz2 b/hwinfo-16.1.tar.bz2 new file mode 100644 index 0000000..fefedc6 --- /dev/null +++ b/hwinfo-16.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a17a7cbb9f4e3339fb917c11b88d7a330ef2c9b2d43d942fb41e8238a337ac7f +size 655971 diff --git a/hwinfo.changes b/hwinfo.changes index 43a71fd..153c867 100644 --- a/hwinfo.changes +++ b/hwinfo.changes @@ -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 diff --git a/hwinfo.spec b/hwinfo.spec index a3b514c..4ff048f 100644 --- a/hwinfo.spec +++ b/hwinfo.spec @@ -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)