Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package alkimia for openSUSE:Factory checked in at 2021-04-29 01:38:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alkimia (Old) and /work/SRC/openSUSE:Factory/.alkimia.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alkimia" Thu Apr 29 01:38:44 2021 rev:8 rq:889064 version:8.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/alkimia/alkimia.changes 2021-02-08 11:47:28.941715360 +0100 +++ /work/SRC/openSUSE:Factory/.alkimia.new.12324/alkimia.changes 2021-04-29 01:39:55.150707515 +0200 @@ -1,0 +2,14 @@ +Wed Apr 28 14:28:53 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de> + +- Update to version 8.1.0 + * Do not override the global translation domain of the application + * Add support for skipping date extraction when a quote service + does not provide a valid date + * Fix bug not been able to rename local quote source + * Many other bugfixes +- Update dependencies to build with KF5 +- Drop upstream merged 0001-Use-new-KNS-install-location.patch +- Add patch from upstream: + * 0001-Add-missing-QUrl-include-with-DBUILD_WITH_WEBENGINE.patch + +------------------------------------------------------------------- Old: ---- 0001-Use-new-KNS-install-location.patch alkimia-8.0.4.tar.xz New: ---- 0001-Add-missing-QUrl-include-with-DBUILD_WITH_WEBENGINE.patch alkimia-8.1.0.tar.xz alkimia-8.1.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alkimia.spec ++++++ --- /var/tmp/diff_new_pack.31Yx86/_old 2021-04-29 01:39:55.650708223 +0200 +++ /var/tmp/diff_new_pack.31Yx86/_new 2021-04-29 01:39:55.654708229 +0200 @@ -19,23 +19,28 @@ %define sonum 8 %bcond_without lang Name: alkimia -Version: 8.0.4 +Version: 8.1.0 Release: 0 Summary: Library with common classes and functionality used by finance applications License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ URL: https://kmymoney.org/ Source0: https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz -# PATCH-FIX-UPSTREAM -Patch0: 0001-Use-new-KNS-install-location.patch +Source1: https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz.sig +# PATCH-FIX-UPSTREAM fix took from upstream GIT +Patch0: 0001-Add-missing-QUrl-include-with-DBUILD_WITH_WEBENGINE.patch BuildRequires: doxygen BuildRequires: extra-cmake-modules BuildRequires: gmp-devel +BuildRequires: cmake(KF5Completion) BuildRequires: cmake(KF5Config) BuildRequires: cmake(KF5CoreAddons) -BuildRequires: cmake(KF5KDELibs4Support) +BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5IconThemes) +BuildRequires: cmake(KF5KIO) BuildRequires: cmake(KF5NewStuff) BuildRequires: cmake(KF5Package) +BuildRequires: cmake(KF5TextWidgets) BuildRequires: cmake(Qt5Core) >= 5.2.0 BuildRequires: cmake(Qt5DBus) >= 5.2.0 BuildRequires: cmake(Qt5Qml) >= 5.2.0 ++++++ 0001-Add-missing-QUrl-include-with-DBUILD_WITH_WEBENGINE.patch ++++++ >From 32360d6ec3077c0a69577ed7b8f697f81ba64800 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner <ast...@gentoo.org> Date: Fri, 5 Mar 2021 22:40:40 +0100 Subject: [PATCH] Add missing QUrl include with -DBUILD_WITH_WEBENGINE=no Downstream report: https://bugs.gentoo.org/774321 Signed-off-by: Andreas Sturmlechner <ast...@gentoo.org> --- tools/onlinequoteseditor/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/onlinequoteseditor/mainwindow.cpp b/tools/onlinequoteseditor/mainwindow.cpp index fad7e85..d5a3026 100644 --- a/tools/onlinequoteseditor/mainwindow.cpp +++ b/tools/onlinequoteseditor/mainwindow.cpp @@ -28,6 +28,7 @@ #include <QComboBox> #include <QDockWidget> #include <QLineEdit> +#include <QUrl> class MainWindow::Private { -- 2.26.2 ++++++ alkimia-8.0.4.tar.xz -> alkimia-8.1.0.tar.xz ++++++ ++++ 14910 lines of diff (skipped)