diff --git a/hwinfo-14.4.tar.bz2 b/hwinfo-14.4.tar.bz2 deleted file mode 100644 index 0faed51..0000000 --- a/hwinfo-14.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e666589435b3caf42ce29f04ce3c398f634dc47e8dba7bb2ea7975251d6038e -size 684837 diff --git a/hwinfo-14.6.tar.bz2 b/hwinfo-14.6.tar.bz2 new file mode 100644 index 0000000..663b043 --- /dev/null +++ b/hwinfo-14.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8dab739a5d2c131e64f58eb998735bda98208fefee12921b95be71d033be8da +size 685055 diff --git a/hwinfo.changes b/hwinfo.changes index 5eea9c1..6739a8c 100644 --- a/hwinfo.changes +++ b/hwinfo.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Mar 6 12:25:27 CET 2008 - snwint@suse.de + +- fix compilation on x86_64 + +------------------------------------------------------------------- +Thu Mar 6 11:14:10 CET 2008 - snwint@suse.de + +- try a bit harder to find matching card for an interface (bnc #356405) +- fix segfault in new mouse code (bnc #367457) + ------------------------------------------------------------------- Tue Mar 4 11:32:06 CET 2008 - snwint@suse.de diff --git a/hwinfo.spec b/hwinfo.spec index fd829d1..db24e0c 100644 --- a/hwinfo.spec +++ b/hwinfo.spec @@ -1,5 +1,5 @@ # -# spec file for package hwinfo (Version 14.4) +# spec file for package hwinfo (Version 14.6) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -21,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.4 +Version: 14.6 Release: 1 -Source: hwinfo-14.4.tar.bz2 +Source: hwinfo-14.6.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -94,6 +94,11 @@ rm -rf %{buildroot} %doc doc/libhd/html %changelog +* Thu Mar 06 2008 snwint@suse.de +- fix compilation on x86_64 +* Thu Mar 06 2008 snwint@suse.de +- try a bit harder to find matching card for an interface (bnc #356405) +- fix segfault in new mouse code (bnc #367457) * Tue Mar 04 2008 snwint@suse.de - detect vmware mouse (bnc #358460) * Mon Mar 03 2008 snwint@suse.de