subversion/subversion-no-build-date.patch
Dirk Mueller eff6c3577a - update to 1.7.1
* Based on many fixes by stsp.elego.de, many thanks!
  * License changed to Apache License, version 2 ¶
  * Detecting MIME types with libmagic 
  * Optimizations of diff, merge and blame
  * See http://subversion.apache.org/docs/release-notes/1.7
    for details

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=77
2011-10-23 19:17:14 +00:00

15 lines
657 B
Diff

--- subversion/libsvn_subr/opt.c.orig
+++ subversion/libsvn_subr/opt.c
@@ -1069,9 +1069,8 @@
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) 2011 The Apache Software Foundation.\n"
"This software consists of contributions made by many "