Accepting request 130879 from home:AndreasStieger:branches:devel:tools:scm:svn
update to 1.7.6 OBS-URL: https://build.opensuse.org/request/show/130879 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=102
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb23ccd08b0c1f0c66fdcda773265e404d95f378493ba64b49dbaaf54ae44aec
|
||||
size 6002955
|
3
subversion-1.7.6.tar.bz2
Normal file
3
subversion-1.7.6.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1a4f13c5c992a1527a2aeac262c6f54e073963ce1d13abfabb2a90980fa7d05
|
||||
size 6006767
|
@@ -1,8 +1,8 @@
|
||||
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 *
|
||||
--- subversion/libsvn_subr/opt.c.orig 2012-06-13 13:59:03.000000000 +0100
|
||||
+++ subversion/libsvn_subr/opt.c 2012-08-08 19:36:46.000000000 +0100
|
||||
@@ -1084,9 +1084,8 @@ svn_opt__print_version_info(const char *
|
||||
if (quiet)
|
||||
return svn_cmdline_printf(pool, "%s\n", SVN_VER_NUMBER);
|
||||
|
||||
|
@@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 15 00:00:00 UTC 2012 - andreas.stieger@gmx.de
|
||||
|
||||
- update to upstream 1.7.6:
|
||||
|
||||
User-visible changes:
|
||||
- Client-side bugfixes:
|
||||
* Fix "svn status -u --depth empty FILE"
|
||||
* Fix example output of 'svn help status'
|
||||
* svn propset of svn:eol-style might not notice related text changes
|
||||
* sort output of 'svn propget -R'
|
||||
* sort output of 'svn proplist'
|
||||
* sort output of 'svn status'
|
||||
* avoid a filestat per working copy find operation
|
||||
* optimize 'svn upgrade' performance on large working copies
|
||||
* allow 'file:///C:\repos' style arguments on Windows, like 1.6
|
||||
* fix ra_serf against Subversion 1.2 servers
|
||||
* fix 'svn upgrade' on working copies with certain tree conflicts
|
||||
* avoid workqueue references to system temp dir
|
||||
* allow non-existant canonical paths
|
||||
* fix 'svn revert --depth files' to operate on files
|
||||
* fix ra_serf XML namespace handling against malicious server
|
||||
* fix relocate with server-relative externals
|
||||
* change two asserts into errors for TortoiseSVN
|
||||
* don't attempt to anchor an operation outside a wc root
|
||||
|
||||
- Server-side bugfixes:
|
||||
* partial sync drops properties when converting to adds
|
||||
* replaying a copy and delete of an unreadable child fails
|
||||
* allow svnlook to operate on r0
|
||||
* make FSFS revision files independent of APR hash order
|
||||
|
||||
- Other tool improvements and bugfixes:
|
||||
* move mod_dontdothat to install-tools
|
||||
|
||||
Developer-visible changes:
|
||||
- General:
|
||||
* fix running tests against httpd 2.4
|
||||
* use constant struct initialisers for C89 compatibility
|
||||
|
||||
- Bindings:
|
||||
* JavaHL: Don't assert on some invalid input
|
||||
* JavaHL: Add missing new in 1.7 notifications
|
||||
|
||||
- refresh subversion-no-build-date.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 12 20:02:22 UTC 2012 - andreas.stieger@gmx.de
|
||||
|
||||
|
@@ -46,7 +46,7 @@
|
||||
%endif
|
||||
|
||||
Name: subversion
|
||||
Version: 1.7.5
|
||||
Version: 1.7.6
|
||||
Release: 0
|
||||
# in-tree SWIG version to use for the build:
|
||||
%define swig_version 1.3.36
|
||||
|
Reference in New Issue
Block a user