Bug 483715 - digiKam 8.3.0 release source tarball has 8.4.0 as version specifier in sources
Summary: digiKam 8.3.0 release source tarball has 8.4.0 as version specifier in sources
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Bundle-Tarball (show other bugs)
Version: 8.3.0
Platform: Other All
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-16 00:43 UTC by Gert van Dijk
Modified: 2024-03-17 13:37 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gert van Dijk 2024-03-16 00:43:35 UTC
SUMMARY
The downloaded source tarball of 8.3.0 includes 8.4.0 as version specifier.
When installing digiKam 8.3.0 on Arch Linux this shows as 8.4.0 when starting the application.

STEPS TO REPRODUCE
1. Download https://download.kde.org/stable/digikam/8.3.0/digiKam-8.3.0.tar.xz
2. Compile and start the application.

OBSERVED RESULT
digiKam welcome/help modal shows unreleased version 8.4.0

EXPECTED RESULT
digiKam welcome/help modal shows correct version 8.3.0

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux
(available in About System)
KDE Plasma Version:  6.0.2
KDE Frameworks Version:  6.0.0
Qt Version:  6.6.2

ADDITIONAL INFORMATION
SHA256sum of tarball currently is 74107a2bff8375cddef78da05662af4fa9517acabfa0cf53692a2a338a8bf173

The file digikam-8.3.0/CMakeLists.txt indicates the wrong version:

# digiKam version
set(DIGIKAM_MAJOR_VERSION "8")
set(DIGIKAM_MINOR_VERSION "4")
set(DIGIKAM_PATCH_VERSION "0")
Comment 1 caulier.gilles 2024-03-16 07:10:33 UTC
admin ticket https://phabricator.kde.org/T17220 open with tarball fix