View Issue Details

IDProjectCategoryView StatusLast Update
0005166ScribusBuild Systempublic2007-01-15 20:15
Reporterdeejay1 Assigned Tocbradney  
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Platformi686OSLinux 2.6.xOS VersionPLD Linux
Product Version1.3.3.7 
Fixed in Version1.3.3.8cvs 
Summary0005166: Wrong version number reported when built with cmake
DescriptionScribus reports wrong version number when it's built with cmake due to a wrong variable assignment in config.h.cmake. Attached fatch fixes it.
TagsNo tags attached.
Patch

Activities

2007-01-15 09:29

 

scribus-version.patch (445 bytes)   
diff -ur scribus-1.3.3.7/config.h.cmake scribus-1.3.3.7-cmake/config.h.cmake
--- scribus-1.3.3.7/config.h.cmake	2006-11-12 00:38:58.000000000 +0100
+++ scribus-1.3.3.7-cmake/config.h.cmake	2007-01-15 10:25:02.000000000 +0100
@@ -9,7 +9,7 @@
 #error "Include <scconfig.h> rather than using <config.h> directly"
 #endif
 
-#cmakedefine VERSION "1.3.3.6cvs"
+#cmakedefine VERSION "1.3.3.7"
 
 #cmakedefine BUILD_MAC_BUNDLE
 #cmakedefine HAVE_CMS 1
scribus-version.patch (445 bytes)   

deejay1

2007-01-15 09:30

developer   ~0014807

IMHO this variable should dissapear from config.h.cmake as it is already assing in CMakeLists.txt...

Issue History

Date Modified Username Field Change
2007-01-15 09:29 deejay1 New Issue
2007-01-15 09:29 deejay1 File Added: scribus-version.patch
2007-01-15 09:30 deejay1 Note Added: 0014807
2007-01-15 17:27 cbradney Status new => resolved
2007-01-15 17:27 cbradney Fixed in Version => 1.3.3.8cvs
2007-01-15 17:27 cbradney Resolution open => fixed
2007-01-15 17:27 cbradney Assigned To => cbradney
2007-01-15 20:15 cbradney Status resolved => closed