Bug 278004

Summary: Skrooge installs library files with wrong version numbers
Product: [Applications] skrooge Reporter: Christoph Feck <cfeck>
Component: generalAssignee: Guillaume DE BURE <guillaume.debure>
Status: RESOLVED FIXED    
Severity: normal CC: stephane
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:

Description Christoph Feck 2011-07-18 12:18:10 UTC
From the installation log of skrooge master:

-- Installing: /local/kde4/lib/libskgbasemodeler.so.1.0.0
-- Installing: /local/kde4/lib/libskgbasemodeler.so.0
-- Installing: /local/kde4/lib/libskgbasemodeler.so

The first file should actually be "libskgbasemodeler.so.0.0.0", or the second
should be "libskgbasemodeler.so.1". Same for other installed libraries.

-- Installing: /local/kde4/lib/kde4/plugins/designer/libskgbasegui.so.1.0.0
-- Installing: /local/kde4/lib/kde4/plugins/designer/libskgbasegui.so.0
-- Installing: /local/kde4/lib/kde4/plugins/designer/libskgbasegui.so

Qt Designer Plugins are not versioned. Only the "libskgbasegui.so" file should be installed.
Comment 1 Christoph Feck 2011-07-18 13:47:03 UTC
According to bug 278006 this is not a requirement. If the version "mismatch" is intended, feel free to close as INVALID.
Comment 2 Stephane MANKOWSKI 2011-07-18 15:37:14 UTC
Git commit fb77fb88a9111e718146d9f43129179167364a66 by Stephane Mankowski.
Committed on 18/07/2011 at 17:37.
Pushed by smankowski into branch 'Feature'.

BUG: 278004: Skrooge installs library files with wrong version numbers

M  +7    -5    skgbankgui/CMakeLists.txt
M  +2    -1    CMakeLists.txt
M  +7    -5    skgbasegui/CMakeLists.txt
M  +1    -0    CHANGELOG

http://commits.kde.org/skrooge/fb77fb88a9111e718146d9f43129179167364a66