7b1b13e9d8
- refresh subversion-no-build-date.patch - add mod_dontdothat to subversion-server package - add section to README.SuSE about mod_dontdothat - add inactive sample mod_dontdothat configuration to subversion.conf - update to upstream 1.7.3 OBS-URL: https://build.opensuse.org/request/show/104835 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=89
17 lines
874 B
Diff
17 lines
874 B
Diff
Index: subversion/libsvn_subr/opt.c
|
|
===================================================================
|
|
--- subversion/libsvn_subr/opt.c.orig 2012-01-25 17:16:44.000000000 +0000
|
|
+++ subversion/libsvn_subr/opt.c 2012-02-13 20:48:43.000000000 +0000
|
|
@@ -1070,9 +1070,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) 2012 The Apache Software Foundation.\n"
|
|
"This software consists of contributions made by many "
|