Bug 483715

Summary: digiKam 8.3.0 release source tarball has 8.4.0 as version specifier in sources
Product: [Applications] digikam Reporter: Gert van Dijk <kdebugs>
Component: Bundle-TarballAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: 8.3.0   
Target Milestone: ---   
Platform: Other   
OS: All   
Latest Commit: Version Fixed In: 8.4.0
Sentry Crash Report:

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