Accepting request 96189 from devel:tools:scm:svn

update to upstream 1.7.2 (forwarded request 95502 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/96189
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=81
This commit is contained in:
Stephan Kulow 2011-12-12 15:59:19 +00:00 committed by Git OBS Bridge
commit c711ddddfb
4 changed files with 46 additions and 5 deletions

View File

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

3
subversion-1.7.2.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,44 @@
-------------------------------------------------------------------
Tue Dec 6 00:06:20 UTC 2011 - andreas.stieger@gmx.de
- update to upstream 1.7.2
User-visible changes:
* fix working copy corruption after interrupted update/switch (issue #4040)
* avoid segfaults against pre-1.5 servers (r1186928)
* improve configure error message if apr-util uses old or no bdb (r1186784)
* make 'svn patch' ignore '/dev/null' targets for compat with git (r1197998)
* fix 'svn patch' segfault on patch that skips and deletes files (r1199950)
* omit "Committed revision N." output from 'svn commit --quiet' (r1200837)
* fix authz denial when svnserve root is a repository (issue #4060)
* fix uninitialized memory read in client diff code (r1201002)
* avoid potential segfault during merges (r1202807)
* fix an assertion failure when a symlink is updated (r1186944, -81, -83)
* make working copy operations fail if nodes have no base checksum (r1202630)
* fix nested <Location>s when using v2 protocol (r1203546, -651, -653)
* make mod_dav_svn ignore non-Subversion POST requests (r1187695)
* avoid reading freed memory (r1204478)
* recognize empty (only byte order mark) UTF-8 files as text (issue #4064)
* fix 1.7 client regression when operating against a 1.0.x server (r1199876)
* remove empty parent dirs of removed externals on update (issue #4044)
* make 'svn diff -c N' work for files added in rN (issue #2873)
* plug a memory leak in the bdb backend (r1205726)
* fix 'svn import' with native eol-style and inconsistent EOLs (r1205193)
* fix reading beyond the end of a string in bdb backend (r1205839, -48)
* don't assert when committing an incomplete directory (issue #4042)
Developer-visible changes:
* JavaHL: allow 'status -u' to function properly (r1189190, -395)
* don't put '\r' characters in our generate sql headers (r1189580)
* properly define WIN64 on Windows x64 builds (r1188609)
* better adherence to C89 in enum definitions (r1189665)
* bump copyright year in Windows DLLs (r1189261)
* log a better error when opening rep-cache.db fails (r1204610, -73)
-------------------------------------------------------------------
Thu Dec 1 21:19:34 CET 2011 - dmueller@suse.de
- only hide ctypesgen for Facory builds
-------------------------------------------------------------------
Tue Nov 22 10:23:14 UTC 2011 - coolo@suse.com

View File

@ -26,7 +26,7 @@
%define with_intree_sqlite 0%{?suse_version} < 1110
%define with_python_ctypes 0
%endif
%if %suse_version >= 1210
%if %suse_version >= 1220
%define with_python_ctypes 0
%endif
%define with_kde4_kwallet 0%{?suse_version} > 1100
@ -39,7 +39,7 @@
%endif
Name: subversion
Version: 1.7.1
Version: 1.7.2
Release: 1
# in-tree SWIG version to use for the build:
%define swig_version 1.3.36