From d5b2667619da80c28106b2bbc492cf040d5ded686b76017307f316ba44a9030c Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 2 Aug 2008 03:50:58 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=44 --- subversion-1.5.0.tar.bz2 | 3 --- subversion-1.5.1.tar.bz2 | 3 +++ subversion.changes | 44 +++++++++++++++++++++++++++++++++++ subversion.spec | 50 ++++++++++++++++++++++++++++++++++++---- 4 files changed, 92 insertions(+), 8 deletions(-) delete mode 100644 subversion-1.5.0.tar.bz2 create mode 100644 subversion-1.5.1.tar.bz2 diff --git a/subversion-1.5.0.tar.bz2 b/subversion-1.5.0.tar.bz2 deleted file mode 100644 index bb3575f..0000000 --- a/subversion-1.5.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:755e9b2bac5ce69ff0177a02f3946c2840db06411e92e767e3c44a8c46d496b3 -size 4852793 diff --git a/subversion-1.5.1.tar.bz2 b/subversion-1.5.1.tar.bz2 new file mode 100644 index 0000000..c056540 --- /dev/null +++ b/subversion-1.5.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa8fabc24a10e96c79adcd892a16ed4c9dda685049a41e10032e39d49cfb3cb +size 4871789 diff --git a/subversion.changes b/subversion.changes index bfea863..95832a6 100644 --- a/subversion.changes +++ b/subversion.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Tue Jul 29 08:32:56 CEST 2008 - olh@suse.de + +- update to 1.5.1 final + User-visible changes: + * mergeinfo on switched subtrees should elide in repos (issue #3188) + * Add support for --config-dir to svnmerge.py (r31727) + * improve performance of bdb post-commit deltification (r31820, -59) + * return faster when there is nothing to be merged (r30748) + * don't commit an add of a missing item (issue #3198) + * don't create unneeded self-referential mergeinfo (issue #3157) + * support 'http-library' (if --enable-runtime-module-search) (r31425, -722) + * support Berkeley DB 4.7 (r32017, -29) + * fixed: make serf usable with root-level authz (r31464) + * fixed: 'svndumpfilter' partial-path matching bug (r31833) + * fixed: crash on invalid dates in 'log' and 'blame' (issue #2721) + * fixed: 'svn status --xml' outputting invalid XML (issue #2887) + * fixed: 'svn merge' prints incorrect range (r30746, -47) + * fixed: using neon/serf, can not replace branch (issue #2939) + * fixed: 'file not found' error when merging to a broken symlink (r31159, -79) + * fixed: using serf, crash or endless loop fetching authn data (r31619) + * fixed: ArrayIndexOutOfBoundsException in JavaHL bindings (r31719, -806) + * fixed: authn password lookup used wrong username (issue #2242) + * fixed: unbounded memory usage in wc-to-wc copy and move (r31868) + * fixed: subtree merges broken for non-intersecting ranges (issue #3199) + * fixed: invalid XML from 'svn log --xml' against pre-1.2 servers (r31875) + * fixed: 'svnlook diff' ignores --diff-copy-from for properties (issue #3248) + * fixed: 'svnlook diff' doesn't report that binary files differ (issue #3249) + * fixed: bogus results from commits to subtrees added by merge (issue #3240) + * fixed: non-existent subtree in destination breaks the merge (issue #3067) + * fixed: serf merge bug too complex to describe here (r32056) + * fixed: 'svn log -g' correctness and speed (issue #3220, issue #3235) + * fixed: merge chokes on renamed subtrees (issue #3174) + + Developer-visible changes: + * export svn_path_is_url() to the bindings (r31603) + * don't clobber LDFLAGS in configure when given '--with-zlib' (r31825) + * make libsvn_ra depend on libsvn_delta unconditionally (r31852) + * correctly set the peg revision for copy in JavaHL (r31994) + * 'svn mergeinfo' handles wc paths (r31023, -873, -874, -929, -930, -038) + * fixed: crash when when svn_ra_open3() is passed a bogus URL (r31223) + * fixed: JavaHL compilation on Windows (r31737) + * fixed: crash in calling apr_pstrcat (affects TortoiseSVN) (r32080) + ------------------------------------------------------------------- Fri Jul 11 09:39:33 CEST 2008 - poeml@suse.de diff --git a/subversion.spec b/subversion.spec index 096ec2d..e166a3b 100644 --- a/subversion.spec +++ b/subversion.spec @@ -1,5 +1,5 @@ # -# spec file for package subversion (Version 1.5.0) +# spec file for package subversion (Version 1.5.1) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -22,8 +22,8 @@ BuildRequires: libneon-devel BuildRequires: neon-devel openldap2-devel %endif BuildRequires: sqlite-devel -Version: 1.5.0 -Release: 105 +Version: 1.5.1 +Release: 1 # %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services # @@ -40,7 +40,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build License: Subversion license, http://subversion.tigris.org/license-1.html Group: Development/Tools/Version Control Url: http://subversion.tigris.org -Source0: subversion-1.5.0.tar.bz2 +Source0: subversion-%{version}.tar.bz2 Source1: subversion.conf Source2: subversion.README.SuSE Source9: subversion.rcsvnserve @@ -153,7 +153,7 @@ case "$swig" in exit 1 ;; esac -%setup -q -n subversion-1.5.0 +%setup -q -n subversion-%{version} # # %patch11 -p1 @@ -432,6 +432,46 @@ rm -rf $RPM_BUILD_ROOT %{apache_libexecdir}/mod_authz_svn.* %changelog +* Tue Jul 29 2008 olh@suse.de +- update to 1.5.1 final + User-visible changes: + * mergeinfo on switched subtrees should elide in repos (issue #3188) + * Add support for --config-dir to svnmerge.py (r31727) + * improve performance of bdb post-commit deltification (r31820, -59) + * return faster when there is nothing to be merged (r30748) + * don't commit an add of a missing item (issue #3198) + * don't create unneeded self-referential mergeinfo (issue #3157) + * support 'http-library' (if --enable-runtime-module-search) (r31425, -722) + * support Berkeley DB 4.7 (r32017, -29) + * fixed: make serf usable with root-level authz (r31464) + * fixed: 'svndumpfilter' partial-path matching bug (r31833) + * fixed: crash on invalid dates in 'log' and 'blame' (issue #2721) + * fixed: 'svn status --xml' outputting invalid XML (issue #2887) + * fixed: 'svn merge' prints incorrect range (r30746, -47) + * fixed: using neon/serf, can not replace branch (issue #2939) + * fixed: 'file not found' error when merging to a broken symlink (r31159, -79) + * fixed: using serf, crash or endless loop fetching authn data (r31619) + * fixed: ArrayIndexOutOfBoundsException in JavaHL bindings (r31719, -806) + * fixed: authn password lookup used wrong username (issue #2242) + * fixed: unbounded memory usage in wc-to-wc copy and move (r31868) + * fixed: subtree merges broken for non-intersecting ranges (issue #3199) + * fixed: invalid XML from 'svn log --xml' against pre-1.2 servers (r31875) + * fixed: 'svnlook diff' ignores --diff-copy-from for properties (issue #3248) + * fixed: 'svnlook diff' doesn't report that binary files differ (issue #3249) + * fixed: bogus results from commits to subtrees added by merge (issue #3240) + * fixed: non-existent subtree in destination breaks the merge (issue #3067) + * fixed: serf merge bug too complex to describe here (r32056) + * fixed: 'svn log -g' correctness and speed (issue #3220, issue #3235) + * fixed: merge chokes on renamed subtrees (issue #3174) + Developer-visible changes: + * export svn_path_is_url() to the bindings (r31603) + * don't clobber LDFLAGS in configure when given '--with-zlib' (r31825) + * make libsvn_ra depend on libsvn_delta unconditionally (r31852) + * correctly set the peg revision for copy in JavaHL (r31994) + * 'svn mergeinfo' handles wc paths (r31023, -873, -874, -929, -930, -038) + * fixed: crash when when svn_ra_open3() is passed a bogus URL (r31223) + * fixed: JavaHL compilation on Windows (r31737) + * fixed: crash in calling apr_pstrcat (affects TortoiseSVN) (r32080) * Fri Jul 11 2008 poeml@suse.de - build fixes to get the Factory package building in the Build Service again: