forked from pool/hwinfo
This commit is contained in:
parent
4248b50978
commit
a2d1cf8b17
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:adb10afd584086f52783359c33e1c98abdd543f6d7f67c72270be7cd937c5e7f
|
|
||||||
size 710151
|
|
3
hwinfo-16.0.tar.bz2
Normal file
3
hwinfo-16.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e69d8c4bad13c4e012a1b886b55713e708c90b3e49ec865d4d06a6e35f0fc7b6
|
||||||
|
size 715849
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 14 17:36:41 CEST 2009 - snwint@suse.de
|
||||||
|
|
||||||
|
- setup dummy int 0x15 for BIOS emulation (bnc #469863)
|
||||||
|
- fix memory size detection (bnc #500410)
|
||||||
|
- 'hwprobe' variables can now have values (int, string, list) instead of
|
||||||
|
being just flags
|
||||||
|
- fix some compiler warnings
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 22 12:42:50 CET 2009 - snwint@suse.de
|
Thu Jan 22 12:42:50 CET 2009 - snwint@suse.de
|
||||||
|
|
||||||
|
18
hwinfo.spec
18
hwinfo.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package hwinfo (Version 15.26)
|
# spec file for package hwinfo (Version 16.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -28,9 +28,9 @@ Requires: dbus-1 >= 0.34 hal >= 0.5.2
|
|||||||
PreReq: /sbin/ldconfig %insserv_prereq %fillup_prereq
|
PreReq: /sbin/ldconfig %insserv_prereq %fillup_prereq
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Hardware Library
|
Summary: Hardware Library
|
||||||
Version: 15.26
|
Version: 16.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: hwinfo-15.26.tar.bz2
|
Source: hwinfo-16.0.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -102,6 +102,12 @@ rm -rf %{buildroot}
|
|||||||
%doc doc/libhd/html
|
%doc doc/libhd/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 14 2009 snwint@suse.de
|
||||||
|
- setup dummy int 0x15 for BIOS emulation (bnc #469863)
|
||||||
|
- fix memory size detection (bnc #500410)
|
||||||
|
- 'hwprobe' variables can now have values (int, string, list) instead of
|
||||||
|
being just flags
|
||||||
|
- fix some compiler warnings
|
||||||
* Thu Jan 22 2009 snwint@suse.de
|
* Thu Jan 22 2009 snwint@suse.de
|
||||||
- make ehea look more ordinary (bnc #467033)
|
- make ehea look more ordinary (bnc #467033)
|
||||||
* Fri Jan 16 2009 snwint@suse.de
|
* Fri Jan 16 2009 snwint@suse.de
|
||||||
@ -153,7 +159,7 @@ rm -rf %{buildroot}
|
|||||||
we know what devices support it; fate #304080)
|
we know what devices support it; fate #304080)
|
||||||
* Mon Sep 15 2008 snwint@suse.de
|
* Mon Sep 15 2008 snwint@suse.de
|
||||||
- use udevadm instead of udevinfo
|
- use udevadm instead of udevinfo
|
||||||
* Mon Sep 08 2008 ro@suse.de
|
* Tue Sep 09 2008 ro@suse.de
|
||||||
- fix build on x86 with 2.6.67 kernel includes
|
- fix build on x86 with 2.6.67 kernel includes
|
||||||
* Fri Aug 08 2008 olh@suse.de
|
* Fri Aug 08 2008 olh@suse.de
|
||||||
- add inital POWER6 ibmebus support for ehea network (bnc#394602 -LTC44938)
|
- add inital POWER6 ibmebus support for ehea network (bnc#394602 -LTC44938)
|
||||||
@ -990,7 +996,7 @@ rm -rf %{buildroot}
|
|||||||
* Tue Feb 24 2004 snwint@suse.de
|
* Tue Feb 24 2004 snwint@suse.de
|
||||||
- include x86emu into libhd.so
|
- include x86emu into libhd.so
|
||||||
- don't segfault if we couldn't get a shared memory segment
|
- don't segfault if we couldn't get a shared memory segment
|
||||||
* Mon Feb 23 2004 kkaempf@suse.de
|
* Tue Feb 24 2004 kkaempf@suse.de
|
||||||
- try to include x86emu library in libhd
|
- try to include x86emu library in libhd
|
||||||
* Mon Feb 23 2004 snwint@suse.de
|
* Mon Feb 23 2004 snwint@suse.de
|
||||||
- fixed Makefile
|
- fixed Makefile
|
||||||
@ -1271,7 +1277,7 @@ rm -rf %{buildroot}
|
|||||||
- dmfe instead of tulip (#19271)
|
- dmfe instead of tulip (#19271)
|
||||||
- convert_hd now understands XML properly
|
- convert_hd now understands XML properly
|
||||||
- removed outdated docs
|
- removed outdated docs
|
||||||
* Sun Sep 08 2002 kkeil@suse.de
|
* Mon Sep 09 2002 kkeil@suse.de
|
||||||
- probe ISDN USB too (#18830)
|
- probe ISDN USB too (#18830)
|
||||||
* Sat Sep 07 2002 snwint@suse.de
|
* Sat Sep 07 2002 snwint@suse.de
|
||||||
- make sure usb floppies are reported as such (#12262)
|
- make sure usb floppies are reported as such (#12262)
|
||||||
|
Loading…
Reference in New Issue
Block a user