commit protonvpn-gui for openSUSE:Factory

2023-09-26 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package protonvpn-gui for openSUSE:Factory 
checked in at 2023-09-26 22:01:53

Comparing /work/SRC/openSUSE:Factory/protonvpn-gui (Old)
 and  /work/SRC/openSUSE:Factory/.protonvpn-gui.new.1770 (New)


Package is "protonvpn-gui"

Tue Sep 26 22:01:53 2023 rev:4 rq:1113617 version:1.12.0

Changes:

--- /work/SRC/openSUSE:Factory/protonvpn-gui/protonvpn-gui.changes  
2022-11-30 15:00:59.553715340 +0100
+++ /work/SRC/openSUSE:Factory/.protonvpn-gui.new.1770/protonvpn-gui.changes
2023-09-26 22:07:40.669420576 +0200
@@ -1,0 +2,5 @@
+Mon Sep 25 14:58:49 UTC 2023 - Alexandre Vicenzi 
+
+- Require protonvpn-nm-lib >= 3.16.0 to fix OpenVPN credential issues
+
+---



Other differences:
--
++ protonvpn-gui.spec ++
--- /var/tmp/diff_new_pack.6Bud8i/_old  2023-09-26 22:07:42.909501466 +0200
+++ /var/tmp/diff_new_pack.6Bud8i/_new  2023-09-26 22:07:42.921501900 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package protonvpn-gui
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,7 +33,7 @@
 BuildRequires:  update-desktop-files
 Requires:   gtk3
 Requires:   python3-gobject-Gdk
-Requires:   python3-protonvpn-nm-lib >= 3.4.0
+Requires:   python3-protonvpn-nm-lib >= 3.16.0
 Requires:   python3-psutil
 Provides:   protonvpn = %{version}
 BuildArch:  noarch


commit protonvpn-gui for openSUSE:Factory

2022-11-30 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package protonvpn-gui for openSUSE:Factory 
checked in at 2022-11-30 15:00:00

Comparing /work/SRC/openSUSE:Factory/protonvpn-gui (Old)
 and  /work/SRC/openSUSE:Factory/.protonvpn-gui.new.1597 (New)


Package is "protonvpn-gui"

Wed Nov 30 15:00:00 2022 rev:3 rq:1038936 version:1.12.0

Changes:

--- /work/SRC/openSUSE:Factory/protonvpn-gui/protonvpn-gui.changes  
2022-07-08 14:01:55.646447690 +0200
+++ /work/SRC/openSUSE:Factory/.protonvpn-gui.new.1597/protonvpn-gui.changes
2022-11-30 15:00:59.553715340 +0100
@@ -1,0 +2,8 @@
+Mon Nov 28 14:25:46 UTC 2022 - Alexandre Vicenzi 
+
+- Update to 1.12.0
+  * Ensure that whenever session is invalid, user is logged out
+  * If session is invalid, logout and inform the user about it.
+  * Stop displaying new brand dialog on new login.
+
+---

Old:

  linux-app-1.10.0.tar.gz

New:

  linux-app-1.12.0.tar.gz



Other differences:
--
++ protonvpn-gui.spec ++
--- /var/tmp/diff_new_pack.Hm5NZa/_old  2022-11-30 15:01:00.061718136 +0100
+++ /var/tmp/diff_new_pack.Hm5NZa/_new  2022-11-30 15:01:00.065718159 +0100
@@ -18,7 +18,7 @@
 
 %define pythons python3
 Name:   protonvpn-gui
-Version:1.10.0
+Version:1.12.0
 Release:0
 Summary:Official Proton VPN GUI
 License:GPL-3.0-or-later

++ linux-app-1.10.0.tar.gz -> linux-app-1.12.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linux-app-1.10.0/.gitlab-ci.yml 
new/linux-app-1.12.0/.gitlab-ci.yml
--- old/linux-app-1.10.0/.gitlab-ci.yml 2022-05-31 16:12:27.0 +0200
+++ new/linux-app-1.12.0/.gitlab-ci.yml 2022-10-20 17:14:34.0 +0200
@@ -70,17 +70,11 @@
  script:
