Hello community, here is the log from the commit of package NetworkManager-gnome for openSUSE:Factory checked in at 2012-10-05 18:38:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/NetworkManager-gnome (Old) and /work/SRC/openSUSE:Factory/.NetworkManager-gnome.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "NetworkManager-gnome", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/NetworkManager-gnome/NetworkManager-gnome.changes 2012-06-29 11:33:18.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.NetworkManager-gnome.new/NetworkManager-gnome.changes 2012-10-05 18:38:32.000000000 +0200 @@ -1,0 +2,38 @@ +Mon Aug 13 08:41:50 UTC 2012 - [email protected] + +- Update to version 0.9.6.2: + + Fix GNOME Bluetooth plugin DUN modem detection and setup. + +------------------------------------------------------------------- +Tue Aug 7 18:20:32 UTC 2012 - [email protected] + +- Update to version 0.9.6.0: + + Only handle VPN secrets for GNOME Shell 3.3 and lower. + +------------------------------------------------------------------- +Tue Jul 24 07:33:55 UTC 2012 - [email protected] + +- Update to version 0.9.5.96: + + Recognize PKCS#12 certificates imported from Firefox + + Pre-fill CDMA username/password in the mobile broadband wizard. + +------------------------------------------------------------------- +Fri Jun 29 06:57:42 UTC 2012 - [email protected] + +- Update to version 0.9.5.95: + + Fixed UI mnemonics. + + Various crash and stability fixes. + + Allow appending DNS servers and domains in automatic addressing + mode. + + Fix defaults for PPP echo values. + + Show IPv6 addressing page for VPN plugins that support it. + + Port to GSettings and split out 0.8 -> 0.9 migration code into + standalone tool. +- Pass --disable-migration to configure: no supported openSUSE + version has NetworkManager <= 0.8 anymore, so we do not need the + migration tool. +- Replace gconf schema handling macros with glib variants. +- Drop gconf2-devel BuildRequires: without the migration tool, + there is no need to access gconf anymore. + +------------------------------------------------------------------- Old: ---- network-manager-applet-0.9.4.1.tar.xz New: ---- network-manager-applet-0.9.6.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ NetworkManager-gnome.spec ++++++ --- /var/tmp/diff_new_pack.3UCO8b/_old 2012-10-05 18:38:33.000000000 +0200 +++ /var/tmp/diff_new_pack.3UCO8b/_new 2012-10-05 18:38:33.000000000 +0200 @@ -18,14 +18,13 @@ Name: NetworkManager-gnome Url: http://www.gnome.org/projects/NetworkManager/ -Version: 0.9.4.1 +Version: 0.9.6.2 Release: 0 # FIXME: --disable-more-warnings should be dropped from configure when possible. Added with 0.9.2.0 for Gtk+ 3.3 build. BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: NetworkManager-devel >= 0.9.4 +BuildRequires: NetworkManager-devel >= 0.9.6 BuildRequires: dbus-1-devel BuildRequires: dbus-1-glib-devel -BuildRequires: gconf2-devel BuildRequires: gnome-bluetooth-devel # Needed for patch0 BuildRequires: gnome-common @@ -54,7 +53,7 @@ Requires: mobile-broadband-provider-info Requires: timezone Recommends: %{name}-lang -%gconf_schemas_prereq +%glib2_gsettings_schema_requires %description This package contains GNOME utilities and applications for use with @@ -87,7 +86,8 @@ %configure \ --disable-static \ --disable-maintainer-mode \ - --disable-more-warnings + --disable-more-warnings \ + --disable-migration %__make %{?_smp_mflags} %install @@ -96,35 +96,32 @@ %suse_update_desktop_file %{buildroot}%{_datadir}/applications/nm-applet.desktop %suse_update_desktop_file %{buildroot}%{_sysconfdir}/xdg/autostart/nm-applet.desktop %suse_update_desktop_file -r nm-connection-editor GTK GNOME System X-SuSE-ServiceConfiguration -%find_gconf_schemas %find_lang nm-applet %{?no_lang_C} cp -r nm-icons/* $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/ -%pre -f %{name}.schemas_pre - %post +%glib2_gsettings_schema_post %desktop_database_post %icon_theme_cache_post -%preun -f %{name}.schemas_preun - %postun +%glib2_gsettings_schema_postun %desktop_database_postun %icon_theme_cache_postun -%posttrans -f %{name}.schemas_posttrans - %post -n libnm-gtk0 -p /sbin/ldconfig %postun -n libnm-gtk0 -p /sbin/ldconfig -%files -f %{name}.schemas_list +%files %defattr(-,root,root) %doc COPYING ChangeLog NEWS AUTHORS README CONTRIBUTING %{_bindir}/nm-applet %{_bindir}/nm-connection-editor %{_libdir}/gnome-bluetooth/plugins/libnma.* %{_datadir}/nm-applet +%{_datadir}/GConf/gsettings/nm-applet.convert +%{_datadir}/glib-2.0/schemas/org.gnome.nm-applet.gschema.xml %{_datadir}/icons/hicolor/*/apps/*.png %{_datadir}/icons/hicolor/*/apps/*.svg %{_sysconfdir}/xdg/autostart/nm-applet.desktop ++++++ nm-applet-private-connection.patch ++++++ --- /var/tmp/diff_new_pack.3UCO8b/_old 2012-10-05 18:38:33.000000000 +0200 +++ /var/tmp/diff_new_pack.3UCO8b/_new 2012-10-05 18:38:33.000000000 +0200 @@ -24,11 +24,11 @@ src/utils/utils.h | 2 + 12 files changed, 190 insertions(+), 1 deletions(-) -Index: network-manager-applet-0.9.4.1/src/applet-device-cdma.c +Index: network-manager-applet-0.9.6.2/src/applet-device-cdma.c =================================================================== ---- network-manager-applet-0.9.4.1.orig/src/applet-device-cdma.c -+++ network-manager-applet-0.9.4.1/src/applet-device-cdma.c -@@ -148,6 +148,12 @@ mobile_wizard_done (NMAMobileWizard *wiz +--- network-manager-applet-0.9.6.2.orig/src/applet-device-cdma.c ++++ network-manager-applet-0.9.6.2/src/applet-device-cdma.c +@@ -145,6 +145,12 @@ mobile_wizard_done (NMAMobileWizard *wiz NULL); g_free (uuid); g_free (id); @@ -41,11 +41,11 @@ nm_connection_add_setting (connection, setting); } -Index: network-manager-applet-0.9.4.1/src/applet-device-gsm.c +Index: network-manager-applet-0.9.6.2/src/applet-device-gsm.c =================================================================== ---- network-manager-applet-0.9.4.1.orig/src/applet-device-gsm.c -+++ network-manager-applet-0.9.4.1/src/applet-device-gsm.c -@@ -177,6 +177,12 @@ mobile_wizard_done (NMAMobileWizard *wiz +--- network-manager-applet-0.9.6.2.orig/src/applet-device-gsm.c ++++ network-manager-applet-0.9.6.2/src/applet-device-gsm.c +@@ -175,6 +175,12 @@ mobile_wizard_done (NMAMobileWizard *wiz NULL); g_free (uuid); g_free (id); @@ -58,11 +58,11 @@ nm_connection_add_setting (connection, setting); } -Index: network-manager-applet-0.9.4.1/src/applet-device-wifi.c +Index: network-manager-applet-0.9.6.2/src/applet-device-wifi.c =================================================================== ---- network-manager-applet-0.9.4.1.orig/src/applet-device-wifi.c -+++ network-manager-applet-0.9.4.1/src/applet-device-wifi.c -@@ -462,6 +462,18 @@ _do_new_auto_connection (NMApplet *apple +--- network-manager-applet-0.9.6.2.orig/src/applet-device-wifi.c ++++ network-manager-applet-0.9.6.2/src/applet-device-wifi.c +@@ -460,6 +460,18 @@ _do_new_auto_connection (NMApplet *apple nm_connection_add_setting (connection, NM_SETTING (s_8021x)); } @@ -81,10 +81,10 @@ /* If it's an 802.1x connection, we need more information, so pop up the * Dialog Of Doom. */ -Index: network-manager-applet-0.9.4.1/src/applet-device-wimax.c +Index: network-manager-applet-0.9.6.2/src/applet-device-wimax.c =================================================================== ---- network-manager-applet-0.9.4.1.orig/src/applet-device-wimax.c -+++ network-manager-applet-0.9.4.1/src/applet-device-wimax.c +--- network-manager-applet-0.9.6.2.orig/src/applet-device-wimax.c ++++ network-manager-applet-0.9.6.2/src/applet-device-wimax.c @@ -94,6 +94,12 @@ wimax_new_auto_connection (NMDevice *dev NM_SETTING_CONNECTION_UUID, uuid, NULL); @@ -98,10 +98,10 @@ nm_connection_add_setting (connection, NM_SETTING (s_con)); -Index: network-manager-applet-0.9.4.1/src/applet-device-wired.c +Index: network-manager-applet-0.9.6.2/src/applet-device-wired.c =================================================================== ---- network-manager-applet-0.9.4.1.orig/src/applet-device-wired.c -+++ network-manager-applet-0.9.4.1/src/applet-device-wired.c +--- network-manager-applet-0.9.6.2.orig/src/applet-device-wired.c ++++ network-manager-applet-0.9.6.2/src/applet-device-wired.c @@ -86,6 +86,12 @@ wired_new_auto_connection (NMDevice *dev NM_SETTING_CONNECTION_UUID, uuid, NULL); @@ -115,10 +115,10 @@ nm_connection_add_setting (connection, NM_SETTING (s_con)); -Index: network-manager-applet-0.9.4.1/src/connection-editor/Makefile.am +Index: network-manager-applet-0.9.6.2/src/connection-editor/Makefile.am =================================================================== ---- network-manager-applet-0.9.4.1.orig/src/connection-editor/Makefile.am -+++ network-manager-applet-0.9.4.1/src/connection-editor/Makefile.am +--- network-manager-applet-0.9.6.2.orig/src/connection-editor/Makefile.am ++++ network-manager-applet-0.9.6.2/src/connection-editor/Makefile.am @@ -12,6 +12,7 @@ nm_connection_editor_CPPFLAGS = \ -DDATADIR=\""$(datadir)"\" \ -DNMALOCALEDIR=\"$(datadir)/locale\" \ @@ -135,10 +135,10 @@ -lm uidir = $(datadir)/nm-applet -Index: network-manager-applet-0.9.4.1/src/connection-editor/ce-page.c +Index: network-manager-applet-0.9.6.2/src/connection-editor/ce-page.c =================================================================== ---- network-manager-applet-0.9.4.1.orig/src/connection-editor/ce-page.c -+++ network-manager-applet-0.9.4.1/src/connection-editor/ce-page.c +--- network-manager-applet-0.9.6.2.orig/src/connection-editor/ce-page.c ++++ network-manager-applet-0.9.6.2/src/connection-editor/ce-page.c @@ -29,6 +29,8 @@ #include <glib/gi18n.h> @@ -207,10 +207,10 @@ return connection; } -Index: network-manager-applet-0.9.4.1/src/gnome-bluetooth/Makefile.am +Index: network-manager-applet-0.9.6.2/src/gnome-bluetooth/Makefile.am =================================================================== ---- network-manager-applet-0.9.4.1.orig/src/gnome-bluetooth/Makefile.am -+++ network-manager-applet-0.9.4.1/src/gnome-bluetooth/Makefile.am +--- network-manager-applet-0.9.6.2.orig/src/gnome-bluetooth/Makefile.am ++++ network-manager-applet-0.9.6.2/src/gnome-bluetooth/Makefile.am @@ -7,6 +7,7 @@ INCLUDES = \ -I${top_srcdir}/src/utils \ -I${top_srcdir}/src/libnm-gtk \ @@ -219,7 +219,7 @@ $(DISABLE_DEPRECATED) \ $(WARN_CFLAGS) -@@ -25,6 +26,7 @@ libnma_la_LIBADD = \ +@@ -28,6 +29,7 @@ libnma_la_LIBADD = \ $(top_builddir)/src/marshallers/libmarshallers.la \ $(top_builddir)/src/utils/libutils.la \ $(top_builddir)/src/libnm-gtk/libnm-gtk.la \ @@ -227,20 +227,19 @@ $(GNOME_BLUETOOTH_LIBS) endif -Index: network-manager-applet-0.9.4.1/src/gnome-bluetooth/bt-widget.c +Index: network-manager-applet-0.9.6.2/src/gnome-bluetooth/bt-widget.c =================================================================== ---- network-manager-applet-0.9.4.1.orig/src/gnome-bluetooth/bt-widget.c -+++ network-manager-applet-0.9.4.1/src/gnome-bluetooth/bt-widget.c -@@ -48,6 +48,8 @@ - #include <dbus/dbus.h> - #include <dbus/dbus-glib.h> - +--- network-manager-applet-0.9.6.2.orig/src/gnome-bluetooth/bt-widget.c ++++ network-manager-applet-0.9.6.2/src/gnome-bluetooth/bt-widget.c +@@ -34,6 +34,7 @@ + #include <bluetooth-client.h> + #include <nm-remote-settings.h> + #include <nm-remote-connection.h> +#include <polkit/polkit.h> -+ - #include "nma-marshal.h" - #include "nm-mobile-wizard.h" -@@ -187,6 +189,45 @@ get_device_iter (GtkTreeModel *model, co + #include "nma-bt-device.h" + +@@ -162,6 +163,45 @@ get_device_iter (GtkTreeModel *model, co return FALSE; } @@ -286,66 +285,12 @@ /*******************************************************************/ static void -@@ -256,6 +297,12 @@ add_pan_connection (PluginInfo *info) - NULL); - g_free (id); - g_free (uuid); -+ if (!polkit_system_connection_authorized ()) { -+ nm_setting_connection_add_permission ((NMSettingConnection *)setting, -+ "user", -+ g_get_user_name(), -+ NULL); -+ } - nm_connection_add_setting (connection, setting); - - /* The Bluetooth settings */ -@@ -421,6 +468,12 @@ dun_new_cdma (NMAMobileWizardAccessMetho - NULL); - g_free (uuid); - g_free (id); -+ if (!polkit_system_connection_authorized ()) { -+ nm_setting_connection_add_permission ((NMSettingConnection *)setting, -+ "user", -+ g_get_user_name(), -+ NULL); -+ } - nm_connection_add_setting (connection, setting); - - return connection; -@@ -470,6 +523,12 @@ dun_new_gsm (NMAMobileWizardAccessMethod - NULL); - g_free (uuid); - g_free (id); -+ if (!polkit_system_connection_authorized ()) { -+ nm_setting_connection_add_permission ((NMSettingConnection *)setting, -+ "user", -+ g_get_user_name(), -+ NULL); -+ } - nm_connection_add_setting (connection, setting); - - return connection; -Index: network-manager-applet-0.9.4.1/src/utils/Makefile.am +Index: network-manager-applet-0.9.6.2/src/utils/utils.c =================================================================== ---- network-manager-applet-0.9.4.1.orig/src/utils/Makefile.am -+++ network-manager-applet-0.9.4.1/src/utils/Makefile.am -@@ -12,8 +12,9 @@ libutils_la_CPPFLAGS = \ - $(GTK_CFLAGS) \ - $(NMA_CFLAGS) \ - $(GNOME_KEYRING_CFLAGS) \ -+ $(POLKIT_CFLAGS) \ - -DDATADIR=\""$(datadir)"\" \ - $(DISABLE_DEPRECATED) \ - -I${top_srcdir}/src - --libutils_la_LIBADD = $(GTK_LIBS) $(NMA_LIBS) $(GNOME_KEYRING_LIBS) -+libutils_la_LIBADD = $(GTK_LIBS) $(NMA_LIBS) $(GNOME_KEYRING_LIBS) $(POLKIT_LIBS) -Index: network-manager-applet-0.9.4.1/src/utils/utils.c -=================================================================== ---- network-manager-applet-0.9.4.1.orig/src/utils/utils.c -+++ network-manager-applet-0.9.4.1/src/utils/utils.c -@@ -26,6 +26,8 @@ - #include <glib.h> +--- network-manager-applet-0.9.6.2.orig/src/utils/utils.c ++++ network-manager-applet-0.9.6.2/src/utils/utils.c +@@ -27,6 +27,8 @@ + #include <glib/gi18n.h> #include <gtk/gtk.h> +#include <polkit/polkit.h> @@ -353,7 +298,7 @@ #include <nm-setting-connection.h> #include <nm-utils.h> -@@ -390,3 +392,41 @@ utils_show_error_dialog (const char *tit +@@ -360,3 +362,41 @@ utils_show_error_dialog (const char *tit } } @@ -395,11 +340,11 @@ + + return is_authorized; +} -Index: network-manager-applet-0.9.4.1/src/utils/utils.h +Index: network-manager-applet-0.9.6.2/src/utils/utils.h =================================================================== ---- network-manager-applet-0.9.4.1.orig/src/utils/utils.h -+++ network-manager-applet-0.9.4.1/src/utils/utils.h -@@ -70,5 +70,7 @@ typedef enum { +--- network-manager-applet-0.9.6.2.orig/src/utils/utils.h ++++ network-manager-applet-0.9.6.2/src/utils/utils.h +@@ -61,5 +61,7 @@ typedef enum { NMA_ERROR_GENERIC } NMAError; @@ -407,13 +352,13 @@ + #endif /* UTILS_H */ -Index: network-manager-applet-0.9.4.1/configure.ac +Index: network-manager-applet-0.9.6.2/configure.ac =================================================================== ---- network-manager-applet-0.9.4.1.orig/configure.ac -+++ network-manager-applet-0.9.4.1/configure.ac -@@ -108,6 +108,10 @@ PKG_CHECK_MODULES(GCONF, [gconf-2.0]) - AC_SUBST(GCONF_CFLAGS) - AC_SUBST(GCONF_LIBS) +--- network-manager-applet-0.9.6.2.orig/configure.ac ++++ network-manager-applet-0.9.6.2/configure.ac +@@ -135,6 +135,10 @@ older (< 0.9) nm-applet releases.])]) + fi + AM_CONDITIONAL(BUILD_MIGRATION_TOOL, test "$enable_migration" = "yes") +PKG_CHECK_MODULES(POLKIT, [polkit-gobject-1]) +AC_SUBST(POLKIT_CFLAGS) @@ -422,3 +367,70 @@ PKG_CHECK_MODULES(GNOME_KEYRING, [gnome-keyring-1]) AC_SUBST(GNOME_KEYRING_CFLAGS) AC_SUBST(GNOME_KEYRING_LIBS) +Index: network-manager-applet-0.9.6.2/src/utils/Makefile.am +=================================================================== +--- network-manager-applet-0.9.6.2.orig/src/utils/Makefile.am ++++ network-manager-applet-0.9.6.2/src/utils/Makefile.am +@@ -11,8 +11,9 @@ libutils_la_SOURCES = \ + libutils_la_CPPFLAGS = \ + $(GTK_CFLAGS) \ + $(NMA_CFLAGS) \ ++ $(POLKIT_CFLAGS) \ + -DDATADIR=\""$(datadir)"\" \ + $(DISABLE_DEPRECATED) \ + -I${top_srcdir}/src + +-libutils_la_LIBADD = $(GTK_LIBS) $(NMA_LIBS) ++libutils_la_LIBADD = $(GTK_LIBS) $(NMA_LIBS) $(POLKIT_LIBS) +Index: network-manager-applet-0.9.6.2/src/gnome-bluetooth/nma-bt-device.c +=================================================================== +--- network-manager-applet-0.9.6.2.orig/src/gnome-bluetooth/nma-bt-device.c ++++ network-manager-applet-0.9.6.2/src/gnome-bluetooth/nma-bt-device.c +@@ -34,6 +34,8 @@ + #include <glib.h> + #include <glib/gi18n-lib.h> + ++#include <polkit/polkit.h> ++ + #include <nm-remote-settings.h> + #include <nm-remote-connection.h> + +@@ -362,6 +364,12 @@ dun_new_cdma (NMAMobileWizardAccessMetho + NULL); + g_free (uuid); + g_free (id); ++ if (!polkit_system_connection_authorized ()) { ++ nm_setting_connection_add_permission ((NMSettingConnection *)setting, ++ "user", ++ g_get_user_name(), ++ NULL); ++ } + nm_connection_add_setting (connection, setting); + + return connection; +@@ -408,6 +416,12 @@ dun_new_gsm (NMAMobileWizardAccessMethod + NULL); + g_free (uuid); + g_free (id); ++ if (!polkit_system_connection_authorized ()) { ++ nm_setting_connection_add_permission ((NMSettingConnection *)setting, ++ "user", ++ g_get_user_name(), ++ NULL); ++ } + nm_connection_add_setting (connection, setting); + + return connection; +@@ -859,6 +873,12 @@ add_pan_connection (NmaBtDevice *self) + NULL); + g_free (id); + g_free (uuid); ++ if (!polkit_system_connection_authorized ()) { ++ nm_setting_connection_add_permission ((NMSettingConnection *)setting, ++ "user", ++ g_get_user_name(), ++ NULL); ++ } + nm_connection_add_setting (connection, setting); + + /* The Bluetooth settings */ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
