From 7b2359731c5a11a2e7a03fb87723a0a09b859fcb5f1a430faa70813b99927e4d Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 3 Mar 2008 16:47:44 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hwinfo?expand=0&rev=37 --- hwinfo-14.1.tar.bz2 | 3 --- hwinfo-14.2.tar.bz2 | 3 +++ hwinfo.changes | 10 ++++++++++ hwinfo.spec | 14 +++++++++++--- 4 files changed, 24 insertions(+), 6 deletions(-) delete mode 100644 hwinfo-14.1.tar.bz2 create mode 100644 hwinfo-14.2.tar.bz2 diff --git a/hwinfo-14.1.tar.bz2 b/hwinfo-14.1.tar.bz2 deleted file mode 100644 index 6965ad6..0000000 --- a/hwinfo-14.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92157e094e50ffdebf6852b12cee57401a2348f543ce00bdf6d5ff57c1e3d732 -size 684800 diff --git a/hwinfo-14.2.tar.bz2 b/hwinfo-14.2.tar.bz2 new file mode 100644 index 0000000..53824a0 --- /dev/null +++ b/hwinfo-14.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9286d16f549443b37ebabe4e1ac8c2cbb14ddef91ee08724e7a9eda28ab9947 +size 684679 diff --git a/hwinfo.changes b/hwinfo.changes index f402a92..2acc244 100644 --- a/hwinfo.changes +++ b/hwinfo.changes @@ -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 diff --git a/hwinfo.spec b/hwinfo.spec index 3c14a92..ae722d6 100644 --- a/hwinfo.spec +++ b/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