- update license to Apache-2 - run regression tests for 12.1 again - allow builds --without regression_tests - subversion.libtool-verbose.patch refresh for moved source lines - subversion-swig-perl-install_vendor.patch refresh for moved source lines - subversion.libtool-pie-flags.patch refresh for moved source lines - subversion.perl.LD_RUN_PATH.patch refresh for moved source lines - subversion-no-build-date.patch refresh for moved source lines - subversion-neon-systemproxy.patch adjust to changed upstream sources, remove one chunk which would create duplicated lines in patched result OBS-URL: https://build.opensuse.org/request/show/97808 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=87
17 lines
874 B
Diff
17 lines
874 B
Diff
Index: subversion/libsvn_subr/opt.c
|
|
===================================================================
|
|
--- subversion/libsvn_subr/opt.c.orig 2011-06-24 16:55:09.000000000 +0100
|
|
+++ subversion/libsvn_subr/opt.c 2011-12-21 17:32:39.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) 2011 The Apache Software Foundation.\n"
|
|
"This software consists of contributions made by many "
|