Hello community,
here is the log from the commit of package NetworkManager-applet for
openSUSE:Factory checked in at 2019-06-13 22:33:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/NetworkManager-applet (Old)
and /work/SRC/openSUSE:Factory/.NetworkManager-applet.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "NetworkManager-applet"
Thu Jun 13 22:33:49 2019 rev:25 rq:707902 version:1.8.22
Changes:
--------
---
/work/SRC/openSUSE:Factory/NetworkManager-applet/NetworkManager-applet.changes
2019-02-11 21:15:14.867405261 +0100
+++
/work/SRC/openSUSE:Factory/.NetworkManager-applet.new.4811/NetworkManager-applet.changes
2019-06-13 22:33:49.648371913 +0200
@@ -1,0 +2,33 @@
+Wed Jun 5 17:06:24 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Revert back to pkgconfig(appindicator3-0.1) BuildRequires: We do
+ not want to pull mate desktop into staging. Sub with
+ pkgconfig(ayatana-appindicator3-0.1) BuildRequires was rejected.
+
+-------------------------------------------------------------------
+Wed May 29 18:37:36 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 1.8.22:
+ + The applet's secret agent can now utilize external UI mode for
+ VPN plugins that support it.
+ + The Wi-Fi-related items in the applet menu are now sorted more
+ reasonably.
+ + Various improvements to the Mobile Wizard and Certificate
+ Chooser usability.
+ + Render a QR code in the applet's connection info dialog.
+ + Improved the applet's info dialog appearance.
+ + Updated translations.
+- Disable feature-app-indicator-desktop-file.patch: Needs rebase.
+- Rebase
+ NetworkManager-gnome-bsc1003069-default-agent-owned-secrets.patch
+ with quilt.
+- Rename lang subpackage following openSUSE
+ translation-update-upstream changes.
+
+-------------------------------------------------------------------
+Tue May 14 09:56:53 UTC 2019 - [email protected]
+
+- Build against Ayatana Indicators instead as it's considered
+ the new upstream
+
+-------------------------------------------------------------------
Old:
----
network-manager-applet-1.8.20.tar.xz
New:
----
network-manager-applet-1.8.22.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ NetworkManager-applet.spec ++++++
--- /var/tmp/diff_new_pack.g22yBo/_old 2019-06-13 22:33:50.228371723 +0200
+++ /var/tmp/diff_new_pack.g22yBo/_new 2019-06-13 22:33:50.232371723 +0200
@@ -25,7 +25,7 @@
%endif
%bcond_with meson
Name: NetworkManager-applet
-Version: 1.8.20
+Version: 1.8.22
Release: 0
Summary: GTK+ tray applet for use with NetworkManager
License: GPL-2.0-or-later
@@ -35,9 +35,9 @@
# PATCH-NEEDS-REBASE nm-applet-private-connection.patch boo#751211 bgo#646187
[email protected] -- Create private connections if the user is not
authorised. Allows to create wifi connections without root access. Patch under
discussion upstream. (WAS: PATCH-FIX-UPSTREAM)
Patch0: nm-applet-private-connection.patch
# PATCH-FIX-OPENSUSE
NetworkManager-gnome-bsc1003069-default-agent-owned-secrets.patch bsc#1003069
[email protected] -- Make sure secrets default to agent-owned (encrypted keyring).
-Patch2:
NetworkManager-gnome-bsc1003069-default-agent-owned-secrets.patch
-# nm-applet needs to be launched with --indicator and needs a startup delay
incase its started before the systray.
-Patch5: feature-app-indicator-desktop-file.patch
+Patch1:
NetworkManager-gnome-bsc1003069-default-agent-owned-secrets.patch
+# PATCH-NEEDS-REBASE nm-applet needs to be launched with --indicator and needs
a startup delay incase its started before the systray. WAS PATCH-UNKNOWN
+Patch2: feature-app-indicator-desktop-file.patch
BuildRequires: gtk-doc
BuildRequires: intltool
@@ -139,11 +139,12 @@
%setup -q -n %{_name}-%{version}
# Needs rebase.
# %%patch0 -p1
-%patch2 -p1
-%if %{with appindicator}
-%patch5 -p1
-%endif
-translation-update-upstream
+%patch1 -p1
+# %%if %%{with appindicator}
+# Needs rebase.
+# %%patch2 -p1
+# %%endif
+translation-update-upstream po network-manager-applet
%build
%if %{with meson}
@@ -176,7 +177,7 @@
find %{buildroot} -type f -name "*.la" -delete -print
%endif
%suse_update_desktop_file -r nm-connection-editor GTK GNOME System
X-SuSE-ServiceConfiguration
-%find_lang nm-applet %{?no_lang_C}
+%find_lang network-manager-applet %{?no_lang_C}
%if 0%{?suse_version} < 1330
%post
@@ -207,7 +208,7 @@
%{_datadir}/icons/hicolor/*/apps/*.svg
%{_mandir}/man1/nm-applet.1%{?ext_man}
-%files lang -f nm-applet.lang
+%files lang -f network-manager-applet.lang
%files -n NetworkManager-connection-editor
%{_bindir}/nm-connection-editor
++++++ NetworkManager-gnome-bsc1003069-default-agent-owned-secrets.patch ++++++
--- /var/tmp/diff_new_pack.g22yBo/_old 2019-06-13 22:33:50.248371718 +0200
+++ /var/tmp/diff_new_pack.g22yBo/_new 2019-06-13 22:33:50.252371716 +0200
@@ -1,7 +1,7 @@
-Index: network-manager-applet-1.8.2/src/libnm-gtk/nm-ui-utils.c
+Index: network-manager-applet-1.8.22/src/libnm-gtk/nm-ui-utils.c
===================================================================
---- network-manager-applet-1.8.2.orig/src/libnm-gtk/nm-ui-utils.c
-+++ network-manager-applet-1.8.2/src/libnm-gtk/nm-ui-utils.c
+--- network-manager-applet-1.8.22.orig/src/libnm-gtk/nm-ui-utils.c
2019-03-29 15:00:12.000000000 +0100
++++ network-manager-applet-1.8.22/src/libnm-gtk/nm-ui-utils.c 2019-05-29
23:05:47.795471475 +0200
@@ -868,8 +868,10 @@ nma_utils_setup_password_storage (GtkWid
gtk_menu_attach_to_widget (GTK_MENU (popup_menu), passwd_entry, NULL);
@@ -15,10 +15,10 @@
else
secret_flags = initial_flags;
-Index: network-manager-applet-1.8.2/src/wireless-security/eap-method-leap.c
+Index: network-manager-applet-1.8.22/src/wireless-security/eap-method-leap.c
===================================================================
---- network-manager-applet-1.8.2.orig/src/wireless-security/eap-method-leap.c
-+++ network-manager-applet-1.8.2/src/wireless-security/eap-method-leap.c
+--- network-manager-applet-1.8.22.orig/src/wireless-security/eap-method-leap.c
2019-03-29 15:00:12.000000000 +0100
++++ network-manager-applet-1.8.22/src/wireless-security/eap-method-leap.c
2019-05-29 23:05:47.795471475 +0200
@@ -241,7 +241,7 @@ eap_method_leap_new (WirelessSecurity *w
/* Create password-storage popup menu for password entry under entry's
secondary icon */
if (connection)
@@ -28,11 +28,11 @@
FALSE, secrets_only);
widget = GTK_WIDGET (gtk_builder_get_object (parent->builder,
"show_checkbutton_eapleap"));
-Index: network-manager-applet-1.8.2/src/wireless-security/eap-method-simple.c
+Index: network-manager-applet-1.8.22/src/wireless-security/eap-method-simple.c
===================================================================
---- network-manager-applet-1.8.2.orig/src/wireless-security/eap-method-simple.c
-+++ network-manager-applet-1.8.2/src/wireless-security/eap-method-simple.c
-@@ -340,7 +340,7 @@ eap_method_simple_new (WirelessSecurity
+---
network-manager-applet-1.8.22.orig/src/wireless-security/eap-method-simple.c
2019-05-24 11:49:21.000000000 +0200
++++ network-manager-applet-1.8.22/src/wireless-security/eap-method-simple.c
2019-05-29 23:05:47.795471475 +0200
+@@ -431,7 +431,7 @@ eap_method_simple_new (WirelessSecurity
/* Create password-storage popup menu for password entry under entry's
secondary icon */
if (connection)
s_8021x = nm_connection_get_setting_802_1x (connection);
@@ -41,11 +41,11 @@
FALSE, flags &
EAP_METHOD_SIMPLE_FLAG_SECRETS_ONLY);
g_signal_connect (method->password_entry, "notify::secondary-icon-name",
-Index: network-manager-applet-1.8.2/src/wireless-security/ws-leap.c
+Index: network-manager-applet-1.8.22/src/wireless-security/ws-leap.c
===================================================================
---- network-manager-applet-1.8.2.orig/src/wireless-security/ws-leap.c
-+++ network-manager-applet-1.8.2/src/wireless-security/ws-leap.c
-@@ -185,7 +185,7 @@ ws_leap_new (NMConnection *connection, g
+--- network-manager-applet-1.8.22.orig/src/wireless-security/ws-leap.c
2019-05-24 11:49:21.000000000 +0200
++++ network-manager-applet-1.8.22/src/wireless-security/ws-leap.c
2019-05-29 23:05:47.795471475 +0200
+@@ -192,7 +192,7 @@ ws_leap_new (NMConnection *connection, g
sec);
/* Create password-storage popup menu for password entry under entry's
secondary icon */
@@ -54,11 +54,11 @@
FALSE, secrets_only);
if (wsec)
-Index: network-manager-applet-1.8.2/src/wireless-security/ws-wep-key.c
+Index: network-manager-applet-1.8.22/src/wireless-security/ws-wep-key.c
===================================================================
---- network-manager-applet-1.8.2.orig/src/wireless-security/ws-wep-key.c
-+++ network-manager-applet-1.8.2/src/wireless-security/ws-wep-key.c
-@@ -282,7 +282,7 @@ ws_wep_key_new (NMConnection *connection
+--- network-manager-applet-1.8.22.orig/src/wireless-security/ws-wep-key.c
2019-05-24 11:49:21.000000000 +0200
++++ network-manager-applet-1.8.22/src/wireless-security/ws-wep-key.c
2019-05-29 23:05:47.795471475 +0200
+@@ -286,7 +286,7 @@ ws_wep_key_new (NMConnection *connection
/* Create password-storage popup menu for password entry under entry's
secondary icon */
if (connection)
setting = (NMSetting *)
nm_connection_get_setting_wireless_security (connection);
@@ -67,11 +67,11 @@
FALSE, secrets_only);
if (connection) {
-Index: network-manager-applet-1.8.2/src/wireless-security/ws-wpa-psk.c
+Index: network-manager-applet-1.8.22/src/wireless-security/ws-wpa-psk.c
===================================================================
---- network-manager-applet-1.8.2.orig/src/wireless-security/ws-wpa-psk.c
-+++ network-manager-applet-1.8.2/src/wireless-security/ws-wpa-psk.c
-@@ -203,7 +203,7 @@ ws_wpa_psk_new (NMConnection *connection
+--- network-manager-applet-1.8.22.orig/src/wireless-security/ws-wpa-psk.c
2019-05-24 11:49:21.000000000 +0200
++++ network-manager-applet-1.8.22/src/wireless-security/ws-wpa-psk.c
2019-05-29 23:05:47.795471475 +0200
+@@ -207,7 +207,7 @@ ws_wpa_psk_new (NMConnection *connection
/* Create password-storage popup menu for password entry under entry's
secondary icon */
if (connection)
setting = (NMSetting *)
nm_connection_get_setting_wireless_security (connection);
++++++ network-manager-applet-1.8.20.tar.xz ->
network-manager-applet-1.8.22.tar.xz ++++++
++++ 567089 lines of diff (skipped)