Mailinglist Archive: opensuse-commit (1649 mails)

< Previous Next >
commit hwinfo
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 16 Oct 2008 01:30:23 +0200
  • Message-id: <20081015233023.F17A5678161@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package hwinfo
checked in at Thu Oct 16 01:30:23 CEST 2008.


--------
--- hwinfo/hwinfo.changes 2008-10-08 13:44:08.000000000 +0200
+++ /d/STABLE/hwinfo/hwinfo.changes 2008-10-15 18:00:23.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Oct 15 18:00:07 CEST 2008 - snwint@xxxxxxx
+
+- removed ancient refs to ide-generic (bnc #433105)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
hwinfo-15.10.tar.bz2

New:
----
hwinfo-15.11.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ hwinfo.spec ++++++
--- /var/tmp/diff_new_pack.EIW606/_old 2008-10-16 01:29:41.000000000 +0200
+++ /var/tmp/diff_new_pack.EIW606/_new 2008-10-16 01:29:41.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package hwinfo (Version 15.10)
+# spec file for package hwinfo (Version 15.11)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -28,9 +28,9 @@
PreReq: /sbin/ldconfig %insserv_prereq %fillup_prereq
AutoReqProv: on
Summary: Hardware Library
-Version: 15.10
+Version: 15.11
Release: 1
-Source: hwinfo-15.10.tar.bz2
+Source: hwinfo-15.11.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
@@ -102,6 +102,8 @@
%doc doc/libhd/html

%changelog
+* Wed Oct 15 2008 snwint@xxxxxxx
+- removed ancient refs to ide-generic (bnc #433105)
* Wed Oct 08 2008 uli@xxxxxxx
- s390: dual port OSA Express devices are not detectable; fixing
dualport flag to 1 (fate #304080)

++++++ hwinfo-15.10.tar.bz2 -> hwinfo-15.11.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/hwinfo-15.10/Changelog new/hwinfo-15.11/Changelog
--- old/hwinfo-15.10/Changelog 2008-10-08 13:43:06.000000000 +0200
+++ new/hwinfo-15.11/Changelog 2008-10-15 17:57:27.000000000 +0200
@@ -1,3 +1,6 @@
+15/10/2008: v15.11
+ - removed ancient refs to ide-generic (bnc #433105)
+
8/10/2008: v15.10
- s390: dual port OSA Express devices are not detectable; fixing
dualport flag to 1 (fate #304080)
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/hwinfo-15.10/src/hd/misc.c
new/hwinfo-15.11/src/hd/misc.c
--- old/hwinfo-15.10/src/hd/misc.c 2006-08-10 11:35:50.000000000 +0200
+++ new/hwinfo-15.11/src/hd/misc.c 2008-10-15 17:56:14.000000000 +0200
@@ -342,26 +342,13 @@
have_common_res(hd->res, res)
) break;
}
- if(!hd) {
- /* eg. non-PCI IDE controller */
- hd = add_hd_entry(hd_data, __LINE__, 0);
- hd->base_class.id = bc_storage;
- hd->sub_class.id = sc_sto_ide;
- hd->compat_vendor.id = MAKE_ID(TAG_SPECIAL, 0x3000);
- hd->compat_device.id = MAKE_ID(TAG_SPECIAL, 0x1000);
- /* use join_res to join the i/o ranges of ide0/1 */
- join_res_io(&hd->res, res);
- join_res_irq(&hd->res, res);
- join_res_dma(&hd->res, res);
- free_res_list(res);
- }
- else {
+ if(hd) {
/* eg. PCI IDE controller, add resources */
join_res_io(&hd->res, res);
join_res_irq(&hd->res, res);
join_res_dma(&hd->res, res);
- free_res_list(res);
}
+ free_res_list(res);
}

/* VGA */
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/hwinfo-15.10/src/ids/src/special
new/hwinfo-15.11/src/ids/src/special
--- old/hwinfo-15.10/src/ids/src/special 2008-10-08 11:54:39.000000000
+0200
+++ new/hwinfo-15.11/src/ids/src/special 2008-10-15 17:54:14.000000000
+0200
@@ -421,13 +421,6 @@


# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-# non-pci ide interface
-
- vendor.id special 0x3000
-&device.id special 0x1000
-+driver.module.modprobe ide-generic
-
-# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# sbus cards

vendor.id special 0x4001
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/hwinfo-15.10/VERSION new/hwinfo-15.11/VERSION
--- old/hwinfo-15.10/VERSION 2008-10-08 13:42:00.000000000 +0200
+++ new/hwinfo-15.11/VERSION 2008-10-15 17:56:32.000000000 +0200
@@ -1 +1 @@
-15.10
+15.11


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread