Mailinglist Archive: opensuse-commit (2129 mails)

< Previous Next >
commit hwinfo
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 14 Apr 2008 19:15:17 +0200
  • Message-id: <20080414171517.55959678168@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package hwinfo
checked in at Mon Apr 14 19:15:17 CEST 2008.


--------
--- hwinfo/hwinfo.changes 2008-03-20 13:05:44.000000000 +0100
+++ hwinfo/hwinfo.changes 2008-04-14 17:14:48.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Apr 14 17:14:40 CEST 2008 - snwint@xxxxxxx
+
+- disable old isa isdn card detection (bnc #359175)
+
+-------------------------------------------------------------------



Old:
----
hwinfo-14.11.tar.bz2

New:
----
hwinfo-14.12.tar.bz2

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

Other differences:
------------------
++++++ hwinfo.spec ++++++
--- /var/tmp/diff_new_pack.w26847/_old 2008-04-14 19:14:53.000000000 +0200
+++ /var/tmp/diff_new_pack.w26847/_new 2008-04-14 19:14:53.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package hwinfo (Version 14.11)
+# spec file for package hwinfo (Version 14.12)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -21,9 +21,9 @@
PreReq: /sbin/ldconfig %insserv_prereq %fillup_prereq
AutoReqProv: on
Summary: Hardware Library
-Version: 14.11
+Version: 14.12
Release: 1
-Source: hwinfo-14.11.tar.bz2
+Source: hwinfo-14.12.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
@@ -33,6 +33,7 @@


%package devel
+License: GPL v2 or later
Summary: Hardware Detection Library
Group: Development/Libraries/C and C++
Provides: libhddev
@@ -94,6 +95,8 @@
%doc doc/libhd/html

%changelog
+* Mon Apr 14 2008 snwint@xxxxxxx
+- disable old isa isdn card detection (bnc #359175)
* Thu Mar 20 2008 snwint@xxxxxxx
- fix mv643xx fix (bnc #359867)
* Wed Mar 19 2008 snwint@xxxxxxx
@@ -1899,7 +1902,7 @@
- a lot of ppc & sparc improvements
* Tue Mar 14 2000 snwint@xxxxxxx
- see ChangeLog
-* Wed Mar 08 2000 snwint@xxxxxxx
+* Thu Mar 09 2000 snwint@xxxxxxx
- adapted for release
* Wed Mar 08 2000 snwint@xxxxxxx
- see ChangeLog

++++++ hwinfo-14.11.tar.bz2 -> hwinfo-14.12.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/hwinfo-14.11/Changelog new/hwinfo-14.12/Changelog
--- old/hwinfo-14.11/Changelog 2008-03-20 13:03:28.000000000 +0100
+++ new/hwinfo-14.12/Changelog 2008-04-14 17:13:43.000000000 +0200
@@ -1,3 +1,6 @@
+14/4/2008: v14.12
+ - disable old isa isdn card detection (bnc #359175)
+
20/3/2008: v14.11
- fix mv643xx fix (bnc #359867)

diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/hwinfo-14.11/src/hd/hd.c new/hwinfo-14.12/src/hd/hd.c
--- old/hwinfo-14.11/src/hd/hd.c 2008-03-17 16:38:24.000000000 +0100
+++ new/hwinfo-14.12/src/hd/hd.c 2008-04-14 17:12:20.000000000 +0200
@@ -296,8 +296,8 @@
{ pr_parallel_lp, pr_parallel, 4|2|1, "parallel.lp" },
{ pr_parallel_zip, pr_parallel, 4|2|1, "parallel.zip" },
{ pr_parallel_imm, 0, 0, "parallel.imm" },
- { pr_isa, 0, 4|2|1, "isa" },
- { pr_isa_isdn, pr_isa, 4|2|1, "isa.isdn" },
+ { pr_isa, 0, 0, "isa" },
+ { pr_isa_isdn, pr_isa, 0, "isa.isdn" },
{ pr_isdn, 0, 4|2|1, "isdn" },
{ pr_kbd, 0, 8|4|2|1, "kbd" },
{ pr_prom, 0, 8|4|2|1, "prom" },
@@ -626,7 +626,7 @@
hd_set_probe_feature(hd_data, pr_pcmcia);
hd_set_probe_feature(hd_data, pr_isapnp);
hd_set_probe_feature(hd_data, pr_isapnp_mod);
- hd_set_probe_feature(hd_data, pr_isa_isdn);
+ // hd_set_probe_feature(hd_data, pr_isa_isdn);
hd_set_probe_feature(hd_data, pr_usb);
hd_set_probe_feature(hd_data, pr_isdn);
break;
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/hwinfo-14.11/VERSION new/hwinfo-14.12/VERSION
--- old/hwinfo-14.11/VERSION 2008-03-20 11:21:48.000000000 +0100
+++ new/hwinfo-14.12/VERSION 2008-04-14 17:12:25.000000000 +0200
@@ -1 +1 @@
-14.11
+14.12


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



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