Hello community,
here is the log from the commit of package NetworkManager-applet for
openSUSE:Factory checked in at 2017-12-21 11:26:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/NetworkManager-applet (Old)
and /work/SRC/openSUSE:Factory/.NetworkManager-applet.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "NetworkManager-applet"
Thu Dec 21 11:26:15 2017 rev:11 rq:558328 version:1.8.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/NetworkManager-applet/NetworkManager-applet.changes
2017-11-30 16:30:36.132939642 +0100
+++
/work/SRC/openSUSE:Factory/.NetworkManager-applet.new/NetworkManager-applet.changes
2017-12-21 11:26:20.656324012 +0100
@@ -1,0 +2,11 @@
+Mon Dec 18 10:14:19 UTC 2017 - [email protected]
+
+- Drop nm-applet-migration-tool.patch: Not needed anymore.
+
+-------------------------------------------------------------------
+Mon Dec 18 10:06:36 UTC 2017 - [email protected]
+
+- Re-introduce lost -Denable-appindicator meson parameter: with the
+ migration to meson this was lost (but is still supported).
+
+-------------------------------------------------------------------
Old:
----
nm-applet-migration-tool.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ NetworkManager-applet.spec ++++++
--- /var/tmp/diff_new_pack.GQLygB/_old 2017-12-21 11:26:21.588278571 +0100
+++ /var/tmp/diff_new_pack.GQLygB/_new 2017-12-21 11:26:21.588278571 +0100
@@ -37,12 +37,10 @@
Patch0: nm-applet-private-connection.patch
# PATCH-NEEDS-REBASE nm-applet-probe-radius-server-cert.patch bsc#574266
[email protected] -- Probe the RADIUS server certificate. (WAS: PATCH-FIX-UPSTREAM)
Patch1: nm-applet-probe-radius-server-cert.patch
-# PATCH-FEATURE-SLE nm-applet-migration-tool.patch bsc#952123 [email protected]
-- Build migration tool on SLE to migrate old VPN configurations
-Patch2: nm-applet-migration-tool.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).
-Patch4:
NetworkManager-gnome-bsc1003069-default-agent-owned-secrets.patch
+Patch2:
NetworkManager-gnome-bsc1003069-default-agent-owned-secrets.patch
# PATCH-FIx-UPSTREAM
0001-build-meson-fix-typo-in-generation-of-libnm-gtk.pc.patch bgo#790056
[email protected] -- Fix typo in generation of libnm-gtk.pc
-Patch5: 0001-build-meson-fix-typo-in-generation-of-libnm-gtk.pc.patch
+Patch3: 0001-build-meson-fix-typo-in-generation-of-libnm-gtk.pc.patch
BuildRequires: gtk-doc
BuildRequires: intltool
BuildRequires: meson
@@ -178,13 +176,15 @@
%endif
%if !0%{?is_opensuse}
translation-update-upstream
-%patch2 -p1
%endif
-%patch4 -p1
-%patch5 -p1
+%patch2 -p1
+%patch3 -p1
%build
%meson \
+%if %{with appindicator}
+ -Denable-appindicator=true \
+%endif
-Denable-selinux=false
%meson_build