Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kleopatra for openSUSE:Leap:16.0 checked in at 2025-04-23 10:10:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/kleopatra (Old) and /work/SRC/openSUSE:Leap:16.0/.kleopatra.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kleopatra" Wed Apr 23 10:10:04 2025 rev:3 rq:1271709 version:25.04.0 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/kleopatra/kleopatra.changes 2025-03-19 11:48:24.065968146 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.kleopatra.new.30101/kleopatra.changes 2025-04-23 10:13:42.408971419 +0200 @@ -1,0 +2,85 @@ +Mon Apr 14 07:06:51 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 25.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/25.04.0/ +- No code change since 25.03.90 + +------------------------------------------------------------------- +Sat Mar 29 08:42:35 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 25.03.90 + * New feature release +- Too many changes since 24.12.3, only listing bugfixes: + * Fix build on macOS due to not having Wayland (variant 2) (kde#497136) + * KWatchGnuPG: Remove tray icon and quit app if window is closed (kde#384271) + +------------------------------------------------------------------- +Tue Mar 4 13:01:06 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 24.12.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/24.12.3/ +- Changes since 24.12.2: + * importcertificatescommand: Fix i18n call + +------------------------------------------------------------------- +Tue Feb 4 12:29:45 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 24.12.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/24.12.2/ +- No code change since 24.12.1 + +------------------------------------------------------------------- +Tue Jan 7 18:53:10 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 24.12.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/24.12.1/ +- Changes since 24.12.0: + * Fix build on macOS due to not having Wayland (variant 2) (kde#497136) + * Fix crash when output directory for decryption doesn't exist + +------------------------------------------------------------------- +Sun Dec 8 09:27:45 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 24.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/24.12.0/ +- No code change since 24.11.90 + +------------------------------------------------------------------- +Mon Dec 2 08:43:13 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 24.11.90 + * New feature release +- Changes since 24.11.80: + * Use KDE_INSTALL_ICONDIR + +------------------------------------------------------------------- +Sat Nov 16 17:29:53 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 24.11.80 + * New feature release +- Too many changes since 24.08.3, only listing bugfixes: + * Fix crash on non-kwin wayland compositors (kde#488090) + * Fix double-& in desktop action names for folder actions (kde#491674) + +------------------------------------------------------------------- +Tue Nov 5 10:43:28 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 24.08.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/24.08.3/ +- Changes since 24.08.2: + * Fix crash on non-kwin wayland compositors (kde#488090) + * Do not create RevokersWidget when gpgme is too old (kde#492829) + +------------------------------------------------------------------- Old: ---- kleopatra-24.08.2.tar.xz kleopatra-24.08.2.tar.xz.sig New: ---- kleopatra-25.04.0.tar.xz kleopatra-25.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kleopatra.spec ++++++ --- /var/tmp/diff_new_pack.ZOFsEX/_old 2025-04-23 10:13:42.712984132 +0200 +++ /var/tmp/diff_new_pack.ZOFsEX/_new 2025-04-23 10:13:42.712984132 +0200 @@ -1,7 +1,7 @@ # # spec file for package kleopatra # -# 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 @@ -16,13 +16,13 @@ # -%define kf6_version 6.3.0 +%define kf6_version 6.6.0 %define qt6_version 6.6.0 -%define kpim6_version 6.2.2 +%define kpim6_version 6.4.0 %bcond_without released Name: kleopatra -Version: 24.08.2 +Version: 25.04.0 Release: 0 Summary: Certificate manager and GUI for OpenPGP and CMS cryptography License: GPL-2.0-or-later @@ -33,7 +33,7 @@ Source2: applications.keyring %endif BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} -BuildRequires: libgpgmepp-devel +BuildRequires: libgpgmepp-devel >= 1.23.2 BuildRequires: pkgconfig BuildRequires: shared-mime-info BuildRequires: cmake(KF6Codecs) >= %{kf6_version} @@ -42,6 +42,7 @@ BuildRequires: cmake(KF6Crash) >= %{kf6_version} BuildRequires: cmake(KF6DBusAddons) >= %{kf6_version} BuildRequires: cmake(KF6DocTools) >= %{kf6_version} +BuildRequires: cmake(KF6GuiAddons) >= %{kf6_version} BuildRequires: cmake(KF6I18n) >= %{kf6_version} BuildRequires: cmake(KF6IconThemes) >= %{kf6_version} BuildRequires: cmake(KF6ItemModels) >= %{kf6_version} @@ -90,8 +91,6 @@ %find_lang %{name} --with-html --all-name -%ldconfig_scriptlets - %files %license LICENSES/* %doc %lang(en) %{_kf6_htmldir}/en/kleopatra/ @@ -102,24 +101,16 @@ %{_kf6_appstreamdir}/org.kde.kleopatra.appdata.xml %{_kf6_bindir}/kleopatra %{_kf6_bindir}/kwatchgnupg +%{_kf6_configdir}/kleopatradebugcommandsrc %{_kf6_debugdir}/kleopatra.categories %{_kf6_debugdir}/kleopatra.renamecategories -%{_kf6_iconsdir}/hicolor/*/apps/kleopatra.png -%{_kf6_iconsdir}/hicolor/*/apps/kwatchgnupg.png -%{_kf6_libdir}/libkleopatraclientcore.so.* -%{_kf6_libdir}/libkleopatraclientgui.so.* -%dir %{_kf6_plugindir}/pim6/ -%dir %{_kf6_plugindir}/pim6/kcms -%dir %{_kf6_plugindir}/pim6/kcms/kleopatra -%{_kf6_plugindir}/pim6/kcms/kleopatra/kleopatra_config_gnupgsystem.so +%{_kf6_iconsdir}/hicolor/*/apps/kleopatra.* +%{_kf6_iconsdir}/hicolor/*/apps/org.kde.kwatchgnupg.* %dir %{_kf6_sharedir}/kio %dir %{_kf6_sharedir}/kio/servicemenus %{_kf6_sharedir}/kio/servicemenus/kleopatra_decryptverifyfiles.desktop -%{_kf6_sharedir}/kio/servicemenus/kleopatra_decryptverifyfolders.desktop %{_kf6_sharedir}/kio/servicemenus/kleopatra_signencryptfiles.desktop %{_kf6_sharedir}/kio/servicemenus/kleopatra_signencryptfolders.desktop -%{_kf6_sharedir}/kleopatra/ -%{_kf6_sharedir}/kwatchgnupg/ %{_kf6_sharedir}/mime/packages/application-vnd-kde-kleopatra.xml %{_kf6_sharedir}/mime/packages/kleopatra-mime.xml ++++++ kleopatra-24.08.2.tar.xz -> kleopatra-25.04.0.tar.xz ++++++ ++++ 1230357 lines of diff (skipped)