Hello community,

here is the log from the commit of package gnome-nettool for openSUSE:Factory 
checked in at 2014-05-20 14:25:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      
2013-06-17 10:08:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-nettool.new/gnome-nettool.changes 
2014-05-20 14:27:28.000000000 +0200
@@ -1,0 +2,6 @@
+Wed May 14 08:52:22 UTC 2014 - g...@suse.com
+
+- Add gnome-nettool-bnc866643-predictable-name.patch to match the
+  predictable device name (bnc#866643)
+
+-------------------------------------------------------------------

New:
----
  gnome-nettool-bnc866643-predictable-name.patch

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

Other differences:
------------------
++++++ gnome-nettool.spec ++++++
--- /var/tmp/diff_new_pack.chAcw6/_old  2014-05-20 14:27:29.000000000 +0200
+++ /var/tmp/diff_new_pack.chAcw6/_new  2014-05-20 14:27:29.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-nettool
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@
 Group:          System/GUI/GNOME
 Url:            http://www.gnome.org
 Source:         
http://download.gnome.org/sources/gnome-nettool/3.8/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gnome-nettool-bnc866643-predictable-name.patch bnc#866643 
g...@suse.com -- Detect the predictable network device name
+Patch1:         gnome-nettool-bnc866643-predictable-name.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
@@ -52,6 +54,7 @@
 %lang_package
 %prep
 %setup -q
+%patch1 -p1
 translation-update-upstream
 
 %build

++++++ gnome-nettool-bnc866643-predictable-name.patch ++++++
diff --git a/src/info.c b/src/info.c
index 4a5ebfb..9094425 100644
--- a/src/info.c
+++ b/src/info.c
@@ -59,7 +59,8 @@ static InfoInterfaceDescription info_iface_desc [] = {
        /*  Interface Name                 Interface Type           icon        
  Device prefix  Pixbuf  */
        { N_("Other type"),              INFO_INTERFACE_OTHER,   "network.png", 
    "other_type", NULL },
        { N_("Ethernet Interface"),      INFO_INTERFACE_ETH,     
"16_ethernet.xpm", "eth",        NULL },
-       { N_("Wireless Interface"),      INFO_INTERFACE_WLAN,    
"wavelan-16.png",  "wlan",       NULL },
+       { N_("Ethernet Interface"),      INFO_INTERFACE_ETH,     
"16_ethernet.xpm", "en",         NULL },
+       { N_("Wireless Interface"),      INFO_INTERFACE_WLAN,    
"wavelan-16.png",  "wl",         NULL },
        { 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 },
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to