Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package otpclient for openSUSE:Factory checked in at 2025-05-09 18:52:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/otpclient (Old) and /work/SRC/openSUSE:Factory/.otpclient.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "otpclient" Fri May 9 18:52:03 2025 rev:40 rq:1276247 version:4.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/otpclient/otpclient.changes 2024-08-08 10:59:23.210058207 +0200 +++ /work/SRC/openSUSE:Factory/.otpclient.new.30101/otpclient.changes 2025-05-09 18:54:02.011756083 +0200 @@ -1,0 +2,10 @@ +Fri May 9 11:43:25 UTC 2025 - Paolo Stivanin <[email protected]> + +- Update to 4.1.0: + * ADDED: minimize to tray with ayatana-appindicator3 (#386 thanks a lot @len-foss) + * IMPROVED: only show memlock warning dialog when secure memory is unavailable (#397) + * IMPROVED: allow creating a database via CLI (#392) + * FIX: allow using different databases in flatpak (#372) + * CHANGED: dropped andOTP support + +------------------------------------------------------------------- Old: ---- v4.0.2.tar.gz v4.0.2.tar.gz.asc New: ---- v4.1.0.tar.gz v4.1.0.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ otpclient.spec ++++++ --- /var/tmp/diff_new_pack.Hi14wN/_old 2025-05-09 18:54:02.519777215 +0200 +++ /var/tmp/diff_new_pack.Hi14wN/_new 2025-05-09 18:54:02.519777215 +0200 @@ -1,7 +1,7 @@ # # spec file for package otpclient # -# 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 @@ -18,7 +18,7 @@ %define uclname OTPClient Name: otpclient -Version: 4.0.2 +Version: 4.1.0 Release: 0 Summary: Simple GTK+ client for managing TOTP and HOTP License: GPL-3.0-or-later @@ -30,6 +30,7 @@ BuildRequires: cmake BuildRequires: gcc BuildRequires: gcc-c++ +BuildRequires: libayatana-appindicator3-devel BuildRequires: libcotp-devel >= 3.0.0 BuildRequires: libgcrypt-devel >= 1.10.1 BuildRequires: libjansson-devel >= 2.12.0 @@ -51,13 +52,14 @@ HMAC-Based One-Time Passwords (HOTP). %prep -%setup -q -n %{uclname}-%{version} +%autosetup -p1 -n %{uclname}-%{version} %build %cmake \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DBUILD_GUI=ON \ - -DBUILD_CLI=ON + -DBUILD_CLI=ON \ + -DENABLE_MINIMIZE_TO_TRAY=ON %cmake_build %install ++++++ v4.0.2.tar.gz -> v4.1.0.tar.gz ++++++ ++++ 2308 lines of diff (skipped)
