Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package NetworkManager-openvpn for openSUSE:Factory checked in at 2022-03-15 19:03:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/NetworkManager-openvpn (Old) and /work/SRC/openSUSE:Factory/.NetworkManager-openvpn.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "NetworkManager-openvpn" Tue Mar 15 19:03:53 2022 rev:88 rq:961669 version:1.8.18 Changes: -------- --- /work/SRC/openSUSE:Factory/NetworkManager-openvpn/NetworkManager-openvpn.changes 2021-09-29 20:19:13.811015122 +0200 +++ /work/SRC/openSUSE:Factory/.NetworkManager-openvpn.new.25692/NetworkManager-openvpn.changes 2022-03-15 19:04:01.100911436 +0100 @@ -1,0 +2,17 @@ +Sat Mar 12 16:35:25 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 1.8.18: + + Gtk4 version of the editor plugin is now available (for use + with Control Center of GNOME 42 or later). + + Updated translations. +- Drop nm-openvpn-bsc#1186091.patch: Fixed upstream. +- Rebase patch with quilt. +- 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. +- Pass --enable-lto=yes to configure, build using LTO support. +- Add optional libxml2-tools BuildRequires, build runs + xml-stripblanks preprocessing if available. + +------------------------------------------------------------------- Old: ---- NetworkManager-openvpn-1.8.16.tar.xz nm-openvpn-bsc#1186091.patch New: ---- NetworkManager-openvpn-1.8.18.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ NetworkManager-openvpn.spec ++++++ --- /var/tmp/diff_new_pack.OqicQb/_old 2022-03-15 19:04:01.544911737 +0100 +++ /var/tmp/diff_new_pack.OqicQb/_new 2022-03-15 19:04:01.548911739 +0100 @@ -1,7 +1,7 @@ # # spec file for package NetworkManager-openvpn # -# Copyright (c) 2021 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 @@ -17,7 +17,7 @@ Name: NetworkManager-openvpn -Version: 1.8.16 +Version: 1.8.18 Release: 0 Summary: NetworkManager VPN support for OpenVPN License: GPL-2.0-or-later @@ -27,15 +27,17 @@ Source1: system-user-nm-openvpn.conf # PATCH-FIX-OPENSUSE fix-for-missing-whirlpool-hmac-authentication.patch boo#1132946 Patch0: fix-for-missing-whirlpool-hmac-authentication.patch -# PATCH-FIX-UPSTREAM nm-openvpn-bsc#1186091.patch glgo#GNOME/NetworkManager-openvpn!38, bsc#1186091 sck...@suse.com -- service: Don't add cert and key when they are not set -Patch1: nm-openvpn-bsc#1186091.patch + BuildRequires: intltool +BuildRequires: libxml2-tools BuildRequires: pkgconfig BuildRequires: sysuser-tools BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(gtk+-3.0) +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: openvpn @@ -65,7 +67,8 @@ %build %configure\ --disable-static \ - --without-libnm-glib \ + --with-gtk4=yes \ + --enable-lto=yes \ %{nil} %make_build %sysusers_generate_pre %{SOURCE1} NetworkManager-openvpn system-user-nm-openvpn.conf @@ -93,6 +96,7 @@ %{_datadir}/metainfo/network-manager-openvpn.metainfo.xml %{_libexecdir}/nm-openvpn-auth-dialog %{_libdir}/NetworkManager/libnm-vpn-plugin-openvpn-editor.so +%{_libdir}/NetworkManager/libnm-gtk4-vpn-plugin-openvpn-editor.so %files lang -f %{name}.lang ++++++ NetworkManager-openvpn-1.8.16.tar.xz -> NetworkManager-openvpn-1.8.18.tar.xz ++++++ ++++ 46693 lines of diff (skipped) ++++++ fix-for-missing-whirlpool-hmac-authentication.patch ++++++ --- /var/tmp/diff_new_pack.OqicQb/_old 2022-03-15 19:04:01.892911973 +0100 +++ /var/tmp/diff_new_pack.OqicQb/_new 2022-03-15 19:04:01.896911976 +0100 @@ -1,8 +1,8 @@ -Index: NetworkManager-openvpn-1.8.10/properties/nm-openvpn-editor.c +Index: NetworkManager-openvpn-1.8.18/properties/nm-openvpn-editor.c =================================================================== ---- NetworkManager-openvpn-1.8.10.orig/properties/nm-openvpn-editor.c 2019-11-27 11:25:10.604366570 +0100 -+++ NetworkManager-openvpn-1.8.10/properties/nm-openvpn-editor.c 2019-11-27 11:25:12.468366651 +0100 -@@ -912,6 +912,7 @@ +--- NetworkManager-openvpn-1.8.18.orig/properties/nm-openvpn-editor.c ++++ NetworkManager-openvpn-1.8.18/properties/nm-openvpn-editor.c +@@ -1007,6 +1007,7 @@ populate_hmacauth_combo (GtkComboBox *bo { NM_OPENVPN_AUTH_SHA384, N_("SHA-384") }, { NM_OPENVPN_AUTH_SHA512, N_("SHA-512") }, { NM_OPENVPN_AUTH_RIPEMD160, N_("RIPEMD-160") }, @@ -10,11 +10,11 @@ }; store = gtk_list_store_new (3, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_BOOLEAN); -Index: NetworkManager-openvpn-1.8.10/shared/nm-service-defines.h +Index: NetworkManager-openvpn-1.8.18/shared/nm-service-defines.h =================================================================== ---- NetworkManager-openvpn-1.8.10.orig/shared/nm-service-defines.h 2019-11-27 11:25:12.468366651 +0100 -+++ NetworkManager-openvpn-1.8.10/shared/nm-service-defines.h 2019-11-27 11:26:18.756369541 +0100 -@@ -101,6 +101,7 @@ +--- NetworkManager-openvpn-1.8.18.orig/shared/nm-service-defines.h ++++ NetworkManager-openvpn-1.8.18/shared/nm-service-defines.h +@@ -110,6 +110,7 @@ #define NM_OPENVPN_AUTH_SHA256 "SHA256" #define NM_OPENVPN_AUTH_SHA384 "SHA384" #define NM_OPENVPN_AUTH_SHA512 "SHA512"