Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package klevernotes for openSUSE:Factory checked in at 2025-03-19 22:33:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/klevernotes (Old) and /work/SRC/openSUSE:Factory/.klevernotes.new.4956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "klevernotes" Wed Mar 19 22:33:13 2025 rev:3 rq:1254225 version:1.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/klevernotes/klevernotes.changes 2024-10-12 13:35:57.649744940 +0200 +++ /work/SRC/openSUSE:Factory/.klevernotes.new.4956/klevernotes.changes 2025-03-19 22:33:22.641250960 +0100 @@ -1,0 +2,16 @@ +Tue Mar 18 16:44:50 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 1.2.0 + * New file structure that perfectly mirrors what you see in + the sidebar. Ability to change the color and icon of each item. + * New drawing page with more features. + * "Copy" button in the code block. + * New bottom bar for switching between notes and tasks. + * Improved page turn animation. + * Pressing V without a modifier while an image is in the + clipboard does nothing (as expected). + * Preventing the use of a "/" to name an item, as it would + create a directory. + * Various rendering issues. + +------------------------------------------------------------------- Old: ---- klevernotes-1.1.0.tar.xz klevernotes-1.1.0.tar.xz.sig New: ---- klevernotes-1.2.0.tar.xz klevernotes-1.2.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ klevernotes.spec ++++++ --- /var/tmp/diff_new_pack.5b4Kuf/_old 2025-03-19 22:33:23.133271673 +0100 +++ /var/tmp/diff_new_pack.5b4Kuf/_new 2025-03-19 22:33:23.133271673 +0100 @@ -16,12 +16,12 @@ # -%define kf6_version 6.0 +%define kf6_version 6.4 %define qt6_version 6.5 %bcond_without released Name: klevernotes -Version: 1.1.0 +Version: 1.2.0 Release: 0 Summary: Note taking and management application License: GPL-3.0-or-later @@ -35,6 +35,7 @@ BuildRequires: cmake(KF6Config) >= %{kf6_version} BuildRequires: cmake(KF6ConfigWidgets) >= %{kf6_version} BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version} +BuildRequires: cmake(KF6IconThemes) >= %{kf6_version} BuildRequires: cmake(KF6I18n) >= %{kf6_version} BuildRequires: cmake(KF6KIO) >= %{kf6_version} BuildRequires: cmake(KF6Kirigami) >= %{kf6_version} @@ -72,6 +73,9 @@ %prep %autosetup -p1 +# Version bump was forgotten +sed -i 's#VERSION "1\.1\.1"#VERSION "1\.2\.0"#' CMakeLists.txt + %build %cmake_kf6 ++++++ klevernotes-1.1.0.tar.xz -> klevernotes-1.2.0.tar.xz ++++++ ++++ 53545 lines of diff (skipped)