Hello community,

here is the log from the commit of package hwinfo for openSUSE:Factory checked 
in at 2017-04-11 09:30:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hwinfo (Old)
 and      /work/SRC/openSUSE:Factory/.hwinfo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hwinfo"

Tue Apr 11 09:30:12 2017 rev:150 rq:486334 version:21.39

Changes:
--------
--- /work/SRC/openSUSE:Factory/hwinfo/hwinfo.changes    2016-12-09 
09:35:25.844235518 +0100
+++ /work/SRC/openSUSE:Factory/.hwinfo.new/hwinfo.changes       2017-04-11 
09:30:15.583395646 +0200
@@ -1,0 +2,11 @@
+Fri Apr  7 10:29:25 CEST 2017 - snw...@suse.de
+
+- sanitize changelog
+
+-------------------------------------------------------------------
+Wed Apr  5 11:44:32 UTC 2017 - snw...@suse.com
+
+- powerpc: support ibmvnic network interfaces (bsc#1031676)
+- 21.39
+
+-------------------------------------------------------------------
@@ -145 +156 @@
-- Expose more properties to all devices in /proc/device-tree/vpd
+- Expose more properties to all devices in /proc/device-tree/vpd (bsc#941288)

Old:
----
  hwinfo-21.38.tar.xz

New:
----
  hwinfo-21.39.tar.xz

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

Other differences:
------------------
++++++ hwinfo.spec ++++++
--- /var/tmp/diff_new_pack.BgDzri/_old  2017-04-11 09:30:16.175312049 +0200
+++ /var/tmp/diff_new_pack.BgDzri/_new  2017-04-11 09:30:16.175312049 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hwinfo
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -36,7 +36,7 @@
 Group:          Hardware/Other
 # Until migration to github this should be correct url
 Url:            http://gitorious.org/opensuse/hwinfo
-Version:        21.38
+Version:        21.39
 Release:        0
 Source:         %{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ hwinfo-21.38.tar.xz -> hwinfo-21.39.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.38/VERSION new/hwinfo-21.39/VERSION
--- old/hwinfo-21.38/VERSION    2016-12-05 16:05:31.000000000 +0100
+++ new/hwinfo-21.39/VERSION    2017-04-05 13:43:07.000000000 +0200
@@ -1 +1 @@
-21.38
+21.39
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.38/changelog new/hwinfo-21.39/changelog
--- old/hwinfo-21.38/changelog  2016-12-05 16:05:31.000000000 +0100
+++ new/hwinfo-21.39/changelog  2017-04-05 13:43:07.000000000 +0200
@@ -1,3 +1,6 @@
+2017-04-05:    21.39
+       - powerpc: support ibmvnic network interfaces (bsc #1031676)
+
 2016-12-05:    21.38
        - increase version
        - simplify code in smbios_get_info()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.38/src/hd/pci.c 
new/hwinfo-21.39/src/hd/pci.c
--- old/hwinfo-21.38/src/hd/pci.c       2016-12-05 16:05:31.000000000 +0100
+++ new/hwinfo-21.39/src/hd/pci.c       2017-04-05 13:43:07.000000000 +0200
@@ -843,6 +843,7 @@
     if(
       vio_name && (
         !strcmp(vio_name, "l-lan") || /* pseries && iseries */
+        !strcmp(vio_name, "vnic") || /* ibmvnic */
         !strcmp(vio_name, "viodasd") || /* iseries */
         !strcmp(vio_name, "viocd") || /* iseries */
         !strcmp(vio_name, "vfc-client") || /* ibmvfc */
@@ -855,7 +856,7 @@
 
       hd->vendor.id = MAKE_ID(TAG_SPECIAL, 0x6001);
 
-      if(!strcmp(vio_name, "l-lan")) {
+      if(!strcmp(vio_name, "l-lan") || !strcmp(vio_name, "vnic")) {
         hd->base_class.id = bc_network;
         hd->sub_class.id = 0;  /* ethernet */
         hd->slot = eth_cnt++;


Reply via email to