Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37731275
en ru br
ALT Linux repos
S:0.31.0-alt2
5.0: 0.22.0-alt1
4.1: 0.22.0-alt0.1
4.0: 0.22.0-alt0.1
3.0: 0.21.2-alt0.2

Group :: Monitoring
RPM: gpsim

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: gpsim-0.25.0-get_version.patch
Download


--- cli/cmd_version.cc.orig	2010-10-02 18:00:26.000000000 +0400
+++ cli/cmd_version.cc	2010-10-02 18:06:04.000000000 +0400
@@ -23,12 +23,12 @@ Boston, MA 02111-1307, USA.  */
 #include <iomanip>
 #include <string>
 
+#include "../config.h"
 #include "command.h"
 #include "cmd_version.h"
 
 cmd_version version;
 
-extern void gpsim_version(void);
 
 static cmd_options cmd_version_options[] =
 {
@@ -50,6 +50,11 @@ cmd_version::cmd_version()
 
 void cmd_version::version()
 {
-  gpsim_version();
+#if _DEBUG
+  char szBuild[] = "Debug";
+#else
+  char szBuild[] = "Release";
+#endif
+  printf("%s %s\n", szBuild, VERSION);
 }
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin