commit subversion for openSUSE:Factory
Hello community, here is the log from the commit of package subversion for openSUSE:Factory checked in at Mon Sep 27 15:53:01 CEST 2010. -------- --- subversion/subversion.changes 2010-01-24 01:46:18.000000000 +0100 +++ /mounts/work_src_done/STABLE/subversion/subversion.changes 2010-09-20 18:23:46.000000000 +0200 @@ -1,0 +2,49 @@ +Mon Sep 20 16:22:25 UTC 2010 - cristian.rodriguez@opensuse.org + +- Do not include build date in binaries +- refresh patches + +------------------------------------------------------------------- +Tue Jun 22 21:50:10 UTC 2010 - pascal.bleser@opensuse.org + +- update to 1.6.12: + * further improvements for issue #3242 ("Subversion demands unnecessary access to parent directories of operations") + * allow deletion of uris which need character escaping (issue #3636) + * fix errors with 'svn mkdir --parents' (issue #3649) + * update address to which crash reports are sent (r901304) + * fix handling of peg revision'd copy targets (issue #3651) + * more improvements to 'svn merge --reintegrate' (r935631) + * allow copying of broken symlinks (issue #3303) + * improve rep-sharing performance on high-concurrency repos (issue #3506) + * fixed: added subtrees with mergeinfo break reintegrate (issue #3654) + * fixed: assertion triggered by tree-conflicted externals (issue #3469) + +- rolling back the in-tree sqlite-amalgamation from 3.6.17 to 3.6.13 (which is the version recommended by upstream) + +- added check in spec file to make sure we use the recommended sqlite (-amalgamation) version + +------------------------------------------------------------------- +Sun Apr 18 20:22:23 UTC 2010 - pascal.bleser@opensuse.org + +- update to 1.6.11: + * fix for repositories mounted via NFS + * enable TCP keep-alives in svnserve + * tighten restrictions on revprops for 'svnadmin verify' + * make ra_serf give better out-of-date information + * improve error message upon connection failure with svn+ssh:// + * allow 'svn log' on an uncommitted copy/move destination + * make 'svnadmin hotcopy' copy the fsfs config file + * mergeinfo improvements with non-inheritable mergeinfo + * make mergeinfo queries not require access to the repo root + * update URLs to refer the the new apache.org repository + * update relative externals during a switch + * fix 'merge --reintegrate' with self-referential mergeinfo + * improve wc-ng working copy detection + * improve handling of mergeinfo when using serf + * fixed: 'svnlook plist --revprop' with '-t TXN_NAME' + * fixed: file external from URL cannot overwrite existing item + * fixed: potential memory error in 'svn status' + * fixed: merge records mergeinfo from natural history gaps + * fixed: theoretical possibility of DB corruption + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- sqlite-amalgamation-3.6.17.tar.bz2 subversion-1.6.9.tar.bz2 New: ---- sqlite-amalgamation-3.6.13.tar.bz2 subversion-1.6.12.tar.bz2 subversion-no-build-date.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ subversion.spec ++++++ --- /var/tmp/diff_new_pack.SgV6bV/_old 2010-09-27 15:51:37.000000000 +0200 +++ /var/tmp/diff_new_pack.SgV6bV/_new 2010-09-27 15:51:37.000000000 +0200 @@ -1,8 +1,8 @@ # -# spec file for package subversion (Version 1.6.9) +# spec file for package subversion (Version 1.6.12) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. -# Copyright (c) 2009 Pascal Bleser <pascal.bleser@opensuse.org> +# Copyright (c) 2009-2010 Pascal Bleser <pascal.bleser@opensuse.org> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -41,11 +41,11 @@ %endif # suse_version > 1030 Name: subversion -Version: 1.6.9 +Version: 1.6.12 Release: 1 # in-tree SWIG version to use for the build: %define swig_version 1.3.36 -%define sqlite_version 3.6.17 +%define sqlite_version 3.6.13 %if 0%{?suse_version} > 910 BuildRequires: update-alternatives %endif # suse_version > 910 @@ -126,7 +126,7 @@ # Summary: A Concurrent Versioning system similar to but better than CVS BuildRoot: %{_tmppath}/%{name}-%{version}-build -License: Subversion license, http://subversion.tigris.org/license-1.html +License: ASLv2 Group: Development/Tools/Version Control Url: http://subversion.tigris.org Source0: http://subversion.tigris.org/downloads/subversion-%{version}.tar.bz2 @@ -158,6 +158,7 @@ Patch33: subversion.header_wrappers.patch Patch35: subversion.java14.patch Patch36: subversion-ctypes-remove_shebang.patch +Patch37: subversion-no-build-date.patch # %if %with_ruby %if %{!?rb_arch:1}0 @@ -182,7 +183,7 @@ %package devel -License: ASLv.. +License: ASLv2 Group: Development/Libraries/C and C++ Summary: Development package for Subversion developers Requires: subversion = %{version} @@ -196,7 +197,7 @@ %package tools -License: ASLv.. ; Subversion License, http://subversion.tigris.org/license-1.html +License: ASLv2 ; Subversion License, http://subversion.tigris.org/license-1.html Group: Development/Tools/Version Control Summary: Tools for Subversion @@ -224,9 +225,10 @@ %package perl License: ASLv.. ; Subversion License, http://subversion.tigris.org/license-1.html Group: Development/Tools/Version Control -Summary: Allows Perl scripts to directly use Subversion repositories. +Summary: Allows Perl scripts to directly use Subversion repositories Requires: subversion = %{version} Requires: perl >= 5.8 +Requires: perl = %{perl_version} %description perl Provides Perl (SWIG) support for Subversion. @@ -236,7 +238,7 @@ %package python License: ASLv.. ; Subversion License, http://subversion.tigris.org/license-1.html Group: Development/Tools/Version Control -Summary: Allows Python scripts to directly use Subversion repositories. +Summary: Allows Python scripts to directly use Subversion repositories Requires: subversion = %{version} %if 0%{?sles_version} == 9 Requires: python25 @@ -264,7 +266,7 @@ %package ruby License: Apache Software License .. ; Subversion License, http://subversion.tigris.org/license-1.html Group: Development/Tools/Version Control -Summary: Allows Ruby scripts to directly use Subversion repositories. +Summary: Allows Ruby scripts to directly use Subversion repositories Requires: subversion = %{version} %description ruby @@ -275,7 +277,7 @@ %endif # with_ruby %package server -License: ASLv.. +License: ASLv2 Group: Development/Tools/Version Control Summary: Apache server module for Subversion server Requires: subversion = %{version} apache2 %{apache_mmn} @@ -334,19 +336,27 @@ %patch11 -p0 %patch12 -p0 # -%patch20 -p1 +%patch20 %if 0%{?suse_version} > 930 %patch23 -p0 %endif -%patch31 -p1 -%patch33 -p1 -%patch35 -p1 +%patch31 +%patch33 +%patch35 %patch36 -p0 +%patch37 %if 0%{?sles_version} == 9 %__grep -rwl '/usr/bin/python' . | xargs %__sed -i 's|/usr/bin/python|%{_usr}/bin/python2.5|g' %__grep -rwl '/usr/bin/env python' . | xargs %__sed -i 's|/usr/bin/env python|%{_usr}/bin/python2.5|g' %endif +SQLITE_RECOMMENDED_VER=$(grep -E '^SQLITE_RECOMMENDED_VER=' configure.ac|cut -f2 -d=|cut -f2 -d\") +#" +[ "$SQLITE_RECOMMENDED_VER" = "%{sqlite_version}" ] || { + echo "ERROR: recommended sqlite version is $SQLITE_RECOMMENDED_VER, but we're using %{sqlite_version}" >&2; + exit 1; +} + %build # This package failed when testing with -Wl,-as-needed being default. # So we disable it here, if you want to retest, just delete this comment and the line below. ++++++ sqlite-amalgamation-3.6.17.tar.bz2 -> sqlite-amalgamation-3.6.13.tar.bz2 ++++++ ++++ 91130 lines of diff (skipped) ++++++ subversion-1.6.9.tar.bz2 -> subversion-1.6.12.tar.bz2 ++++++ ++++ 7574 lines of diff (skipped) ++++++ subversion-ctypes-remove_shebang.patch ++++++ --- /var/tmp/diff_new_pack.SgV6bV/_old 2010-09-27 15:51:43.000000000 +0200 +++ /var/tmp/diff_new_pack.SgV6bV/_new 2010-09-27 15:51:43.000000000 +0200 @@ -1,5 +1,5 @@ ---- subversion/bindings/ctypes-python/csvn/core/__init__.py.orig 2009-03-30 15:16:52.000000000 +0200 -+++ subversion/bindings/ctypes-python/csvn/core/__init__.py 2009-03-30 15:17:11.000000000 +0200 +--- subversion/bindings/ctypes-python/csvn/core/__init__.py.orig ++++ subversion/bindings/ctypes-python/csvn/core/__init__.py @@ -1,5 +1,3 @@ -#!/home/djames/bin/python - ++++++ subversion-fix_nonvoid_function_without_return.patch ++++++ --- /var/tmp/diff_new_pack.SgV6bV/_old 2010-09-27 15:51:43.000000000 +0200 +++ /var/tmp/diff_new_pack.SgV6bV/_new 2010-09-27 15:51:43.000000000 +0200 @@ -1,6 +1,6 @@ ---- subversion/bindings/javahl/native/EnumMapper.cpp.orig 2009-04-30 01:40:36.000000000 +0200 -+++ subversion/bindings/javahl/native/EnumMapper.cpp 2009-04-30 01:40:50.000000000 +0200 -@@ -497,6 +497,7 @@ +--- subversion/bindings/javahl/native/EnumMapper.cpp.orig ++++ subversion/bindings/javahl/native/EnumMapper.cpp +@@ -497,6 +497,7 @@ jint EnumMapper::mapOperation(svn_wc_ope switch (operation) { case svn_wc_operation_none: ++++++ subversion.header_wrappers.patch ++++++ --- /var/tmp/diff_new_pack.SgV6bV/_old 2010-09-27 15:51:43.000000000 +0200 +++ /var/tmp/diff_new_pack.SgV6bV/_new 2010-09-27 15:51:43.000000000 +0200 @@ -8,8 +8,8 @@ build/generator/swig/header_wrappers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---- a/build/generator/swig/header_wrappers.py -+++ b/build/generator/swig/header_wrappers.py +--- build/generator/swig/header_wrappers.py.orig ++++ build/generator/swig/header_wrappers.py @@ -239,7 +239,7 @@ class Generator(generator.swig.Generator self.proxy_filename(base_fname)) ++++++ subversion.java14.patch ++++++ --- /var/tmp/diff_new_pack.SgV6bV/_old 2010-09-27 15:51:43.000000000 +0200 +++ /var/tmp/diff_new_pack.SgV6bV/_new 2010-09-27 15:51:43.000000000 +0200 @@ -3,9 +3,9 @@ subversion/bindings/javahl/build/build.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---- a/configure.ac -+++ b/configure.ac -@@ -539,7 +539,7 @@ fi +--- configure.ac.orig ++++ configure.ac +@@ -781,7 +781,7 @@ fi AC_PATH_PROGS(PYTHON, "$PYTHON", none) # The minimum version for the JVM runtime for our Java bytecode. @@ -14,8 +14,8 @@ # SVN_CHECK_JDK sets $JAVA_CLASSPATH SVN_CHECK_JDK($JAVA_OLDEST_WORKING_VER) ---- a/subversion/bindings/javahl/build/build.xml -+++ b/subversion/bindings/javahl/build/build.xml +--- subversion/bindings/javahl/build/build.xml.orig ++++ subversion/bindings/javahl/build/build.xml @@ -21,7 +21,7 @@ <target name="compile" unless="junit.path" ++++++ subversion.libtool-pie-flags.patch ++++++ --- /var/tmp/diff_new_pack.SgV6bV/_old 2010-09-27 15:51:43.000000000 +0200 +++ /var/tmp/diff_new_pack.SgV6bV/_new 2010-09-27 15:51:43.000000000 +0200 @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2009-03-21 11:01:46.000000000 +0100 -+++ Makefile.in 2009-03-21 11:06:08.000000000 +0100 -@@ -163,42 +163,45 @@ +--- Makefile.in.orig ++++ Makefile.in +@@ -163,42 +163,45 @@ CPPFLAGS = @CPPFLAGS@ $(EXTRA_CPPFLAGS) LDFLAGS = @LDFLAGS@ $(EXTRA_LDFLAGS) SWIG_LDFLAGS = @SWIG_LDFLAGS@ $(EXTRA_SWIG_LDFLAGS) ++++++ subversion.libtool-verbose.patch ++++++ --- /var/tmp/diff_new_pack.SgV6bV/_old 2010-09-27 15:51:43.000000000 +0200 +++ /var/tmp/diff_new_pack.SgV6bV/_new 2010-09-27 15:51:43.000000000 +0200 @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2009-03-21 11:08:29.000000000 +0100 -+++ Makefile.in 2009-03-21 11:08:46.000000000 +0100 -@@ -103,8 +103,8 @@ +--- Makefile.in.orig ++++ Makefile.in +@@ -103,8 +103,8 @@ EXEEXT = @EXEEXT@ SHELL = @SHELL@ LIBTOOL = @SVN_LIBTOOL@ ++++++ subversion-no-build-date.patch ++++++ --- subversion/libsvn_subr/opt.c.orig +++ subversion/libsvn_subr/opt.c @@ -965,9 +965,8 @@ svn_opt__print_version_info(const char * if (quiet) return svn_cmdline_printf(pool, "%s\n", SVN_VER_NUMBER); - SVN_ERR(svn_cmdline_printf(pool, _("%s, version %s\n" - " compiled %s, %s\n\n"), pgm_name, - SVN_VERSION, __DATE__, __TIME__)); + SVN_ERR(svn_cmdline_printf(pool, _("%s, version %s\n\n"), pgm_name, + SVN_VERSION)); SVN_ERR(svn_cmdline_fputs(_("Copyright (C) 2000-2009 CollabNet.\n" "Subversion is open source software, see" " http://subversion.tigris.org/\n" ++++++ subversion.perl.LD_RUN_PATH.patch ++++++ --- /var/tmp/diff_new_pack.SgV6bV/_old 2010-09-27 15:51:43.000000000 +0200 +++ /var/tmp/diff_new_pack.SgV6bV/_new 2010-09-27 15:51:43.000000000 +0200 @@ -6,9 +6,9 @@ Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---- a/Makefile.in -+++ b/Makefile.in -@@ -641,7 +641,7 @@ $(SWIG_PL_DIR)/native/Makefile.PL: $(SWI +--- Makefile.in.orig ++++ Makefile.in +@@ -680,7 +680,7 @@ $(SWIG_PL_DIR)/native/Makefile.PL: $(SWI ./config.status subversion/bindings/swig/perl/native/Makefile.PL $(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL ++++++ subversion-swig-perl-install_vendor.patch ++++++ --- /var/tmp/diff_new_pack.SgV6bV/_old 2010-09-27 15:51:43.000000000 +0200 +++ /var/tmp/diff_new_pack.SgV6bV/_new 2010-09-27 15:51:43.000000000 +0200 @@ -1,9 +1,9 @@ Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---- a/Makefile.in -+++ b/Makefile.in -@@ -652,7 +652,7 @@ check-swig-pl: swig-pl swig-pl-lib +--- Makefile.in.orig ++++ Makefile.in +@@ -691,7 +691,7 @@ check-swig-pl: swig-pl swig-pl-lib cd $(SWIG_PL_DIR)/native; $(MAKE) test install-swig-pl: swig-pl install-swig-pl-lib ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de