From 1e75597dab473ce7cd95e3240450c3524c7c7d91ba1f0a79cf932117c83e0998 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sun, 7 Feb 2021 08:44:58 +0000 Subject: [PATCH] Accepting request 870062 from home:jgwang:branches:KDE:Extra Update to version 8.0.4 OBS-URL: https://build.opensuse.org/request/show/870062 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/alkimia?expand=0&rev=29 --- alkimia-8.0.3.tar.xz | 3 --- alkimia-8.0.4.tar.xz | 3 +++ alkimia.changes | 16 ++++++++++++++++ alkimia.spec | 6 +++--- 4 files changed, 22 insertions(+), 6 deletions(-) delete mode 100644 alkimia-8.0.3.tar.xz create mode 100644 alkimia-8.0.4.tar.xz diff --git a/alkimia-8.0.3.tar.xz b/alkimia-8.0.3.tar.xz deleted file mode 100644 index 066db87..0000000 --- a/alkimia-8.0.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e57ed9279557d8e3575e7556a81b08dff4e882e9f5ad8502da63bfc98c7b33e -size 212780 diff --git a/alkimia-8.0.4.tar.xz b/alkimia-8.0.4.tar.xz new file mode 100644 index 0000000..d41287a --- /dev/null +++ b/alkimia-8.0.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0004a7068dff0aa2cb6f47f70d21c129073be11f2edb21f14512bc4470487d1f +size 221108 diff --git a/alkimia.changes b/alkimia.changes index 79ea56c..7cb2904 100644 --- a/alkimia.changes +++ b/alkimia.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Feb 05 08:16:29 UTC 2021 - Wang Jun + +- Update to version 8.0.4 + * Add initial QWebEngine support for KF5 builds + * Add debug info for running perl script in + AlkFinanceQuoteProcess::launch() + * Add file menu with entry 'quit' + * Add switch language entry to help menu + * Add option ENABLE_FINANCEQUOTE and set to false by default on Windows + * Bug and crash fixes + * Fix fatal error caused by calling i18n in another thread initiated + * Fix WebEngine/WebKit/Widgets backend choice + * Fix 'alkimia fails to find mpirxx.h + * Remove unused toolbar + ------------------------------------------------------------------- Sat Jan 11 09:28:53 UTC 2020 - Christophe Giboudeaux diff --git a/alkimia.spec b/alkimia.spec index 1ad50c2..fc6ee5f 100644 --- a/alkimia.spec +++ b/alkimia.spec @@ -1,7 +1,7 @@ # # spec file for package alkimia # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define sonum 8 %bcond_without lang Name: alkimia -Version: 8.0.3 +Version: 8.0.4 Release: 0 Summary: Library with common classes and functionality used by finance applications License: LGPL-2.1-or-later @@ -66,7 +66,7 @@ The development files for libalkimia. %setup -q %build -%cmake_kf5 -d build -- -DBUILD_WITH_WEBKIT=0 -DBUILD_APPLETS=0 +%cmake_kf5 -d build -- -DBUILD_WITH_WEBKIT=0 -DBUILD_APPLETS=0 -DENABLE_FINANCEQUOTE=1 %make_jobs %install