OBS User unknown 2008-03-07 19:37:34 +00:00 committed by Git OBS Bridge
parent 2b5f2a255a
commit 7b2254b168
4 changed files with 22 additions and 6 deletions

View File

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

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

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

View File

@ -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

View File

@ -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