Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package proton-vpn for openSUSE:Factory checked in at 2025-04-02 17:11:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/proton-vpn (Old) and /work/SRC/openSUSE:Factory/.proton-vpn.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "proton-vpn" Wed Apr 2 17:11:02 2025 rev:4 rq:1265741 version:4.9.5 Changes: -------- --- /work/SRC/openSUSE:Factory/proton-vpn/proton-vpn.changes 2024-11-12 19:25:53.854703554 +0100 +++ /work/SRC/openSUSE:Factory/.proton-vpn.new.1907/proton-vpn.changes 2025-04-02 17:12:30.855212029 +0200 @@ -1,0 +2,34 @@ +Mon Mar 31 10:17:47 UTC 2025 - Szymon Scholz <raspher...@pm.me> + +- Update package to 4.9.5 + * [VPNLINUX-1066] Add custom dns setting to settings window. + * [VPNLINUX-1080] Settings not opening due to early access toggle crashing. + * [VPNLINUX-1076] Improve custom DNS. + * [VPNLINUX-1055] Added semgrep scanning to CI + * [VPNLINUX-1070] Introduce pop-up for conflicting features (netshield/custom dns) + * [VPNLINUX-1086] Add reconnection warning when enabling custom DNS. + * [VPNLINUX-1074] Drop support for Ubuntu 20.04 + * [VPNLINUX-1089] Fix kill switch leak on quit. + * [VPNLINUX-1096] Add final URL to 'learn more' link buttons. + * [VPNLINUX-1106] Update release package version used for beta toggle + * [VPNLINUX-1079] Ensure UI is using latest feature flags after login. + * [VPNLINUX-1132] Ensure app does not crash when attempting to logout after doing a search. + * [VPNLINUX-1128] Display forwarded port if available. + * [VPNLINUX-1128] Only display port if environment variable is set. + * [VPNLINUX-1134] Display server load in search results + * [VPNLINUX-1117] Include beta branch on version metadata. + * [VPNLINUX-1116] Remove code related to old feature flags. + * [VPNLINUX-1145] Re-implement tests and clean-up code. + * [VPNLINUX-1144] Replace deprecated method. + * Remove save_setting when building UI. + * [VPNLINUX-949] Fix cancel connection button + * [VPNLINUX-949] update changelog + * [VPNLINUX-1129] Show port forwarding desktop notification + * [VPNLINUX-1169] Switch DisplayPortForwarding env var to Feature Flag + * [VPNLINUX-1168] Customize Port Forwarding notification + * [VPNLINUX-1167] Update api-core dependency + * [VPNLINUX-1168] Minor changes to wording of port forwarding user interface + * [VPNLINUX-1181] add linux referral to sign-up URL + * [VPNLINUX-1176] Fix crash when quitting the app while connected and PF is enabled + +------------------------------------------------------------------- Old: ---- v4.7.4.tar.gz New: ---- v4.9.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ proton-vpn.spec ++++++ --- /var/tmp/diff_new_pack.RjtARh/_old 2025-04-02 17:12:31.643245085 +0200 +++ /var/tmp/diff_new_pack.RjtARh/_new 2025-04-02 17:12:31.643245085 +0200 @@ -1,7 +1,7 @@ # # spec file for package proton-vpn # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %global pythons python311 %endif Name: proton-vpn -Version: 4.7.4 +Version: 4.9.5 Release: 0 Summary: Official Proton VPN client License: GPL-3.0-or-later @@ -34,8 +34,8 @@ BuildRequires: %{python_module gobject} BuildRequires: %{python_module packaging} BuildRequires: %{python_module proton-core} -BuildRequires: %{python_module proton-vpn-api-core >= 0.25.0} -BuildRequires: %{python_module proton-vpn-network-manager} +BuildRequires: %{python_module proton-vpn-api-core >= 0.42.1} +BuildRequires: %{python_module proton-vpn-network-manager >= 0.12.13} BuildRequires: %{python_module pycairo} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest} @@ -51,11 +51,12 @@ Requires: %{pythons}-gobject Requires: %{pythons}-packaging Requires: %{pythons}-proton-core -Requires: %{pythons}-proton-vpn-api-core >= 0.35.2 -Requires: %{pythons}-proton-vpn-network-manager >= 0.9.1 +Requires: %{pythons}-proton-vpn-api-core >= 0.42.1 +Requires: %{pythons}-proton-vpn-network-manager >= 0.12.13 Requires: %{pythons}-pycairo Requires: %{pythons}-requests Requires: gtk3 +Suggests: libappindicator-gtk3 Conflicts: protonvpn-gui Provides: protonvpn-app = %{version} BuildArch: noarch @@ -66,7 +67,6 @@ %prep %setup -q -n proton-vpn-gtk-app-%{version} -%autopatch -p1 %build %python_build @@ -81,15 +81,11 @@ %suse_update_desktop_file -c proton-vpn "Proton VPN" "Proton VPN Client" protonvpn-app proton-vpn "GTK;Network;Utility" -%check -# ignore UI tests as they segfault with no desktop env -%pytest tests/unit --ignore=tests/unit/widgets/ - %files %doc README.md %license LICENSE COPYING.md %{_datadir}/applications/proton-vpn.desktop -%{_datadir}/icons/hicolor/*/apps/proton-vpn.* +%{_datadir}/icons/hicolor/scalable/apps/proton-vpn.svg %{python_sitelib}/proton/ %{python_sitelib}/proton_vpn_gtk_app-%{version}*.egg-info %{_bindir}/protonvpn-app ++++++ v4.7.4.tar.gz -> v4.9.5.tar.gz ++++++ ++++ 3774 lines of diff (skipped)