This commit is contained in:
committed by
Git OBS Bridge
parent
b15358fb03
commit
e3945584a3
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c4c439035cd75722fa3da27433e2c3a4a2dc88694982a5ceb1ce5169982c7f5
|
||||
size 4902078
|
3
subversion-1.5.5.tar.bz2
Normal file
3
subversion-1.5.5.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88cf24ba5d589351791709ff7556ababc019ec59f3240ac2087dacabb9ad77be
|
||||
size 4940482
|
@@ -1,4 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 12 15:31:22 CET 2009 - olh@suse.de
|
||||
|
||||
- try any java for javahl bindings, using /usr/lib*/jvm/java
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 12 15:14:50 CET 2009 - olh@suse.de
|
||||
|
||||
- update to 1.5.5 final
|
||||
User-visible changes:
|
||||
* allow prop commits on dirs with modified children (r34487, -92, -94)
|
||||
* make Cyrus auth implementation always prefer EXTERNAL to ANONYMOUS (r33866)
|
||||
* do not create mergeinfo for wc-wc moves or copies (r34184, -585)
|
||||
* do not autoupgrade old BDB filesystems to 1.5 or 1.4 format (r34653, -6)
|
||||
* return mergeinfo to prior state during reverse merges (r30257, r33024, -6)
|
||||
* remove mergeinfo deleted by merge (issue #3323)
|
||||
* make proxy slaves pass through txn GET and PROPFIND requests (issue #3275)
|
||||
* merge can now use targets with inconsistent newlines (issue #3262)
|
||||
* don't allow empty-string changelists (issue #3344)
|
||||
* remove false positive ra_neon mergeinfo errors (r34822)
|
||||
* improve performance of 'svn merge --reintegrate' (r34091, -4, and others)
|
||||
* fixed: foreign merges keep UUID of foreign repository (r34050, -1, -3)
|
||||
* fixed: properly encode diff headers used in conflict resolution (r34171)
|
||||
* fixed: segfault in 'svn cp --parents' (r31311, -4)
|
||||
* fixed: mergeinfo for '...' maps to empty revision range (issue #3312)
|
||||
* fixed: segfault in BDB backend node-origins cache (r34506)
|
||||
* fixed: broken merge if target's history includes resurrections (r34385, -93)
|
||||
* fixed: invalid mergeinfo created on a subtree during merge (r34560, -2)
|
||||
Developer-visible changes:
|
||||
* fixed: svn_repos_get_logs() chokes on some revision arguments (r33873, -4)
|
||||
Version 1.5.4
|
||||
User-visible changes:
|
||||
* Properly handle explicit mergeinfo added in merge source (r32968, -75)
|
||||
* fixed: merging of paths containing spaces (r33641, -44)
|
||||
* fixed: regression in mergeinfo-aware merges against 1.5.3 (r33693, -704)
|
||||
Version 1.5.3
|
||||
User-visible changes:
|
||||
* Allow switch to continue after deleting locally modified dirs (issue #2505)
|
||||
* Update bash_completion to be compatible with 1.5 (r32900, -11, -12)
|
||||
* Reuse network sessions during 'svn merge', improving performance (r33476)
|
||||
* Greatly improve merge performance (r29969, r32463, r33013, -016, -022, -112)
|
||||
* fixed: merging files with spaces in name (r33109, -121, -369)
|
||||
* fixed: incorrect relative externals expansion (r33109, -121, -369)
|
||||
* fixed: 'svn mv' hangs and consumes infinite memory (r33201, -12)
|
||||
* fixed: correctness regression in 'svn log -g' (issue #3285)
|
||||
* fixed: current early bailout of 'svn log -g' (r32977)
|
||||
Developer-visible changes:
|
||||
* Translate messages in svn_fs_util.h (r32771)
|
||||
* fixed: bindings test for Perl 5.10 (r31546)
|
||||
* fixed: building bindings and C API tests with VS2008 (r32012)
|
||||
* fixed: svn_ra_replay API over ra_serf (r33173)
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 19 14:36:32 CET 2008 - olh@suse.de
|
||||
|
||||
- default java version changed without notice, use java-openjdk
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package subversion (Version 1.5.2)
|
||||
# spec file for package subversion (Version 1.5.5)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -29,8 +29,8 @@ BuildRequires: libneon-devel
|
||||
BuildRequires: neon-devel openldap2-devel
|
||||
%endif
|
||||
BuildRequires: sqlite-devel
|
||||
Version: 1.5.2
|
||||
Release: 13
|
||||
Version: 1.5.5
|
||||
Release: 1
|
||||
#
|
||||
%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
|
||||
#
|
||||
@@ -180,6 +180,8 @@ esac
|
||||
with_jdk=none
|
||||
for i in \
|
||||
/usr/%{_lib}/jvm/java-openjdk \
|
||||
/usr/%{_lib}/jvm/java \
|
||||
/usr/%{_lib}/jvm/java-1.5.0-ibm \
|
||||
/usr/%{_lib}/jvm/java-1.4.2-gcj \
|
||||
/usr/%{_lib}/BEAJava2-1.4.2 \
|
||||
/usr/%{_lib}/SunJava2-1.4.2 \
|
||||
@@ -441,6 +443,52 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{apache_libexecdir}/mod_authz_svn.*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 12 2009 olh@suse.de
|
||||
- try any java for javahl bindings, using /usr/lib*/jvm/java
|
||||
* Mon Jan 12 2009 olh@suse.de
|
||||
- update to 1.5.5 final
|
||||
User-visible changes:
|
||||
* allow prop commits on dirs with modified children (r34487, -92, -94)
|
||||
* make Cyrus auth implementation always prefer EXTERNAL to ANONYMOUS (r33866)
|
||||
* do not create mergeinfo for wc-wc moves or copies (r34184, -585)
|
||||
* do not autoupgrade old BDB filesystems to 1.5 or 1.4 format (r34653, -6)
|
||||
* return mergeinfo to prior state during reverse merges (r30257, r33024, -6)
|
||||
* remove mergeinfo deleted by merge (issue #3323)
|
||||
* make proxy slaves pass through txn GET and PROPFIND requests (issue #3275)
|
||||
* merge can now use targets with inconsistent newlines (issue #3262)
|
||||
* don't allow empty-string changelists (issue #3344)
|
||||
* remove false positive ra_neon mergeinfo errors (r34822)
|
||||
* improve performance of 'svn merge --reintegrate' (r34091, -4, and others)
|
||||
* fixed: foreign merges keep UUID of foreign repository (r34050, -1, -3)
|
||||
* fixed: properly encode diff headers used in conflict resolution (r34171)
|
||||
* fixed: segfault in 'svn cp --parents' (r31311, -4)
|
||||
* fixed: mergeinfo for '...' maps to empty revision range (issue #3312)
|
||||
* fixed: segfault in BDB backend node-origins cache (r34506)
|
||||
* fixed: broken merge if target's history includes resurrections (r34385, -93)
|
||||
* fixed: invalid mergeinfo created on a subtree during merge (r34560, -2)
|
||||
Developer-visible changes:
|
||||
* fixed: svn_repos_get_logs() chokes on some revision arguments (r33873, -4)
|
||||
Version 1.5.4
|
||||
User-visible changes:
|
||||
* Properly handle explicit mergeinfo added in merge source (r32968, -75)
|
||||
* fixed: merging of paths containing spaces (r33641, -44)
|
||||
* fixed: regression in mergeinfo-aware merges against 1.5.3 (r33693, -704)
|
||||
Version 1.5.3
|
||||
User-visible changes:
|
||||
* Allow switch to continue after deleting locally modified dirs (issue #2505)
|
||||
* Update bash_completion to be compatible with 1.5 (r32900, -11, -12)
|
||||
* Reuse network sessions during 'svn merge', improving performance (r33476)
|
||||
* Greatly improve merge performance (r29969, r32463, r33013, -016, -022, -112)
|
||||
* fixed: merging files with spaces in name (r33109, -121, -369)
|
||||
* fixed: incorrect relative externals expansion (r33109, -121, -369)
|
||||
* fixed: 'svn mv' hangs and consumes infinite memory (r33201, -12)
|
||||
* fixed: correctness regression in 'svn log -g' (issue #3285)
|
||||
* fixed: current early bailout of 'svn log -g' (r32977)
|
||||
Developer-visible changes:
|
||||
* Translate messages in svn_fs_util.h (r32771)
|
||||
* fixed: bindings test for Perl 5.10 (r31546)
|
||||
* fixed: building bindings and C API tests with VS2008 (r32012)
|
||||
* fixed: svn_ra_replay API over ra_serf (r33173)
|
||||
* Fri Dec 19 2008 olh@suse.de
|
||||
- default java version changed without notice, use java-openjdk
|
||||
first if available (bnc#457493)
|
||||
|
Reference in New Issue
Block a user