- make image-fed36 branch=$CI_COMMIT_REF_SLUG src=fedora36
 
-make-image-fed34:
+make-image-fed37:
  stage: image
  extends: make-image-deb
  script:
-   - make image-fed34 branch=$CI_COMMIT_REF_SLUG src=fedora34
-
-make-image-fed35:
- stage: image
- extends: make-image-deb
- script:
-   - make image-fed35 branch=$CI_COMMIT_REF_SLUG src=fedora35
+   - make image-fed37 branch=$CI_COMMIT_REF_SLUG src=fedora37
 
  CI Jobs ##
 test-deb:
@@ -104,18 +98,12 @@
  needs:
- job: make-image-fed36
  image: $CI_REGISTRY_IMAGE/fedora36:branch-$CI_COMMIT_REF_SLUG
- 
-test-fed34:
- extends: test-deb
- needs:
-   - job: make-image-fed34
- image: $CI_REGISTRY_IMAGE/fedora34:branch-$CI_COMMIT_REF_SLUG
 
-test-fed35:
+test-fed37:
  extends: test-deb
  needs:
-   - job: make-image-fed35
- image: $CI_REGISTRY_IMAGE/fedora35:branch-$CI_COMMIT_REF_SLUG
+   - job: make-image-fed37
+ image: $CI_REGISTRY_IMAGE/fedora37:branch-$CI_COMMIT_REF_SLUG
 
 ## Jobs to publish commits + tags from master to github
 release-publish-github:
@@ -123,8 +111,7 @@
  needs:
   - job: build-deb
   - job: build-fed36
-  - job: build-fed34
-  - job: build-fed35
+  - job: build-fed37
  when: manual
  variables:
RELEASE_SYNC_PUBLIC_URL: g...@github.com:ProtonVPN/linux-app.git
@@ -137,8 +124,7 @@
  needs:
   - job: build-deb
   - job: build-fed36
-  - job: build-fed34
-  - job: build-fed35
+  - job: build-fed37
  when: manual
  variables:
RELEASE_SYNC_PUBLIC_URL: g...@github.com:ProtonVPN/linux-app.git
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linux-app-1.10.0/Dockerfile.fed34 
new/linux-app-1.12.0/Dockerfile.fed34
--- old/linux-app-1.10.0/Dockerfile.fed34   2022-05-31 16:12:27.0 
+0200
+++ new/linux-app-1.12.0/Dockerfile.fed34   1970-01-01 01:00:00.0 
+0100
@@ -1,72 +0,0 @@
-FROM IMAGE_URL_FED34
-ARG git_repo_lib
-ENV git_repo_lib=${git_repo_lib:-GIT_REPO_LIB}
-ARG git_repo_client
-ENV git_repo_client=${git_repo_client:-GIT_REPO_CLIENT}
-ARG git_branch
-ENV git_branch=${git_branch:-GIT_BRANCH}
-
-ARG pkgname
-ENV pkgname=${pkgname:-linux-app}
-RUN dnf install -y \
-net-tools \
-gcc \
-sudo \
-git \
-rpm-build \
-rpm-devel \
-rpmlint \
-rpmdevtools \
-rpm-sign \
-python3 \
-python3-pip \
-NetworkManager \
-NetworkManager-openvpn \
-sudo \
-vim \
-nano \
-pkg-config \
-openvpn \
-openssl-devel \
-openssl-libs \
-dbus-x11 \
-gnome-keyring \
-libsecret \
-gtk3 \
-polkit \
-python3-gobject \
-python3-pyxdg \
-python3-dbus \
-python3-keyring \
-python3-distro \
-python3-gobject \
-python3-jinja2 \
-python3-pytest \
-python3-pytest-cov \
-python3-requests \
-python3-pyOpenSSL \
-python3-bcrypt \
-python3-gnupg \
-python3-systemd \

commit protonvpn-gui for openSUSE:Factory

2022-07-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package protonvpn-gui for openSUSE:Factory 
checked in at 2022-07-08 14:01:48

