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-02-08 11:47:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/alkimia (Old)
 and      /work/SRC/openSUSE:Factory/.alkimia.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "alkimia"

Mon Feb  8 11:47:28 2021 rev:7 rq:870063 version:8.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/alkimia/alkimia.changes  2020-01-15 
16:34:28.048928874 +0100
+++ /work/SRC/openSUSE:Factory/.alkimia.new.28504/alkimia.changes       
2021-02-08 11:47:28.941715360 +0100
@@ -1,0 +2,22 @@
+Sun Feb  7 08:45:57 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Add upstream patch:
+  * 0001-Use-new-KNS-install-location.patch
+
+-------------------------------------------------------------------
+Fri Feb 05 08:16:29 UTC 2021 - Wang Jun <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  alkimia-8.0.3.tar.xz

New:
----
  0001-Use-new-KNS-install-location.patch
  alkimia-8.0.4.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ alkimia.spec ++++++
--- /var/tmp/diff_new_pack.PdFIBp/_old  2021-02-08 11:47:29.601716430 +0100
+++ /var/tmp/diff_new_pack.PdFIBp/_new  2021-02-08 11:47:29.605716436 +0100
@@ -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,13 +19,15 @@
 %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
 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
 BuildRequires:  doxygen
 BuildRequires:  extra-cmake-modules
 BuildRequires:  gmp-devel
@@ -63,11 +65,11 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-%cmake_kf5 -d build -- -DBUILD_WITH_WEBKIT=0 -DBUILD_APPLETS=0
-%make_jobs
+%cmake_kf5 -d build -- -DBUILD_WITH_WEBKIT=0 -DBUILD_APPLETS=0 
-DENABLE_FINANCEQUOTE=1
+%cmake_build
 
 %install
 %kf5_makeinstall -C build
@@ -89,15 +91,15 @@
 %{_kf5_applicationsdir}/org.kde.onlinequoteseditor5.desktop
 %{_kf5_bindir}/onlinequoteseditor5
 %{_kf5_iconsdir}/hicolor/*/apps/onlinequoteseditor5.*
+%{_kf5_knsrcfilesdir}/alkimia-quotes.knsrc
+%{_kf5_knsrcfilesdir}/kmymoney-quotes.knsrc
+%{_kf5_knsrcfilesdir}/skrooge-quotes.knsrc
 %dir %{_kf5_qmldir}/org/
 %dir %{_kf5_qmldir}/org/kde
 %dir %{_kf5_qmldir}/org/kde/alkimia
 %{_kf5_qmldir}/org/kde/alkimia/libqmlalkimia.so
 %{_kf5_qmldir}/org/kde/alkimia/qmldir
 %{_kf5_sharedir}/alkimia5/
-%{_kf5_sysconfdir}/xdg/alkimia-quotes.knsrc
-%{_kf5_sysconfdir}/xdg/kmymoney-quotes.knsrc
-%{_kf5_sysconfdir}/xdg/skrooge-quotes.knsrc
 
 %files -n libalkimia5-devel
 %license COPYING.LIB

++++++ 0001-Use-new-KNS-install-location.patch ++++++
>From 9f2ec226ec0952e45d4cc5de2643f3865f7334c0 Mon Sep 17 00:00:00 2001
From: Alexander Lohnau <[email protected]>
Date: Sun, 1 Nov 2020 13:08:04 +0100
Subject: [PATCH] Use new KNS install location

---
 src/CMakeLists.txt             | 6 +++++-
 src/alkonlinequotesprofile.cpp | 3 +++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 3a19d34..f5f2768 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -163,7 +163,11 @@ if(BUILD_QT4)
     set(APPDATA_INSTALL_DIR ${SHARE_INSTALL_DIR}/kde4/apps)
     set(FQ_LOCAL_INSTALL_PATH 
${CMAKE_BINARY_DIR}/share/apps/alkimia${ALKIMIA_PATH_SUFFIX}/misc)
 else()
-    set(KNSRC_INSTALL_DIR ${CONFIG_INSTALL_DIR})
+    if(KF5NewStuff_VERSION VERSION_GREATER "5.56.0")
+        set(KNSRC_INSTALL_DIR ${KDE_INSTALL_KNSRCDIR})
+    else()
+        set(KNSRC_INSTALL_DIR ${CONFIG_INSTALL_DIR})
+    endif()
     set(APPDATA_INSTALL_DIR ${SHARE_INSTALL_DIR})
     set(FQ_LOCAL_INSTALL_PATH 
${CMAKE_BINARY_DIR}/share/alkimia${ALKIMIA_PATH_SUFFIX}/misc)
 endif()
diff --git a/src/alkonlinequotesprofile.cpp b/src/alkonlinequotesprofile.cpp
index cc4b70a..d778383 100644
--- a/src/alkonlinequotesprofile.cpp
+++ b/src/alkonlinequotesprofile.cpp
@@ -323,6 +323,9 @@ QString AlkOnlineQuotesProfile::name() const
 QString AlkOnlineQuotesProfile::hotNewStuffConfigFile() const
 {
     QString configFile = KStandardDirs::locate("config", d->m_GHNSFile);
+    if (configFile.isEmpty()) {
+         configFile = KStandardDirs::locate("data", "knsrcfiles/" + 
d->m_GHNSFile);
+    }
     if (configFile.isEmpty()) {
         configFile = QString("%1/%2").arg(KNSRC_DIR, d->m_GHNSFile);
     }
-- 
2.30.0

++++++ alkimia-8.0.3.tar.xz -> alkimia-8.0.4.tar.xz ++++++
++++ 12178 lines of diff (skipped)

Reply via email to