Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package NetworkManager-pptp for
openSUSE:Factory checked in at 2022-03-25 21:54:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/NetworkManager-pptp (Old)
and /work/SRC/openSUSE:Factory/.NetworkManager-pptp.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "NetworkManager-pptp"
Fri Mar 25 21:54:27 2022 rev:54 rq:964526 version:1.2.10
Changes:
--------
--- /work/SRC/openSUSE:Factory/NetworkManager-pptp/NetworkManager-pptp.changes
2020-05-02 22:14:31.328182181 +0200
+++
/work/SRC/openSUSE:Factory/.NetworkManager-pptp.new.1900/NetworkManager-pptp.changes
2022-03-25 21:54:32.658270833 +0100
@@ -1,0 +2,23 @@
+Sat Mar 12 13:39:28 UTC 2022 - Bj??rn Lie <[email protected]>
+
+- Update to version 1.2.10:
+ + libnm-glib compatibility (NetworkManager < 1.0) is disabled by
+ default.
+ + It can be enabled by passing --with-libnm-glib to configure
+ script. Nobody should need it by now. Users that still use this
+ are encourage to let us know before the libnm-glib support is
+ removed for good.
+ + The auth helper in external UI mode can now be run without a
+ display server. This is useful when activating connections with
+ "nmcli --ask".
+ + Gtk4 version of the editor plugin is now available (for use
+ with Control Center of GNOME 42 or later).
+ + Updated translations.
+- Add pkgconfig(gtk4) and pkgconfig(libnma-gtk4) BuildRequires and
+ pass --with-gtk4=yes to configure, build the gtk4 version.
+- Stop passing --without-libnm-glib to configure, no longer
+ needed, nor recognized.
+- Add optional libxml2-tools BuildRequires, build runs
+ xml-stripblanks preprocessing if available.
+
+-------------------------------------------------------------------
Old:
----
NetworkManager-pptp-1.2.8.tar.xz
New:
----
NetworkManager-pptp-1.2.10.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ NetworkManager-pptp.spec ++++++
--- /var/tmp/diff_new_pack.M3SAEL/_old 2022-03-25 21:54:33.146271297 +0100
+++ /var/tmp/diff_new_pack.M3SAEL/_new 2022-03-25 21:54:33.154271305 +0100
@@ -1,7 +1,7 @@
#
# spec file for package NetworkManager-pptp
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,17 @@
%define pppd_plugin_dir %(rpm -ql ppp | grep -m1 pppd/[0-9]*)
Name: NetworkManager-pptp
-Version: 1.2.8
+Version: 1.2.10
Release: 0
Summary: NetworkManager VPN support for PPTP
License: GPL-2.0-or-later
Group: Productivity/Networking/System
URL: https://wiki.gnome.org/Projects/NetworkManager
Source0:
http://download.gnome.org/sources/NetworkManager-pptp/1.2/%{name}-%{version}.tar.xz
+
BuildRequires: grep
BuildRequires: intltool
+BuildRequires: libxml2-tools
BuildRequires: pkgconfig
BuildRequires: ppp-devel
BuildRequires: pkgconfig(dbus-glib-1)
@@ -34,8 +36,10 @@
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.32
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.4
+BuildRequires: pkgconfig(gtk4) >= 4.0
BuildRequires: pkgconfig(libnm) >= 1.2.0
BuildRequires: pkgconfig(libnma) >= 1.2.0
+BuildRequires: pkgconfig(libnma-gtk4) >= 1.8.33
BuildRequires: pkgconfig(libsecret-1) >= 0.18
Requires: NetworkManager >= 1.2.0
Requires: pptp
@@ -56,15 +60,15 @@
%lang_package
%prep
-%setup -q
+%autosetup -p1
%build
%configure\
--disable-static \
--with-pppd-plugin-dir=%{pppd_plugin_dir} \
- --without-libnm-glib \
+ --with-gtk4=yes \
%{nil}
-make %{?_smp_mflags}
+%make_build
%install
%make_install
@@ -77,12 +81,13 @@
%{_libdir}/NetworkManager/libnm-vpn-plugin-pptp.so
%{_libexecdir}/nm-pptp-service
%{_vpnservicedir}/nm-pptp-service.name
-%config %{_sysconfdir}/dbus-1/system.d/nm-pptp-service.conf
+%{_datadir}/dbus-1/system.d/nm-pptp-service.conf
%{pppd_plugin_dir}/nm-pptp-pppd-plugin.so
%files gnome
-%{_datadir}/appdata/network-manager-pptp.metainfo.xml
+%{_datadir}/metainfo/network-manager-pptp.metainfo.xml
%{_libdir}/NetworkManager/libnm-vpn-plugin-pptp-editor.so
+%{_libdir}/NetworkManager/libnm-gtk4-vpn-plugin-pptp-editor.so
%{_libexecdir}/nm-pptp-auth-dialog
%files lang -f %{name}.lang
++++++ NetworkManager-pptp-1.2.8.tar.xz -> NetworkManager-pptp-1.2.10.tar.xz
++++++
++++ 21415 lines of diff (skipped)