Comparing /work/SRC/openSUSE:Factory/protonvpn-gui (Old)
 and  /work/SRC/openSUSE:Factory/.protonvpn-gui.new.1523 (New)


Package is "protonvpn-gui"

Fri Jul  8 14:01:48 2022 rev:2 rq:987428 version:1.10.0

Changes:

--- /work/SRC/openSUSE:Factory/protonvpn-gui/protonvpn-gui.changes  
2022-04-08 00:28:28.485813164 +0200
+++ /work/SRC/openSUSE:Factory/.protonvpn-gui.new.1523/protonvpn-gui.changes
2022-07-08 14:01:55.646447690 +0200
@@ -1,0 +2,20 @@
+Fri Jul  1 18:05:30 UTC 2022 - Ben Greiner 
+
+- Update to version 1.10.0
+  * Fix: New brand dialog will now only appear once after the
+dashboard has been loaded
+- Release 1.9.0-2
+  * Fix: Update taskbar icon
+- Release 1.9.0-1
+  * Introducing Proton's refreshed look. As we continue to make
+privacy accessible to everyone, we've updated our apps to
+provide you with an even better experience with our services.
+Proton - Privacy by default
+- Release 1.8.0-2
+  * Improve: Display error message if link buttons at login can not
+be reached
+- Enable (placeholder) testsuite
+- Lower requirements for protonvpn-nm-lib
+- Adjust summary and description according to upstream's spelling
+
+---

Old:

  linux-app-1.7.0.tar.gz

New:

  linux-app-1.10.0.tar.gz



Other differences:
--
++ protonvpn-gui.spec ++
--- /var/tmp/diff_new_pack.J31BY7/_old  2022-07-08 14:01:56.318448409 +0200
+++ /var/tmp/diff_new_pack.J31BY7/_new  2022-07-08 14:01:56.326448417 +0200
@@ -16,10 +16,11 @@
 #
 
 
+%define pythons python3
 Name:   protonvpn-gui
-Version:1.7.0
+Version:1.10.0
 Release:0
-Summary:Official ProtonVPN GUI
+Summary:Official Proton VPN GUI
 License:GPL-3.0-or-later
 Group:  Productivity/Networking/Security
 URL:https://github.com/ProtonVPN/linux-app
@@ -32,13 +33,13 @@
 BuildRequires:  update-desktop-files
 Requires:   gtk3
 Requires:   python3-gobject-Gdk
-Requires:   python3-protonvpn-nm-lib >= 3.7.0
+Requires:   python3-protonvpn-nm-lib >= 3.4.0
 Requires:   python3-psutil
 Provides:   protonvpn = %{version}
 BuildArch:  noarch
 
 %description
-The ProtonVPN GUI is intended for every ProtonVPN service user.
+The Proton VPN GUI is intended for every Proton VPN service user.
 
 %prep
 %setup -q -n linux-app-%{version}
@@ -55,7 +56,11 @@
 cp rpmbuild/SOURCES/protonvpn-logo.png 
%{buildroot}/%{_datadir}/pixmaps/protonvpn.png
 cp rpmbuild/SOURCES/protonvpn.desktop 
%{buildroot}/%{_datadir}/applications/protonvpn.desktop
 
-%suse_update_desktop_file -c protonvpn ProtonVPN "ProtonVPN GUI Client" 
protonvpn protonvpn Network
+%suse_update_desktop_file -c protonvpn ProtonVPN "Proton VPN GUI Client" 
protonvpn protonvpn Network
+
+%check
+# It's only a placeholder test, but catch it for future upstream improvements
+%pytest
 
 %files
 %doc README.md
@@ -63,7 +68,7 @@
 %{_datadir}/applications/protonvpn.desktop
 %{_datadir}/pixmaps/protonvpn.png
 %{python3_sitelib}/protonvpn_gui
-%{python3_sitelib}/protonvpn_gui-*-py*.*-info
+%{python3_sitelib}/protonvpn_gui-%{version}*-info
 %{_bindir}/protonvpn
 
 %changelog

++ linux-app-1.7.0.tar.gz -> linux-app-1.10.0.tar.gz ++
 5185 lines of diff (skipped)