- update to 1.6.15:

User-visible changes:
   * hide unreadable dirs in mod_dav_svn's GET response (r996884)
   * make 'svnmucc propsetf' actually work (r1005446)
   * limit memory fragmentation in svnserve (r1022675)
   * fix 'svn export' regression from 1.6.13 (r1032970)
   * fix 'svn export' mistakenly uri-encodes paths (issue #3745)
   * fix server-side memory leaks triggered by 'blame -g' (r1032808)
   * prevent crash in mod_dav_svn when using SVNParentPath (r1033166)
   * allow 'log -g' to continue in the face of invalid mergeinfo (r1028108)
   * filter unreadable paths for 'svn ls' and 'svn co' (r997026, -070, -474)
   * fix abort in 'svn blame -g' (issue #3666)
   * fix file handle leak in ruby bindings (issue #3512)
   * remove check for 1.7-style working copies (issue #3729)
  Developer-visible changes:
   * improve some swig parameter mapping (r984565, r1035745)
   * improve test accuracy over dav (r991534, r877814)
   * create fails.log for test runs (r964349)
   * improve detection of 'svnversion' when buildling (r877219, et al)
   * don't violate API layering in dumpstream logic (issue #3733)
   * don't report working copy installs as switched (r1033921)
- project website changed from subversion.tigris.org to subversion.apache.org

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=31
This commit is contained in:
Stefan Sperling
2010-11-24 18:36:35 +00:00
committed by Git OBS Bridge
parent bd9a997507
commit 4811185906
5 changed files with 36 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3a30327bdb04109f369586196ee4a6993cdab2cfa85c3134549f02c229bf0d15
size 5513370

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2919d603a5f3c19f42e3265c4b930e2376c43b3969b90ef9c42b2f72d5aaa45
size 5515056

View File

@@ -11,4 +11,4 @@
+ SVN_VERSION));
SVN_ERR(svn_cmdline_fputs(_("Copyright (C) 2000-2009 CollabNet.\n"
"Subversion is open source software, see"
" http://subversion.tigris.org/\n"
" http://subversion.apache.org/\n"

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Wed Nov 24 18:33:47 CET 2010 - stsp@elego.de
- update to 1.6.15:
User-visible changes:
* hide unreadable dirs in mod_dav_svn's GET response (r996884)
* make 'svnmucc propsetf' actually work (r1005446)
* limit memory fragmentation in svnserve (r1022675)
* fix 'svn export' regression from 1.6.13 (r1032970)
* fix 'svn export' mistakenly uri-encodes paths (issue #3745)
* fix server-side memory leaks triggered by 'blame -g' (r1032808)
* prevent crash in mod_dav_svn when using SVNParentPath (r1033166)
* allow 'log -g' to continue in the face of invalid mergeinfo (r1028108)
* filter unreadable paths for 'svn ls' and 'svn co' (r997026, -070, -474)
* fix abort in 'svn blame -g' (issue #3666)
* fix file handle leak in ruby bindings (issue #3512)
* remove check for 1.7-style working copies (issue #3729)
Developer-visible changes:
* improve some swig parameter mapping (r984565, r1035745)
* improve test accuracy over dav (r991534, r877814)
* create fails.log for test runs (r964349)
* improve detection of 'svnversion' when buildling (r877219, et al)
* don't violate API layering in dumpstream logic (issue #3733)
* don't report working copy installs as switched (r1033921)
- project website changed from subversion.tigris.org to subversion.apache.org
-------------------------------------------------------------------
Wed Nov 24 11:28:51 CET 2010 - dmueller@suse.de

View File

@@ -1,5 +1,5 @@
#
# spec file for package subversion (Version 1.6.13)
# spec file for package subversion (Version 1.6.15)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009-2010 Pascal Bleser <pascal.bleser@opensuse.org>
@@ -41,7 +41,7 @@
%endif # suse_version > 1030
Name: subversion
Version: 1.6.13
Version: 1.6.15
Release: 1
# in-tree SWIG version to use for the build:
%define swig_version 1.3.36
@@ -128,7 +128,7 @@ Summary: A Concurrent Versioning system similar to but better than CVS
BuildRoot: %{_tmppath}/%{name}-%{version}-build
License: ASLv2
Group: Development/Tools/Version Control
Url: http://subversion.tigris.org
Url: http://subversion.apache.org
Source0: http://subversion.tigris.org/downloads/subversion-%{version}.tar.bz2
Source1: subversion.conf
Source2: subversion.README.SuSE