Hello community,

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

Package is "NetworkManager-applet"

Sat Jan  6 18:46:12 2018 rev:13 rq:561237 version:1.8.10

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/NetworkManager-applet/NetworkManager-applet.changes  
    2018-01-01 22:08:43.546937037 +0100
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-applet.new/NetworkManager-applet.changes
 2018-01-06 18:46:13.323550280 +0100
@@ -1,0 +2,22 @@
+Wed Dec 27 17:09:31 UTC 2017 - dims...@opensuse.org
+
+- Update to version 1.8.10:
+  + Don't request secrets for Bluetooth connections. Works around a
+    bug in GNOME Shell secret agent.
+  + Fix a bug that caused invalid connections to be non-editable
+    (and thus not fixable).
+- Changes from version 1.8.8:
+  + Fix loading of secrets when editing a VPN connection.
+  + Fixes to the experimental Meson support.
+  + Updated translations.
+- Update options passed to meson following upstream changes:
+  + Denable-appindicator to Dappindicator.
+  + Denable-selinux to Dselinux.
+- Pass explicit Dintrospection=true to meson, ensure we build with
+  introspection support.
+- Clean up spec.
+- Drop
+  0001-build-meson-fix-typo-in-generation-of-libnm-gtk.pc.patch:
+  Fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  0001-build-meson-fix-typo-in-generation-of-libnm-gtk.pc.patch
  network-manager-applet-1.8.6.tar.xz

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

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

Other differences:
------------------
++++++ NetworkManager-applet.spec ++++++
--- /var/tmp/diff_new_pack.zzuteg/_old  2018-01-06 18:46:14.687486549 +0100
+++ /var/tmp/diff_new_pack.zzuteg/_new  2018-01-06 18:46:14.691486362 +0100
@@ -28,7 +28,7 @@
 %define sover   0
 %define _name   network-manager-applet
 Name:           NetworkManager-applet
-Version:        1.8.6
+Version:        1.8.10
 Release:        0
 Summary:        GTK+ tray applet for use with NetworkManager
 License:        GPL-2.0+
@@ -41,12 +41,10 @@
 Patch1:         nm-applet-probe-radius-server-cert.patch
 # PATCH-FIX-OPENSUSE 
NetworkManager-gnome-bsc1003069-default-agent-owned-secrets.patch bsc#1003069 
h...@suse.com -- Make sure secrets default to agent-owned (encrypted keyring).
 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 
dims...@opensuse.org -- Fix typo in generation of libnm-gtk.pc
-Patch3:         0001-build-meson-fix-typo-in-generation-of-libnm-gtk.pc.patch
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
 %if %{with meson}
-BuildRequires:  meson
+BuildRequires:  meson >= 0.43.0
 %else
 BuildRequires:  libtool
 %endif
@@ -180,19 +178,20 @@
 %if %{with_cacert_patch}
 %patch1 -p1
 %endif
+%patch2 -p1
 %if !0%{?is_opensuse}
 translation-update-upstream
 %endif
-%patch2 -p1
-%patch3 -p1
 
 %build
 %if %{with meson}
 %meson \
 %if %{with appindicator}
-  -Denable-appindicator=true \
+    -Dappindicator=true \
 %endif
-  -Denable-selinux=false
+    -Dselinux=false \
+    -Dintrospection=true \
+    %{nil}
 %meson_build
 %else
 autoreconf -fiv
@@ -229,15 +228,12 @@
 %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
 
 %files
-%defattr(-,root,root)
 %doc COPYING CONTRIBUTING NEWS
 %{_sysconfdir}/xdg/autostart/nm-applet.desktop
 %{_bindir}/nm-applet
@@ -247,10 +243,8 @@
 %{_mandir}/man1/nm-applet.1%{?ext_man}
 
 %files lang -f nm-applet.lang
-%defattr(-,root,root)
 
 %files -n NetworkManager-connection-editor
-%defattr(-,root,root)
 %{_bindir}/nm-connection-editor
 %{_datadir}/applications/nm-connection-editor.desktop
 %dir %{_datadir}/appdata/
@@ -258,35 +252,28 @@
 %{_mandir}/man1/nm-connection-editor.1%{?ext_man}
 
 %files -n libnm-gtk%{sover}
-%defattr(-,root,root)
 %{_libdir}/libnm-gtk.so.%{sover}*
 
 %files -n typelib-1_0-NMGtk-1_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/NMGtk-1.0.typelib
 
 %files -n libnm-gtk-devel
-%defattr(-,root,root)
 %{_datadir}/gir-1.0/NMGtk-1.0.gir
 %{_includedir}/libnm-gtk/
 %{_libdir}/libnm-gtk.so
 %{_libdir}/pkgconfig/libnm-gtk.pc
 
 %files -n libnma%{sover}
-%defattr(-,root,root)
 %{_libdir}/libnma.so.%{sover}*
 
 %files -n typelib-1_0-NMA-1_0
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/NMA-1.0.typelib
 
 %files -n nma-data
-%defattr(-,root,root)
 %{_datadir}/GConf/gsettings/nm-applet.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.nm-applet.gschema.xml
 
 %files -n libnma-devel
-%defattr(-,root,root)
 %doc %{_datadir}/gtk-doc/html/libnma/
 %{_includedir}/libnma/
 %{_libdir}/libnma.so

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


Reply via email to