Hello community, here is the log from the commit of package hwinfo for openSUSE:Factory checked in at 2016-11-12 12:59:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-11-11 14:30:35.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.hwinfo.new/hwinfo.changes 2016-11-12 12:59:56.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Nov 11 14:54:40 UTC 2016 - [email protected] + +- ensure network devices have a bus_id (bsc#1007172) +- 21.35 + +------------------------------------------------------------------- Old: ---- hwinfo-21.34.tar.xz New: ---- hwinfo-21.35.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hwinfo.spec ++++++ --- /var/tmp/diff_new_pack.BZNU6z/_old 2016-11-12 12:59:56.000000000 +0100 +++ /var/tmp/diff_new_pack.BZNU6z/_new 2016-11-12 12:59:56.000000000 +0100 @@ -36,7 +36,7 @@ Group: Hardware/Other # Until migration to github this should be correct url Url: http://gitorious.org/opensuse/hwinfo -Version: 21.34 +Version: 21.35 Release: 0 Source: %{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ hwinfo-21.34.tar.xz -> hwinfo-21.35.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hwinfo-21.34/VERSION new/hwinfo-21.35/VERSION --- old/hwinfo-21.34/VERSION 2016-11-09 15:51:34.000000000 +0100 +++ new/hwinfo-21.35/VERSION 2016-11-11 15:53:27.000000000 +0100 @@ -1 +1 @@ -21.34 +21.35 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hwinfo-21.34/changelog new/hwinfo-21.35/changelog --- old/hwinfo-21.34/changelog 2016-11-09 15:51:34.000000000 +0100 +++ new/hwinfo-21.35/changelog 2016-11-11 15:53:27.000000000 +0100 @@ -1,3 +1,6 @@ +2016-11-11: 21.35 + - ensure network devices have a bus_id (bsc #1007172) + 2016-11-09: 21.34 - update usb ids - update script to parse usb id list correctly diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hwinfo-21.34/src/hd/pci.c new/hwinfo-21.35/src/hd/pci.c --- old/hwinfo-21.34/src/hd/pci.c 2016-11-09 15:51:34.000000000 +0100 +++ new/hwinfo-21.35/src/hd/pci.c 2016-11-11 15:53:27.000000000 +0100 @@ -429,6 +429,7 @@ for(; net_ifs2; net_ifs2 = net_ifs2->next) { hd2 = add_hd_entry(hd_data, __LINE__, 0); hd2->sysfs_id = new_str(hd->sysfs_id); + hd2->sysfs_bus_id = new_str(hd->sysfs_bus_id); if(hd->drivers) { add_str_list(&hd2->drivers, hd->drivers->str); }
