Hello community,

here is the log from the commit of package NetworkManager-applet for 
openSUSE:Factory checked in at 2018-06-13 15:16:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/NetworkManager-applet (Old)
 and      /work/SRC/openSUSE:Factory/.NetworkManager-applet.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "NetworkManager-applet"

Wed Jun 13 15:16:11 2018 rev:18 rq:614528 version:1.8.12

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/NetworkManager-applet/NetworkManager-applet.changes  
    2018-04-05 15:31:10.337172087 +0200
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-applet.new/NetworkManager-applet.changes
 2018-06-13 15:16:15.503536673 +0200
@@ -1,0 +2,33 @@
+Mon May 28 15:12:39 UTC 2018 - [email protected]
+
+- Update to version 1.8.12:
+  + Allow creation of PPPoE connection without a parent interface.
+  + Add an option to set a connection as Metered.
+  + Make the form layout consistent with GNOME UI style.
+  + Convert editor into a GtkApplication with an app menu.
+  + Fix a potential crash in the certificate picker with no
+    modules.
+  + Fix build warnings with GCC 8.
+  + Support building against Ayatana AppIndicator.
+  + Updated translations.
+- Drop upstream fixed patches:
+  + 0001-shared-compat-fix-memory-handling-of-nm_setting_vpn_.patch
+  + 0002-shared-compat-fix-memory-handling-of-nm_setting_vpn_.patch
+
+-------------------------------------------------------------------
+Sat Apr 14 19:54:04 UTC 2018 - [email protected]
+
+- Following changes in NetworkManager:
+  + Pass libnm_gtk=false and without-libnm-gtk to meson/configure.
+  + Drop no longer needed pkgconfig(NetworkManager),
+    pkgconfig(libnm-glib), pkgconfig(libnm-glib-vpn) and
+    pkgconfig(libnm-util) BuildRequires.
+  + Drop no longer built subpackages: libnm-gtk%%{sover},
+    typelib-1_0-NMGtk-1_0 and libnm-gtk-devel.
+  + No longer handle libnm-gtk%%{sover} in post(un).
+  + Drop currently disabled
+    nm-applet-probe-radius-server-cert.patch: Obsolete since patch
+    is no longer present in NetworkManager, following this, drop
+    define with_cacert_patch and conditionals.
+
+-------------------------------------------------------------------

Old:
----
  0001-shared-compat-fix-memory-handling-of-nm_setting_vpn_.patch
  0002-shared-compat-fix-memory-handling-of-nm_setting_vpn_.patch
  network-manager-applet-1.8.10.tar.xz
  nm-applet-probe-radius-server-cert.patch

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

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

Other differences:
------------------
++++++ NetworkManager-applet.spec ++++++
--- /var/tmp/diff_new_pack.JQ6rVw/_old  2018-06-13 15:16:18.359432473 +0200
+++ /var/tmp/diff_new_pack.JQ6rVw/_new  2018-06-13 15:16:18.363432327 +0200
@@ -16,7 +16,6 @@
 #
 
 
-%define with_cacert_patch 0
 %define sover   0
 %define _name   network-manager-applet
 %if 0%{?is_opensuse}
@@ -26,7 +25,7 @@
 %endif
 %bcond_with meson
 Name:           NetworkManager-applet
-Version:        1.8.10
+Version:        1.8.12
 Release:        0
 Summary:        GTK+ tray applet for use with NetworkManager
 License:        GPL-2.0-or-later
@@ -35,14 +34,8 @@
 Source:         
http://download.gnome.org/sources/network-manager-applet/1.8/%{_name}-%{version}.tar.xz
 # 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-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-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
-# PATCH-FIX-UPSTREAM 
0001-shared-compat-fix-memory-handling-of-nm_setting_vpn_.patch [email protected] 
-- fix memory handling of nm_setting_vpn_get_*_keys
-Patch3:         0001-shared-compat-fix-memory-handling-of-nm_setting_vpn_.patch
-# PATCH-FIX-UPSTREAM 
0002-shared-compat-fix-memory-handling-of-nm_setting_vpn_.patch [email protected] 
-- fix memory handling of nm_setting_vpn_get_*_keys
-Patch4:         0002-shared-compat-fix-memory-handling-of-nm_setting_vpn_.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
 BuildRequires:  gtk-doc
