Hello community,

here is the log from the commit of package NetworkManager-gnome for 
openSUSE:Factory checked in at 2014-07-24 06:58:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/NetworkManager-gnome (Old)
 and      /work/SRC/openSUSE:Factory/.NetworkManager-gnome.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "NetworkManager-gnome"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/NetworkManager-gnome/NetworkManager-gnome.changes    
    2014-04-26 10:09:02.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-gnome.new/NetworkManager-gnome.changes
   2014-07-24 06:58:26.000000000 +0200
@@ -1,0 +2,25 @@
+Tue Jul 15 09:51:28 UTC 2014 - g...@suse.com
+
+- Rebase nm-applet-probe-radius-server-cert.patch.
+
+-------------------------------------------------------------------
+Wed Jul  9 20:29:31 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.9.10.0:
+  + Added controls for IPv6 privacy extensions.
+  + Added support for VPN hints for new/additional secrets during
+    connection.
+  + Added support for Data Center Bridging and FibreChannel over
+    Ethernet configuration.
+  + Improved connections to new hidden WiFi networks.
+  + Allow slaves VLANs/slaves of more device types.
+  + Added support for changing password flags.
+  + Passwords/secrets now default to user-agent storage instead of
+    system-wide storage.
+  + Added support for editing Team connections.
+  + Rework CA certificate warnings to be less annoying.
+- Rebase nm-applet-private-connection.patch.
+- Disable nm-applet-probe-radius-server-cert.patch: needs further
+  investigation.
+
+-------------------------------------------------------------------

Old:
----
  network-manager-applet-0.9.8.10.tar.xz

New:
----
  network-manager-applet-0.9.10.0.tar.xz

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

Other differences:
------------------
++++++ NetworkManager-gnome.spec ++++++
--- /var/tmp/diff_new_pack.TkzWz2/_old  2014-07-24 06:58:28.000000000 +0200
+++ /var/tmp/diff_new_pack.TkzWz2/_new  2014-07-24 06:58:28.000000000 +0200
@@ -18,7 +18,7 @@
 
 Name:           NetworkManager-gnome
 Url:            http://www.gnome.org/projects/NetworkManager/
-Version:        0.9.8.10
+Version:        0.9.10.0
 Release:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  dbus-1-devel
@@ -34,12 +34,12 @@
 BuildRequires:  polkit-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(NetworkManager) >= 0.9.8
+BuildRequires:  pkgconfig(NetworkManager) >= 0.9.9.95
 BuildRequires:  pkgconfig(gudev-1.0) >= 147
 BuildRequires:  pkgconfig(iso-codes)
-BuildRequires:  pkgconfig(libnm-glib) >= 0.9.8
-BuildRequires:  pkgconfig(libnm-glib-vpn) >= 0.9.8
-BuildRequires:  pkgconfig(libnm-util) >= 0.9.8
+BuildRequires:  pkgconfig(libnm-glib) >= 0.9.9.95
+BuildRequires:  pkgconfig(libnm-glib-vpn) >= 0.9.9.95
+BuildRequires:  pkgconfig(libnm-util) >= 0.9.9.95
 BuildRequires:  pkgconfig(libsecret-unstable)
 BuildRequires:  pkgconfig(mm-glib)
 Summary:        GNOME applications for use with NetworkManager

++++++ network-manager-applet-0.9.8.10.tar.xz -> 
network-manager-applet-0.9.10.0.tar.xz ++++++
++++ 167098 lines of diff (skipped)

++++++ nm-applet-private-connection.patch ++++++
--- /var/tmp/diff_new_pack.TkzWz2/_old  2014-07-24 06:58:29.000000000 +0200
+++ /var/tmp/diff_new_pack.TkzWz2/_new  2014-07-24 06:58:29.000000000 +0200
@@ -24,34 +24,34 @@
  src/utils/utils.h                   |  2 ++
  12 files changed, 189 insertions(+), 1 deletion(-)
 
