Copy from devel:tools:scm:svn/subversion based on submit request 49176 from user coolo OBS-URL: https://build.opensuse.org/request/show/49176 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=67
15 lines
732 B
Diff
15 lines
732 B
Diff
--- subversion/libsvn_subr/opt.c.orig
|
|
+++ subversion/libsvn_subr/opt.c
|
|
@@ -965,9 +965,8 @@ svn_opt__print_version_info(const char *
|
|
if (quiet)
|
|
return svn_cmdline_printf(pool, "%s\n", SVN_VER_NUMBER);
|
|
|
|
- SVN_ERR(svn_cmdline_printf(pool, _("%s, version %s\n"
|
|
- " compiled %s, %s\n\n"), pgm_name,
|
|
- SVN_VERSION, __DATE__, __TIME__));
|
|
+ SVN_ERR(svn_cmdline_printf(pool, _("%s, version %s\n\n"), pgm_name,
|
|
+ SVN_VERSION));
|
|
SVN_ERR(svn_cmdline_fputs(_("Copyright (C) 2000-2009 CollabNet.\n"
|
|
"Subversion is open source software, see"
|
|
" http://subversion.tigris.org/\n"
|