Hello community,

here is the log from the commit of package gnome-nettool for openSUSE:Factory 
checked in at 2016-07-12 23:48:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-nettool (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-nettool.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-nettool"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-nettool/gnome-nettool.changes      
2014-06-18 07:52:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-nettool.new/gnome-nettool.changes 
2016-07-12 23:48:59.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Jun 30 09:07:03 UTC 2016 - dims...@opensuse.org
+
+- Add gnome-nettool-bsc977225-Infiniband.patch: Add new network
+  type: infiniband (bsc#977225, bgo#768235).
+
+-------------------------------------------------------------------

New:
----
  gnome-nettool-bsc977225-Infiniband.patch

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

Other differences:
------------------
++++++ gnome-nettool.spec ++++++
--- /var/tmp/diff_new_pack.VD9XQV/_old  2016-07-12 23:49:00.000000000 +0200
+++ /var/tmp/diff_new_pack.VD9XQV/_new  2016-07-12 23:49:00.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-nettool
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -28,6 +28,8 @@
 Patch1:         gnome-nettool-bnc866643-predictable-name.patch
 # PATCH-FIX-UPSTREAM gnome-nettool-bnc879122.patch bnc#879122 sree...@suse.com 
-- Fix corrupted ping display
 Patch2:         gnome-nettool-bnc879122.patch
+# PATCH-FIX-UPSTREAM gnome-nettool-bsc977225-Infiniband.patch bsc#977225 
bgo#768235 dims...@opensuse.org -- Add new network type: infiniband
+Patch3:         gnome-nettool-bsc977225-Infiniband.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
@@ -58,6 +60,7 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 translation-update-upstream
 
 %build

++++++ gnome-nettool-bsc977225-Infiniband.patch ++++++
From: Dominique Leuenberger <dims...@opensuse.org>
Subject: Add new network interface type: Infiniband
Date: Thu Jun 30 2016 - 11:04:03 CEST
X-Bugref: https://bugzilla.suse.com/show_bug.cgi?id=977225


Index: gnome-nettool-3.8.1/src/info.c
===================================================================
--- gnome-nettool-3.8.1.orig/src/info.c
+++ gnome-nettool-3.8.1/src/info.c
@@ -64,8 +64,9 @@ static InfoInterfaceDescription info_ifa
        { N_("Modem Interface"),         INFO_INTERFACE_PPP,     "16_ppp.xpm",  
    "ppp",        NULL },
        { N_("Parallel Line Interface"), INFO_INTERFACE_PLIP,    "16_plip.xpm", 
    "plip",       NULL },
        { N_("Infrared Interface"),      INFO_INTERFACE_IRLAN,   "irda-16.png", 
    "irlan",      NULL },
+       { N_("Infiniband Interface"),    INFO_INTERFACE_IB,      "network.png", 
    "ib",         NULL },
        { N_("Loopback Interface"),      INFO_INTERFACE_LO,      
"16_loopback.xpm", "lo",         NULL },
        { N_("Unknown Interface"),       INFO_INTERFACE_UNKNOWN, "network.png", 
    "",         NULL },
        { NULL,                          INFO_INTERFACE_UNKNOWN,  NULL,         
    NULL,         NULL }
 };
 
Index: gnome-nettool-3.8.1/src/info.h
===================================================================
--- gnome-nettool-3.8.1.orig/src/info.h
+++ gnome-nettool-3.8.1/src/info.h
@@ -36,6 +36,7 @@ typedef enum {
           INFO_INTERFACE_PPP,
           INFO_INTERFACE_PLIP,
           INFO_INTERFACE_IRLAN,
+          INFO_INTERFACE_IB,
           INFO_INTERFACE_LO,
           INFO_INTERFACE_UNKNOWN
 } InfoInterfaceType;

Reply via email to