-diff --git a/configure.ac b/configure.ac
-index 7db3018..c5ea4c6 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -104,6 +104,10 @@ PKG_CHECK_MODULES(NMA,
-                libnm-glib-vpn >= 0.9.8
-                gmodule-export-2.0])
+Index: network-manager-applet-0.9.10.0/configure.ac
+===================================================================
+--- network-manager-applet-0.9.10.0.orig/configure.ac
++++ network-manager-applet-0.9.10.0/configure.ac
+@@ -82,6 +82,10 @@ PKG_CHECK_MODULES(NMA,
+ 
+ NMA_CFLAGS="$NMA_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_32"
  
 +PKG_CHECK_MODULES(POLKIT, [polkit-gobject-1])
 +AC_SUBST(POLKIT_CFLAGS)
 +AC_SUBST(POLKIT_LIBS)
 +
- # With recent glib, defining GLIB_VERSION_MIN_REQUIRED avoids
- # deprecation warnings for recently-deprecated functions (eg,
- # GValueArray stuff). We say GLIB_VERSION_2_26 because there
-diff --git a/src/applet-device-ethernet.c b/src/applet-device-ethernet.c
-index 6e63dcb..d9176c8 100644
---- a/src/applet-device-ethernet.c
-+++ b/src/applet-device-ethernet.c
+ AC_MSG_CHECKING([whether to build nm-applet-migration-tool])
+ AC_ARG_ENABLE([migration],
+             [AS_HELP_STRING([--disable-migration], [Don't build migration 
tool for NM <= 0.8 settings])],
+Index: network-manager-applet-0.9.10.0/src/applet-device-ethernet.c
+===================================================================
+--- network-manager-applet-0.9.10.0.orig/src/applet-device-ethernet.c
++++ network-manager-applet-0.9.10.0/src/applet-device-ethernet.c
 @@ -40,6 +40,7 @@
  #include "applet-device-ethernet.h"
  #include "ethernet-dialog.h"
  #include "nm-ui-utils.h"
 +#include "utils.h"
  
- typedef struct {
-       NMApplet *applet;
-@@ -86,6 +87,12 @@ ethernet_new_auto_connection (NMDevice *device,
+ #define DEFAULT_ETHERNET_NAME _("Auto Ethernet")
+ 
+@@ -68,6 +69,12 @@ ethernet_new_auto_connection (NMDevice *
                      NM_SETTING_CONNECTION_UUID, uuid,
                      NULL);
        g_free (uuid);
@@ -64,11 +64,11 @@
  
        nm_connection_add_setting (connection, NM_SETTING (s_con));
  
-diff --git a/src/applet-device-wifi.c b/src/applet-device-wifi.c
-index fa3d618..edf9053 100644
---- a/src/applet-device-wifi.c
-+++ b/src/applet-device-wifi.c
-@@ -461,6 +461,18 @@ _do_new_auto_connection (NMApplet *applet,
+Index: network-manager-applet-0.9.10.0/src/applet-device-wifi.c
+===================================================================
+--- network-manager-applet-0.9.10.0.orig/src/applet-device-wifi.c
++++ network-manager-applet-0.9.10.0/src/applet-device-wifi.c
+@@ -442,6 +442,18 @@ _do_new_auto_connection (NMApplet *apple
                nm_connection_add_setting (connection, NM_SETTING (s_8021x));
        }
  
@@ -87,10 +87,10 @@
        /* If it's an 802.1x connection, we need more information, so pop up the
         * Dialog Of Doom.
         */
-diff --git a/src/applet-device-wimax.c b/src/applet-device-wimax.c
-index a870c48..f2a5642 100644
---- a/src/applet-device-wimax.c
-+++ b/src/applet-device-wimax.c
+Index: network-manager-applet-0.9.10.0/src/applet-device-wimax.c
+===================================================================
+--- network-manager-applet-0.9.10.0.orig/src/applet-device-wimax.c
++++ network-manager-applet-0.9.10.0/src/applet-device-wimax.c
 @@ -39,6 +39,7 @@
  #include "nma-marshal.h"
  #include "mb-menu-item.h"
@@ -99,7 +99,7 @@
  
  #define ACTIVE_NSP_TAG "active-nsp"
  
-@@ -94,6 +95,12 @@ wimax_new_auto_connection (NMDevice *device,
+@@ -94,6 +95,12 @@ wimax_new_auto_connection (NMDevice *dev
                                  NM_SETTING_CONNECTION_UUID, uuid,
                                  NULL);
        g_free (uuid);
@@ -112,11 +112,11 @@
  
        nm_connection_add_setting (connection, NM_SETTING (s_con));
  
-diff --git a/src/connection-editor/Makefile.am 
b/src/connection-editor/Makefile.am
-index 4cc9005..3b6d121 100644
---- a/src/connection-editor/Makefile.am
-+++ b/src/connection-editor/Makefile.am
-@@ -11,6 +11,7 @@ nm_connection_editor_CPPFLAGS = \
+Index: network-manager-applet-0.9.10.0/src/connection-editor/Makefile.am
+===================================================================
+--- network-manager-applet-0.9.10.0.orig/src/connection-editor/Makefile.am
++++ network-manager-applet-0.9.10.0/src/connection-editor/Makefile.am
+@@ -12,6 +12,7 @@ nm_connection_editor_CPPFLAGS = \
        -DDATADIR=\""$(datadir)"\" \
        -DNMALOCALEDIR=\"$(datadir)/locale\" \
        $(DBUS_CFLAGS) \
@@ -124,7 +124,7 @@
        $(DISABLE_DEPRECATED) \
        -I${top_srcdir}/src/utils \
        -I${top_srcdir}/src/wireless-security \
-@@ -84,6 +85,7 @@ nm_connection_editor_LDADD = \
+@@ -91,6 +92,7 @@ nm_connection_editor_LDADD = \
        ${top_builddir}/src/libnm-gtk/libnm-gtk.la \
        $(GTK_LIBS) \
        $(NMA_LIBS) \
@@ -132,10 +132,10 @@
        -lm
  
  uidir = $(datadir)/nm-applet
-diff --git a/src/connection-editor/ce-page.c b/src/connection-editor/ce-page.c
-index 1dbee85..9b533be 100644
---- a/src/connection-editor/ce-page.c
-+++ b/src/connection-editor/ce-page.c
+Index: network-manager-applet-0.9.10.0/src/connection-editor/ce-page.c
+===================================================================
+--- network-manager-applet-0.9.10.0.orig/src/connection-editor/ce-page.c
++++ network-manager-applet-0.9.10.0/src/connection-editor/ce-page.c
 @@ -29,6 +29,8 @@
  
  #include <glib/gi18n.h>
@@ -145,7 +145,7 @@
  #include <nm-setting-connection.h>
  #include <nm-utils.h>
  
-@@ -534,6 +536,44 @@ ce_page_class_init (CEPageClass *page_class)
+@@ -531,6 +533,44 @@ ce_page_class_init (CEPageClass *page_cl
                              G_TYPE_NONE, 1, G_TYPE_POINTER);
  }
  
@@ -190,7 +190,7 @@
  
  NMConnection *
  ce_page_new_connection (const char *format,
-@@ -568,6 +608,13 @@ ce_page_new_connection (const char *format,
+@@ -565,6 +605,13 @@ ce_page_new_connection (const char *form
        g_free (uuid);
        g_free (id);
  
@@ -204,10 +204,10 @@
        return connection;
  }
  
-diff --git a/src/gnome-bluetooth/Makefile.am b/src/gnome-bluetooth/Makefile.am
-index dbf5373..b25070c 100644
---- a/src/gnome-bluetooth/Makefile.am
-+++ b/src/gnome-bluetooth/Makefile.am
+Index: network-manager-applet-0.9.10.0/src/gnome-bluetooth/Makefile.am
+===================================================================
+--- network-manager-applet-0.9.10.0.orig/src/gnome-bluetooth/Makefile.am
++++ network-manager-applet-0.9.10.0/src/gnome-bluetooth/Makefile.am
 @@ -7,6 +7,7 @@ INCLUDES = \
        -I${top_srcdir}/src/utils \
        -I${top_srcdir}/src/libnm-gtk \
@@ -224,10 +224,10 @@
        $(GNOME_BLUETOOTH_LIBS)
  
  if WITH_MODEM_MANAGER_1
-diff --git a/src/gnome-bluetooth/nma-bt-device.c 
b/src/gnome-bluetooth/nma-bt-device.c
-index 512c5cc..a1d86b1 100644
---- a/src/gnome-bluetooth/nma-bt-device.c
-+++ b/src/gnome-bluetooth/nma-bt-device.c
+Index: network-manager-applet-0.9.10.0/src/gnome-bluetooth/nma-bt-device.c
+===================================================================
+--- network-manager-applet-0.9.10.0.orig/src/gnome-bluetooth/nma-bt-device.c
++++ network-manager-applet-0.9.10.0/src/gnome-bluetooth/nma-bt-device.c
 @@ -34,6 +34,8 @@
  #include <glib.h>
  #include <glib/gi18n-lib.h>
@@ -237,7 +237,7 @@
  #include <nm-remote-settings.h>
  #include <nm-remote-connection.h>
  
-@@ -239,6 +241,44 @@ recheck_services_enabled (NmaBtDevice *self)
+@@ -227,6 +229,44 @@ recheck_services_enabled (NmaBtDevice *s
  }
  
  /*********************************************************************/
@@ -282,7 +282,7 @@
  
  const char *
  nma_bt_device_get_bdaddr (NmaBtDevice *device)
-@@ -380,6 +420,12 @@ dun_new_cdma (NMAMobileWizardAccessMethod *method)
+@@ -368,6 +408,12 @@ dun_new_cdma (NMAMobileWizardAccessMetho
                      NULL);
        g_free (uuid);
        g_free (id);
@@ -295,7 +295,7 @@
        nm_connection_add_setting (connection, setting);
  
        return connection;
-@@ -426,6 +472,12 @@ dun_new_gsm (NMAMobileWizardAccessMethod *method)
+@@ -414,6 +460,12 @@ dun_new_gsm (NMAMobileWizardAccessMethod
                      NULL);
        g_free (uuid);
        g_free (id);
@@ -308,7 +308,7 @@
        nm_connection_add_setting (connection, setting);
  
        return connection;
-@@ -1011,6 +1063,12 @@ add_pan_connection (NmaBtDevice *self)
+@@ -983,6 +1035,12 @@ add_pan_connection (NmaBtDevice *self)
                      NULL);
        g_free (id);
        g_free (uuid);
@@ -321,11 +321,11 @@
        nm_connection_add_setting (connection, setting);
  
        /* The Bluetooth settings */
-diff --git a/src/mobile-helpers.c b/src/mobile-helpers.c
-index 4c1db5f..d1997ad 100644
---- a/src/mobile-helpers.c
-+++ b/src/mobile-helpers.c
-@@ -210,6 +210,12 @@ mobile_wizard_done (NMAMobileWizard *wizard,
+Index: network-manager-applet-0.9.10.0/src/mobile-helpers.c
+===================================================================
+--- network-manager-applet-0.9.10.0.orig/src/mobile-helpers.c
++++ network-manager-applet-0.9.10.0/src/mobile-helpers.c
+@@ -210,6 +210,12 @@ mobile_wizard_done (NMAMobileWizard *wiz
                              NULL);
                g_free (uuid);
                g_free (id);
@@ -338,11 +338,11 @@
                nm_connection_add_setting (connection, setting);
        }
  
-diff --git a/src/utils/Makefile.am b/src/utils/Makefile.am
-index 1a3308c..bf028cc 100644
---- a/src/utils/Makefile.am
-+++ b/src/utils/Makefile.am
-@@ -9,7 +9,8 @@ libutils_la_SOURCES = \
+Index: network-manager-applet-0.9.10.0/src/utils/Makefile.am
+===================================================================
+--- network-manager-applet-0.9.10.0.orig/src/utils/Makefile.am
++++ network-manager-applet-0.9.10.0/src/utils/Makefile.am
+@@ -10,7 +10,8 @@ libutils_la_SOURCES = \
  libutils_la_CPPFLAGS = \
        $(GTK_CFLAGS) \
        $(NMA_CFLAGS) \
@@ -352,10 +352,10 @@
  
 -libutils_la_LIBADD = $(GTK_LIBS) $(NMA_LIBS)
 +libutils_la_LIBADD = $(GTK_LIBS) $(NMA_LIBS) $(POLKIT_LIBS)
-diff --git a/src/utils/utils.c b/src/utils/utils.c
-index 00f8596..8b7e68c 100644
---- a/src/utils/utils.c
-+++ b/src/utils/utils.c
+Index: network-manager-applet-0.9.10.0/src/utils/utils.c
+===================================================================
+--- network-manager-applet-0.9.10.0.orig/src/utils/utils.c
++++ network-manager-applet-0.9.10.0/src/utils/utils.c
 @@ -27,6 +27,8 @@
  #include <glib/gi18n.h>
  #include <gtk/gtk.h>
@@ -365,7 +365,7 @@
  #include <nm-setting-connection.h>
  #include <nm-utils.h>
  
-@@ -209,3 +211,41 @@ utils_show_error_dialog (const char *title,
+@@ -470,3 +472,41 @@ utils_update_password_storage (NMSetting
        }
  }
  
@@ -407,18 +407,15 @@
 +
 +      return is_authorized;
 +}
-diff --git a/src/utils/utils.h b/src/utils/utils.h
-index 0da159a..f2d2beb 100644
---- a/src/utils/utils.h
-+++ b/src/utils/utils.h
-@@ -59,5 +59,7 @@ typedef enum  {
-       NMA_ERROR_GENERIC
- } NMAError;
+Index: network-manager-applet-0.9.10.0/src/utils/utils.h
+===================================================================
+--- network-manager-applet-0.9.10.0.orig/src/utils/utils.h
++++ network-manager-applet-0.9.10.0/src/utils/utils.h
+@@ -84,5 +84,7 @@ void utils_update_password_storage (NMSe
+                                     GtkWidget *passwd_entry,
+                                     const char *password_flags_name);
  
 +gboolean utils_system_connection_authorized (void);
 +
  #endif /* UTILS_H */
  
--- 
-1.8.1.4
-

++++++ nm-applet-probe-radius-server-cert.patch ++++++
++++ 1461 lines (skipped)
++++ between 
/work/SRC/openSUSE:Factory/NetworkManager-gnome/nm-applet-probe-radius-server-cert.patch
++++ and 
/work/SRC/openSUSE:Factory/.NetworkManager-gnome.new/nm-applet-probe-radius-server-cert.patch

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to