Hello community, here is the log from the commit of package hwinfo for openSUSE:Factory checked in at 2014-04-26 19:34:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hwinfo (Old) and /work/SRC/openSUSE:Factory/.hwinfo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "hwinfo" Changes: -------- --- /work/SRC/openSUSE:Factory/hwinfo/hwinfo.changes 2014-03-31 20:43:32.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.hwinfo.new/hwinfo.changes 2014-04-26 19:34:12.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Apr 25 10:17:15 CEST 2014 - snwint@suse.de + +- don't dump netcard eeprom by default (bnc #875021) +- 21.4 + +------------------------------------------------------------------- Old: ---- hwinfo-21.3.tar.bz2 New: ---- hwinfo-21.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hwinfo.spec ++++++ --- /var/tmp/diff_new_pack.mVhv4I/_old 2014-04-26 19:34:12.000000000 +0200 +++ /var/tmp/diff_new_pack.mVhv4I/_new 2014-04-26 19:34:13.000000000 +0200 @@ -36,9 +36,9 @@ Group: Hardware/Other # Until migration to github this should be correct url Url: http://gitorious.org/opensuse/hwinfo -Version: 21.3 +Version: 21.4 Release: 0 -Source: hwinfo-21.3.tar.bz2 +Source: hwinfo-21.4.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description ++++++ hwinfo-21.3.tar.bz2 -> hwinfo-21.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hwinfo-21.3/VERSION new/hwinfo-21.4/VERSION --- old/hwinfo-21.3/VERSION 2014-03-31 11:12:56.000000000 +0200 +++ new/hwinfo-21.4/VERSION 2014-04-25 10:17:11.000000000 +0200 @@ -1 +1 @@ -21.3 +21.4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hwinfo-21.3/changelog new/hwinfo-21.4/changelog --- old/hwinfo-21.3/changelog 2014-03-31 11:12:57.000000000 +0200 +++ new/hwinfo-21.4/changelog 2014-04-25 10:17:13.000000000 +0200 @@ -1,4 +1,7 @@ -2014-03-31: HEAD +2014-04-24: HEAD + - don't dump netcard eeprom by default (bnc #875021) + +2014-03-31: 21.3 - Merge pull request #3 from openSUSE/bnc853635 - Removed an unnecessary newline from dump_line call. - Removed an unnecessary newline from dump_line call. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hwinfo-21.3/src/hd/hd.c new/hwinfo-21.4/src/hd/hd.c --- old/hwinfo-21.3/src/hd/hd.c 2014-03-24 12:24:57.000000000 +0100 +++ new/hwinfo-21.4/src/hd/hd.c 2014-04-24 18:16:51.000000000 +0200 @@ -1835,7 +1835,6 @@ if(hd_probe_feature(hd_data, pr_bios_vram)) hd_data->flags.biosvram = 1; hd_set_probe_feature(hd_data, pr_bios_acpi); hd_set_probe_feature(hd_data, pr_modules_pata); - hd_set_probe_feature(hd_data, pr_net_eeprom); hd_data->flags.pata = hd_probe_feature(hd_data, pr_modules_pata) ? 1 : 0; hd_set_probe_feature(hd_data, pr_x86emu); if(!get_probe_val_list(hd_data, pr_x86emu)) { -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org