Hello community,

here is the log from the commit of package alkimia for openSUSE:Factory checked 
in at 2020-01-15 16:14:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/alkimia (Old)
 and      /work/SRC/openSUSE:Factory/.alkimia.new.30080 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "alkimia"

Wed Jan 15 16:14:05 2020 rev:6 rq:763103 version:8.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/alkimia/alkimia.changes  2019-03-26 
15:44:26.972147903 +0100
+++ /work/SRC/openSUSE:Factory/.alkimia.new.30080/alkimia.changes       
2020-01-15 16:34:28.048928874 +0100
@@ -1,0 +2,12 @@
+Sat Jan 11 09:28:53 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 8.0.3.
+  * Add option to disable Webkit on KF5 builds
+  * Bug and crash fixes
+  * Don't hardcode the QML install dir
+  * Fix integration of "Finance::Quote" sources into kmymoney
+  * Export class AlkWebPage as wrapper for a generic web page
+  * Fix installing and finding financequote.pl
+  * Add experimental support for financequote.pl
+
+-------------------------------------------------------------------

Old:
----
  alkimia-7.0.2.tar.xz

New:
----
  alkimia-8.0.3.tar.xz

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

Other differences:
------------------
++++++ alkimia.spec ++++++
--- /var/tmp/diff_new_pack.BDj9Il/_old  2020-01-15 16:34:28.632929084 +0100
+++ /var/tmp/diff_new_pack.BDj9Il/_new  2020-01-15 16:34:28.636929086 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alkimia
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,10 @@
 #
 
 
-%define sonum 7
+%define sonum 8
+%bcond_without lang
 Name:           alkimia
-Version:        7.0.2
+Version:        8.0.3
 Release:        0
 Summary:        Library with common classes and functionality used by finance 
applications
 License:        LGPL-2.1-or-later
@@ -28,9 +29,16 @@
 BuildRequires:  doxygen
 BuildRequires:  extra-cmake-modules
 BuildRequires:  gmp-devel
+BuildRequires:  cmake(KF5Config)
+BuildRequires:  cmake(KF5CoreAddons)
+BuildRequires:  cmake(KF5KDELibs4Support)
+BuildRequires:  cmake(KF5NewStuff)
+BuildRequires:  cmake(KF5Package)
 BuildRequires:  cmake(Qt5Core) >= 5.2.0
 BuildRequires:  cmake(Qt5DBus) >= 5.2.0
+BuildRequires:  cmake(Qt5Qml) >= 5.2.0
 BuildRequires:  cmake(Qt5Test) >= 5.2.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.2.0
 
 %description
 libalkimia is a library with common classes and functionality used by finance
@@ -52,19 +60,45 @@
 %description -n libalkimia5-devel
 The development files for libalkimia.
 
+%lang_package
+
 %prep
 %setup -q
 
 %build
-%cmake_kf5 -d build
+%cmake_kf5 -d build -- -DBUILD_WITH_WEBKIT=0 -DBUILD_APPLETS=0
 %make_jobs
 
 %install
 %kf5_makeinstall -C build
+mkdir -p %{buildroot}%{_datadir}/alkimia5/misc
+mv %{buildroot}/alkimia5/misc/financequote.pl 
%{buildroot}%{_datadir}/alkimia5/misc/financequote.pl
+
+%if %{with lang}
+%find_lang alkimia %{name}.lang
+%find_lang onlinequoteseditor %{name}.lang
+%find_lang plasma_applet_onlinequote %{name}.lang
+%find_lang plasma_applet_org.wincak.foreigncurrencies2 %{name}.lang
+%endif
 
 %post -n libalkimia5-%{sonum} -p /sbin/ldconfig
 %postun -n libalkimia5-%{sonum} -p /sbin/ldconfig
 
+%files
+%license COPYING.LIB
+%{_kf5_applicationsdir}/org.kde.onlinequoteseditor5.desktop
+%{_kf5_bindir}/onlinequoteseditor5
+%{_kf5_iconsdir}/hicolor/*/apps/onlinequoteseditor5.*
+%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
 %dir %{_includedir}/alkimia/
@@ -78,4 +112,8 @@
 %doc README.md
 %{_kf5_libdir}/libalkimia5.so.%{sonum}*
 
+%if %{with lang}
+%files lang -f %{name}.lang
+%endif
+
 %changelog

++++++ alkimia-7.0.2.tar.xz -> alkimia-8.0.3.tar.xz ++++++
++++ 29240 lines of diff (skipped)


Reply via email to