Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kraft for openSUSE:Factory checked in at 2023-09-20 13:25:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kraft (Old) and /work/SRC/openSUSE:Factory/.kraft.new.16627 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kraft" Wed Sep 20 13:25:16 2023 rev:20 rq:1111750 version:1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kraft/kraft.changes 2023-05-01 18:51:35.765502980 +0200 +++ /work/SRC/openSUSE:Factory/.kraft.new.16627/kraft.changes 2023-09-20 13:26:53.593709273 +0200 @@ -1,0 +2,24 @@ +Sat Sep 16 19:51:41 UTC 2023 - Klaas Freitag <opens...@freisturz.de> + +- Update to version 1.1 + + * updated nl translations of the manual + * update the app translations + * Fix the application icon + * Fix the changed Akonadi Prefix, added build switch AKONADI_LEGACY_BUILD + * More Akonadi related ifdefs + * Few fixes and improvements to cmake files (eg. #205) + * cleanup of code and remove endl which removes lots of warnings + * Allow Macros in pre- and post text, to support date calculations and + sum calculation (incl. tax) based on tags + * more tests + * Add Button to Allow to insert template pre- and post texts rather than + replace the entire text #167 + +------------------------------------------------------------------- +Sun Sep 10 15:34:14 UTC 2023 - Klaas Freitag <opens...@freisturz.de> + +- Update to version 1.1 RC1 +- Remove patch fixakonadi.patch because it went upstream + +------------------------------------------------------------------- Old: ---- fixakonadi.patch kraft-1.0.tar.xz New: ---- kraft-1.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kraft.spec ++++++ --- /var/tmp/diff_new_pack.LV4Lr3/_old 2023-09-20 13:26:54.773751549 +0200 +++ /var/tmp/diff_new_pack.LV4Lr3/_new 2023-09-20 13:26:54.773751549 +0200 @@ -20,7 +20,7 @@ %bcond_without akonadi %bcond_with qpdfview Name: kraft -Version: 1.0 +Version: 1.1 Release: 0 Summary: KDE software to manage office documents in the office License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -34,6 +34,7 @@ BuildRequires: cmake(Grantlee5) BuildRequires: cmake(KF5Codecs) BuildRequires: cmake(KF5Config) +BuildRequires: cmake(KF5ContactEditor) BuildRequires: cmake(KF5Contacts) BuildRequires: cmake(KF5I18n) BuildRequires: cmake(Qt5Core) >= 5.5.0 @@ -62,7 +63,6 @@ %endif %endif # PATCH-FIX-UPSTREAM fixakonadi.patch Use new Akonadi Prefix -Patch1: fixakonadi.patch %description Kraft is KDE software to help to create and manage office documents such as @@ -78,10 +78,15 @@ %if %{with qpdfview} %patch0 -p1 %endif -%patch1 -p1 %build +# Create the .tag file that is read by cmake with the version. +# Workaround since the github created tarball does not contain the .tag file with +# the latest commit. + +[ -f .tag ] && echo ".tag file exists in tarball." || echo "%{version}" > .tag + %if 0%{?suse_version} > 1500 %cmake_kf5 -d build %else ++++++ kraft-1.0.tar.xz -> kraft-1.1.tar.xz ++++++ ++++ 35370 lines of diff (skipped)