Hello community, here is the log from the commit of package hwinfo checked in at Fri Oct 27 18:52:00 CEST 2006. -------- --- hwinfo/hwinfo.changes 2006-10-25 17:25:47.000000000 +0200 +++ /mounts/work_src_done/STABLE/hwinfo/hwinfo.changes 2006-10-27 12:08:34.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Oct 27 12:08:29 CEST 2006 - snwint@suse.de + +- resolved piix vs. ata_piix (#214992) + +------------------------------------------------------------------- Old: ---- hwinfo-13.10.tar.bz2 New: ---- hwinfo-13.11.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hwinfo.spec ++++++ --- /var/tmp/diff_new_pack.SRzMuc/_old 2006-10-27 18:51:51.000000000 +0200 +++ /var/tmp/diff_new_pack.SRzMuc/_new 2006-10-27 18:51:51.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package hwinfo (Version 13.10) +# spec file for package hwinfo (Version 13.11) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -20,9 +20,9 @@ PreReq: /sbin/ldconfig %insserv_prereq %fillup_prereq Autoreqprov: on Summary: Hardware Library -Version: 13.10 +Version: 13.11 Release: 1 -Source: hwinfo-13.10.tar.bz2 +Source: hwinfo-13.11.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -89,6 +89,8 @@ %doc doc/libhd/html %changelog -n hwinfo +* Fri Oct 27 2006 - snwint@suse.de +- resolved piix vs. ata_piix (#214992) * Wed Oct 25 2006 - snwint@suse.de - sometimes it's not really an usb mouse (#208745) - give all apple usb keyboards a 'macintosh' layout (#213294) ++++++ hwinfo-13.10.tar.bz2 -> hwinfo-13.11.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/hwinfo-13.10/Changelog new/hwinfo-13.11/Changelog --- old/hwinfo-13.10/Changelog 2006-10-25 16:36:13.000000000 +0200 +++ new/hwinfo-13.11/Changelog 2006-10-27 11:57:14.000000000 +0200 @@ -1,3 +1,6 @@ +27/10/2006: v13.11 + - resolved piix vs. ata_piix (#214992) + 25/10/2006: v13.10 - sometimes it's not really an usb mouse (#208745) - give all apple usb keyboards a 'macintosh' layout (#213294) diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/hwinfo-13.10/VERSION new/hwinfo-13.11/VERSION --- old/hwinfo-13.10/VERSION 2006-10-25 12:37:51.000000000 +0200 +++ new/hwinfo-13.11/VERSION 2006-10-27 11:56:29.000000000 +0200 @@ -1 +1 @@ -13.10 +13.11 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/hwinfo-13.10/src/hd/hddb.c new/hwinfo-13.11/src/hd/hddb.c --- old/hwinfo-13.10/src/hd/hddb.c 2006-10-25 16:34:25.000000000 +0200 +++ new/hwinfo-13.11/src/hd/hddb.c 2006-10-27 11:56:16.000000000 +0200 @@ -329,6 +329,9 @@ if(!strncmp(db->module, "pata_", sizeof "pata_" - 1)) { prio += hd_data->flags.pata ? 1 : -1; } + if(!strcmp(db->module, "piix")) { /* ata_piix vs. piix */ + prio += hd_data->flags.pata ? -1 : 1; + } if(!strcmp(db->module, "generic")) prio -= 2; } break; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de