Hello community, here is the log from the commit of package kmymoney for openSUSE:Factory checked in at 2018-11-10 16:59:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kmymoney (Old) and /work/SRC/openSUSE:Factory/.kmymoney.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmymoney" Sat Nov 10 16:59:26 2018 rev:61 rq:646411 version:5.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/kmymoney/kmymoney.changes 2018-07-13 10:23:00.526574647 +0200 +++ /work/SRC/openSUSE:Factory/.kmymoney.new/kmymoney.changes 2018-11-10 17:02:00.035561310 +0100 @@ -1,0 +2,103 @@ +Mon Nov 5 08:53:25 UTC 2018 - [email protected] + +- Update to version 5.0.2 + * List of bugs which have been fixed: + + when using the 'amount entry widget' in the ledger view, it + hangs off the screen (kde#283784) + + Update the documentation screenshots (kde#340244) + + Saving anonymous file loses relation between investment + accounts and brokerage accounts (kde#340902) + + investment account does not have key value pair for + lastImportedTransactionDate (kde#343878) + + User is asked to create a new category in splits table if + change is aborted (kde#344409) + + "Update Stock and Currency Prices" doesn't work when base + currency is South Korean Won(KRW) (kde#368190) + + investactivities.cpp: 8 * Redundant condition (kde#385180) + + Entering fees in Investment account (ie broker fee) doesn't + appear with transaction (kde#390750) + + Double free or corruption when creating a new asset account + (kde#391251) + + Missing 2 .h files in /usr/include/kmymoney (kde#392110) + + 5.0.1 is shown as 5.0.0 in splash screen and about dialog + (kde#392372) + + Home page Net Worth Forecast Not correct (kde#392407) + + Cannot create new investment (kde#392477) + + Reports Configure dialog uses a "Find" button instead of an + "Apply" button (kde#392519) + + OFX - Mapping Account - Last Update Change causing Update + Account greying - Online Settings disappears (kde#392603) + + Crash on viewing or trying to add data into any account + (kde#392735) + + [Patch] Fix working week in 5.x/master (kde#393168) + + Budgeted vs. Actual report: Budgeted values broken if ticks + selected to Bi-Monthly, Quarterly or Yearly (kde#393752) + + MySQL connection error with dbname "KMyMoney" (kde#394384) + + problems adding securities to investment accounts (kde#394394) + + csv writer generates invalid file in case field delimiter is + used in any field (kde#395025) + + CSV Export of Investment Accounts does not issue transactions + on non-English kmymoney installations (kde#395040) + + Last selected view (kde#395100) + + KMyMoney gitt head master, crash on opening any account + (kde#395291) + + Ledger Input: Category Field (kde#395459) + + QIF Export manually typing file path adds .qif after every + character (kde#395985) + + Cannot create new investment (kde#396174) + + Last digit of date field is obscured by "details column" in + ledger view (kde#396405) + + CSV: ordering of buttons when finishing wizard (kde#396759) + + Online Banking Behavior Change Since 4.8 (kde#396886) + + Payee "Suggest a category" does not work (kde#396987) + + Opening dates in "all dates" plot (kde#397020) + + Net worth does not appear (kde#397021) + + Default color of imported transaction in the ledger (kde#397023) + + Kmymoney version in help menu, splash screen and apt are + different (kde#397025) + + Net worth forecast graph in new file shows formatting problem + (kde#397436) + + double clicking in ledger activates edit, but does not select + transaction clicked on (kde#397457) + + cannot connect to kmysql database because of prepended slash + (kde#397675) + + Limit in number of securities (397824) + + écran d'accueil (kde#398168) + + Account information report crashes (kde#398394) + + KMyMoney does not prompt for password when connecting to + database (kde#398409) + + KMyMoney does not work properly when changing from one file to + another (kde#399244) + + "show balance chart" does not show 3 months forecast in the + future anymore (kde#399309) + + Unable to Update Prices (kde#399378) + + importer file selector does not show QIF files and does not + remember last import directory (kde#399673) + * New improvements: + + Online web source "KMyMoney Currency" does not support price + pairs without decimal (kde#396797) + + Speedup loading of home page + + KDE binary factory builds for MS-Windows installer + + Add color coding of pos/neg amounts for 'posted value' column + + Fix online credit transfer creation + + Some features have been moved to plugins so that they can be + turned off if unused + + Provide correct version information for all shared object files + + Improved handling of "Save as..." logic + + Allow to add a timezone offset for OFX import on account basis + + Moved GPG key handling to XML plugin + + Accounts can now take a URL for direct access of the online + banking web-site + + Support more than one online banking provider during update + + Added option to keep linebreaks in memo of AqBanking + transaction imports + + Remove reference to online balance when unmapping account + + Added feature to make DB password visible during input +- Drop patches merged upstream: + * Fix-build-with-Qt-5.11.patch + * Delete-item-after-it-has-been-removed.patch + * Improve-deletion-of-unused-widgets-in-transaction-editor.patch +- Build with QtWebEngine instead of QtWebKit where possible +- Run spec-cleaner + +------------------------------------------------------------------- Old: ---- Delete-item-after-it-has-been-removed.patch Fix-build-with-Qt-5.11.patch Improve-deletion-of-unused-widgets-in-transaction-editor.patch kmymoney-5.0.1.tar.xz New: ---- kmymoney-5.0.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmymoney.spec ++++++ --- /var/tmp/diff_new_pack.9KrzHa/_old 2018-11-10 17:02:01.591559410 +0100 +++ /var/tmp/diff_new_pack.9KrzHa/_new 2018-11-10 17:02:01.595559405 +0100 @@ -17,21 +17,24 @@ %bcond_without lang - +%if 0%{?suse_version} >= 1500 +# Only include WebEngine for platforms that support it +%ifarch %{ix86} x86_64 %{arm} aarch64 mips mips64 +%bcond_without qtwebengine +%else +%bcond_with qtwebengine +%endif +%else +%bcond_with qtwebengine +%endif Name: kmymoney -Version: 5.0.1 +Version: 5.0.2 Release: 0 Summary: A Personal Finance Manager by KDE -License: GPL-2.0 OR GPL-3.0 +License: GPL-2.0-only OR GPL-3.0-only Group: Productivity/Office/Finance -Url: http://www.kmymoney.org/ +URL: http://www.kmymoney.org/ Source0: http://download.kde.org/stable/kmymoney/%{version}/src/%{name}-%{version}.tar.xz -# PATCH-FIX-UPSTREAM -Patch: Fix-build-with-Qt-5.11.patch -# PATCH-FIX-UPSTREAM -Patch1: Delete-item-after-it-has-been-removed.patch -# PATCH-FIX-UPSTREAM -Patch2: Improve-deletion-of-unused-widgets-in-transaction-editor.patch BuildRequires: aqbanking-devel BuildRequires: doxygen BuildRequires: extra-cmake-modules @@ -65,7 +68,6 @@ BuildRequires: cmake(KF5Service) BuildRequires: cmake(KF5TextWidgets) BuildRequires: cmake(KF5Wallet) -BuildRequires: cmake(KF5WebKit) BuildRequires: cmake(KF5XmlGui) BuildRequires: pkgconfig(Qt5Concurrent) >= 5.6.0 BuildRequires: pkgconfig(Qt5Core) >= 5.6.0 @@ -78,12 +80,6 @@ BuildRequires: pkgconfig(Qt5Widgets) >= 5.6.0 BuildRequires: pkgconfig(Qt5Xml) >= 5.6.0 BuildRequires: pkgconfig(libical) -%if %{suse_version} >= 1500 -# Only include WebEngine for platforms that support it -%ifarch %{ix86} x86_64 %{arm} aarch64 mips mips64 -BuildRequires: pkgconfig(Qt5WebEngine) >= 5.8.0 -%endif -%endif Requires(post): shared-mime-info Requires(postun): shared-mime-info Recommends: %{name}-lang = %{version} @@ -92,6 +88,11 @@ Obsoletes: kmymoney5 < %{version} Provides: kmymoney-doc = %{version} Obsoletes: kmymoney-doc < %{version} +%if %{with qtwebengine} +BuildRequires: pkgconfig(Qt5WebEngine) >= 5.8.0 +%else +BuildRequires: cmake(KF5WebKit) +%endif %description KMyMoney is a Personal Finance Manager by KDE. It operates @@ -111,22 +112,22 @@ %prep %setup -q -%patch -p1 -%patch1 -p1 -%patch2 -p1 %build - +%if %{with qtwebengine} +%cmake_kf5 -d build -- -DENABLE_WEBENGINE=ON +%else %cmake_kf5 -d build +%endif %make_jobs %install %kf5_makeinstall -C build %fdupes -s %{buildroot} -%if %{with_lang} +%if %{with lang} %find_lang %{name} --with-man -%kf5_find_htmldocs +%{kf5_find_htmldocs} %endif %post @@ -153,33 +154,33 @@ %{_kf5_kxmlguidir}/ %{_kf5_libdir}/libkmm_csvimportercore.so.* %{_kf5_libdir}/libkmm_icons.so.* +%{_kf5_libdir}/libkmm_menus.so.* +%{_kf5_libdir}/libkmm_models.so.* +%{_kf5_libdir}/libkmm_settings.so.* %{_kf5_libdir}/libkmm_mymoney.so.* %{_kf5_libdir}/libkmm_payeeidentifier.so.* %{_kf5_libdir}/libkmm_plugin.so.* %{_kf5_libdir}/libkmm_widgets.so.* -%{_kf5_libdir}/libpayeeidentifier_iban_bic.so.* -%{_kf5_libdir}/libpayeeidentifier_iban_bic_widgets.so.* -%{_kf5_libdir}/libpayeeidentifier_nationalAccount.so.* %{_kf5_plugindir}/ %{_kf5_servicesdir}/*.desktop %{_kf5_servicetypesdir}/*.desktop %{_kf5_sharedir}/checkprinting/ -%{_mandir}/man1/kmymoney.1%{ext_man} +%{_mandir}/man1/kmymoney.1%{?ext_man} %doc %lang(en) %{_kf5_htmldir}/en/kmymoney/ %files devel %{_includedir}/kmymoney/ %{_kf5_libdir}/libkmm_csvimportercore.so %{_kf5_libdir}/libkmm_icons.so +%{_kf5_libdir}/libkmm_menus.so +%{_kf5_libdir}/libkmm_models.so +%{_kf5_libdir}/libkmm_settings.so %{_kf5_libdir}/libkmm_mymoney.so %{_kf5_libdir}/libkmm_payeeidentifier.so %{_kf5_libdir}/libkmm_plugin.so %{_kf5_libdir}/libkmm_widgets.so -%{_kf5_libdir}/libpayeeidentifier_iban_bic.so -%{_kf5_libdir}/libpayeeidentifier_iban_bic_widgets.so -%{_kf5_libdir}/libpayeeidentifier_nationalAccount.so -%if %{with_lang} +%if %{with lang} %files lang -f %{name}.lang %endif ++++++ kmymoney-5.0.1.tar.xz -> kmymoney-5.0.2.tar.xz ++++++ /work/SRC/openSUSE:Factory/kmymoney/kmymoney-5.0.1.tar.xz /work/SRC/openSUSE:Factory/.kmymoney.new/kmymoney-5.0.2.tar.xz differ: char 25, line 1
