Bug 407279 - Skrooge flatpak needs later libofx
Summary: Skrooge flatpak needs later libofx
Status: RESOLVED FIXED
Alias: None
Product: skrooge
Classification: Applications
Component: general (show other bugs)
Version: Trunk from git
Platform: Flatpak Linux
: NOR normal
Target Milestone: 25.1.0
Assignee: Stephane MANKOWSKI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-07 00:33 UTC by skierpage
Modified: 2019-05-07 21:34 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description skierpage 2019-05-07 00:33:42 UTC
I believe libofx.so in the flatpak is not the version 0.9.14 with the fix for proprietary tags in QFX files (see bug 406321 comment 12). The most recent flatpak build log https://binary-factory.kde.org/job/Skrooge_flatpak/13/consoleFull
shows
  09:34:50  --   Found libofx, version 0.9.13

I wasn't able to verify this is failing because QFX import still doesn't work in the flatpak (bug 405578).

Looking at https://cgit.kde.org/flatpak-kde-applications.git/commit/?id=41fa37b6bf3a2ddbb62080bfdbcc2f00824047ea , I think the fix is as simple as changing 
        "name": "libofx",
        ...
-                "url": "https://github.com/libofx/libofx/archive/0.9.13.tar.gz",
-                "sha256": "8e8838e81da76aa32b5bd4f38297b612bd7ec3110bf1b139e49ba8aaba94d3e2"

to
+                "url": "https://github.com/libofx/libofx/archive/0.9.14.tar.gz",
+                "sha256": "85a732efe3026e96fe1cf694ebdcf5d2c3b67adba85b9019abac44e7c43d8ce5"
Comment 1 Stephane MANKOWSKI 2019-05-07 21:34:04 UTC
Git commit a3712bb15f185f855346c27c73201c1a42c00688 by Stephane MANKOWSKI.
Committed on 07/05/2019 at 21:33.
Pushed by smankowski into branch 'master'.

Skrooge flatpak unintentionally builds unused tests
Skrooge flatpak needs later libofx
Related: bug 407280

M  +4    -2    org.kde.skrooge.json

https://invent.kde.org/kde/flatpak-kde-applications/commit/a3712bb15f185f855346c27c73201c1a42c00688