@@ -52,7 +45,6 @@
 BuildRequires:  polkit-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(NetworkManager) >= 1.7
 BuildRequires:  pkgconfig(gck-1) >= 3.14
 BuildRequires:  pkgconfig(gcr-3) >= 3.14
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
@@ -61,9 +53,6 @@
 BuildRequires:  pkgconfig(iso-codes)
 BuildRequires:  pkgconfig(jansson) >= 2.3
 BuildRequires:  pkgconfig(libnm) >= 1.7
-BuildRequires:  pkgconfig(libnm-glib) >= 1.7
-BuildRequires:  pkgconfig(libnm-glib-vpn) >= 1.7
-BuildRequires:  pkgconfig(libnm-util) >= 1.7
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libsecret-1) >= 0.18
 BuildRequires:  pkgconfig(mm-glib)
@@ -93,9 +82,6 @@
 BuildRequires:  pkgconfig(appindicator3-0.1)
 BuildRequires:  pkgconfig(dbusmenu-gtk3-0.4) >= 16.04.0
 %endif
-%if %{with_cacert_patch}
-Requires:       NetworkManager(cacert-patch)
-%endif
 
 %description
 This package contains utilities and applications for use with
@@ -145,44 +131,13 @@
 %description -n libnma-devel
 This library provides GTK+ dialogs for NetworkManager integration.
 
-%package -n libnm-gtk%{sover}
-Summary:        NetworkManager Gtk+ dialog library
-Group:          System/Libraries
-Obsoletes:      libnm-gtk-data < %{version}
-Provides:       libnm-gtk-data = %{version}
-
-%description -n libnm-gtk%{sover}
-This library provides GTK+ dialogs for NetworkManager integration.
-
-%package -n typelib-1_0-NMGtk-1_0
-Summary:        NetworkManager Gtk+ dialogs -- Introspection bindings
-Group:          System/Libraries
-
-%description -n typelib-1_0-NMGtk-1_0
-This library provides GTK+ dialogs for NetworkManager integration
-provided as introspection bindings.
-
-%package -n libnm-gtk-devel
-Summary:        NetworkManager Gtk+ dialogs -- Development Files
-Group:          Development/Libraries/GNOME
-Requires:       libnm-gtk%{sover} = %{version}
-Requires:       typelib-1_0-NMGtk-1_0 = %{version}
-
-%description -n libnm-gtk-devel
-This library provides GTK+ dialogs for NetworkManager integration.
-
 %lang_package
 
 %prep
 %setup -q -n %{_name}-%{version}
 # Needs rebase.
 # %%patch0 -p1
-%if %{with_cacert_patch}
-%patch1 -p1
-%endif
 %patch2 -p1
-%patch3 -p1
-%patch4 -p1
 %if %{with appindicator}
 %patch5 -p1
 %endif
@@ -196,6 +151,7 @@
 %endif
     -Dselinux=false \
     -Dintrospection=true \
+    -Dlibnm_gtk=false \
     %{nil}
 %meson_build
 %else
@@ -205,7 +161,8 @@
 %if %{with appindicator}
     --with-appindicator \
 %endif
-    --without-selinux
+    --without-selinux \
+    --without-libnm-gtk
 %make_build
 %endif
 
@@ -235,8 +192,6 @@
 %glib2_gsettings_schema_postun
 %endif
 
-%post -n libnm-gtk%{sover} -p /sbin/ldconfig
-%postun -n libnm-gtk%{sover} -p /sbin/ldconfig
 %post -n libnma%{sover} -p /sbin/ldconfig
 %postun -n libnma%{sover} -p /sbin/ldconfig
 
@@ -259,18 +214,6 @@
 %{_datadir}/appdata/nm-connection-editor.appdata.xml
 %{_mandir}/man1/nm-connection-editor.1%{?ext_man}
 
-%files -n libnm-gtk%{sover}
-%{_libdir}/libnm-gtk.so.%{sover}*
-
-%files -n typelib-1_0-NMGtk-1_0
-%{_libdir}/girepository-1.0/NMGtk-1.0.typelib
-
-%files -n libnm-gtk-devel
-%{_datadir}/gir-1.0/NMGtk-1.0.gir
-%{_includedir}/libnm-gtk/
-%{_libdir}/libnm-gtk.so
-%{_libdir}/pkgconfig/libnm-gtk.pc
-
 %files -n libnma%{sover}
 %{_libdir}/libnma.so.%{sover}*
 

++++++ network-manager-applet-1.8.10.tar.xz -> 
network-manager-applet-1.8.12.tar.xz ++++++
++++ 56132 lines of diff (skipped)


Reply via email to