Hello community,

here is the log from the commit of package subversion for openSUSE:Factory 
checked in at 2013-06-19 15:14:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/subversion (Old)
 and      /work/SRC/openSUSE:Factory/.subversion.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "subversion"

Changes:
--------
--- /work/SRC/openSUSE:Factory/subversion/subversion.changes    2013-06-18 
10:38:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.subversion.new/subversion.changes       
2013-06-19 15:54:08.000000000 +0200
@@ -1,0 +2,68 @@
+Tue Jun 18 00:00:00 UTC 2013 - [email protected]
+
+- Apache Subversion 1.8.0
+- Major new features
+  * working copy records moves as first-class operation
+  * merge uses reintegrate mode automatically when needed
+  * FSFS: Packing of revision property shards
+  * support inheritable properties
+  * repository can suggest config for autoprops and ignores
+  * support gpg-agent for password caching
+  * authz rules can be stored inside the repository
+- concerns when upgrading from earlier versions
+  * Upgrading the Working Copy
+    1.8 introduces a new working copy format. One-time execution of
+    "svn upgrade" required. After that, clients earlier than 1.8 will
+    be unable to use the working copy. Working copy must have been
+    created using 1.6 or 1.7. For details, please see:
+    https://subversion.apache.org/docs/release-notes/1.8.html#wc-upgrade
+  * Upgrading the Repository
+    1.8 can read and write repositories created by earlier versions.
+    "svnadmin upgrade" may be used to upgrade to FSFS format 6 of 1.8,
+    after which the repository will be no longer be usable for 1.7 servers.
+    An optional dump/load cycle may be used to apply FSFS improvements
+    to past revisions.
+    https://subversion.apache.org/docs/release-notes/1.8.html#compatibility
+    https://subversion.apache.org/docs/release-notes/1.8.html#fsfs-enhancements
+  * Required configuration changes when using mod_dav_svn with Apache httpd2:
+    The MaxKeepAliveRequests option in httpd.conf needs to be increased 
+    from 100 (the default) to at least 1000 (there is no reason why it 
+    could not be 10000). This will improve performance by allowing serf 
+    clients to use fewer TCP connections to the server. Clients using 
+    neon will also work fine with this configuration.
+- many minor features and improvements listed in:
+  https://subversion.apache.org/docs/release-notes/1.8.html
+  http://svn.apache.org/repos/asf/subversion/tags/1.8.0/CHANGES
+- Deprecations:
+  * require serf as client-side http library (neon support removed)
+  * deprecate the Berkeley DB FS backend (libsvn_fs_base)
+- packaging changes:
+  * ra_serf is now the only http library
+  * remove neon dependency, ra_neon removed upstream
+  * update in-tree sqlite to recommended version 3.7.15.1
+  * build with sqlite amalgamation for openSUSE 12.2 and earlier
+  * dropped patches, accepted upstream:
+    subversion-1.7.4-ruby-1.9-RbConfig.patch
+    subversion-1.7.8-TestHarness_run_py_test_exit_code.patch
+  * dropped patches, no longer required:
+    subversion-1.7.9-davautocheck-LD_LIBRARY_PATH.patch
+    Also setting LD_LIBRARY_PATH no longer required for tests.
+  * dropped patches, feature removed upstream:
+    subversion-neon-systemproxy.patch
+  * updated patches for upstream changes:
+    subversion-no-build-date.patch
+    subversion-swig-perl-install_vendor.patch
+    subversion.libtool-verbose.patch
+    subversion.perl.LD_RUN_PATH.patch
+    subversion.libtool-pie-flags.patch
+  * update tools installation, svnmucc is now a first order tool
+  * updated build requirements:
+    + python >= 2.5
+    + serf >= 1.2.1
+    + ruby 1.8.x, >= 1.8.2 or 1.9.3
+  * build ruby bindings again for openSUSE 12.3 and Factory
+  * fix detection of ruby sitelib directory
+  * remove obsolete tool svnmerge.py
+  * update contrib package to r1485350 
+
+-------------------------------------------------------------------

Old:
----
  contrib-1187941.tar.bz2
  sqlite-autoconf-3070603.tar.bz2
  subversion-1.7.10.tar.bz2
  subversion-1.7.10.tar.bz2.asc
  subversion-1.7.4-ruby-1.9-RbConfig.patch
  subversion-1.7.8-TestHarness_run_py_test_exit_code.patch
  subversion-1.7.9-davautocheck-LD_LIBRARY_PATH.patch
  subversion-neon-systemproxy.patch
  svnmerge.py

New:
----
  contrib-1485350.tar.bz2
  sqlite-amalgamation-3071501.zip
  subversion-1.8.0.tar.bz2
  subversion-1.8.0.tar.bz2.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ subversion.spec ++++++
--- /var/tmp/diff_new_pack.O1V2hC/_old  2013-06-19 15:54:10.000000000 +0200
+++ /var/tmp/diff_new_pack.O1V2hC/_new  2013-06-19 15:54:10.000000000 +0200
@@ -2,6 +2,7 @@
 # spec file for package subversion
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 Andreas Stieger <[email protected]>
 # Copyright (c) 2009-2010 Pascal Bleser <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,14 +18,13 @@
 #
 
 
-# Subversion as of 1.7.4 does not work with ruby 1.9 in Factory 
-%define with_ruby          0%{?suse_version} > 1110 && 0%{?suse_version} < 1220
+%define with_ruby          0%{?suse_version} > 1110
 %define with_intree_swig 0%{?suse_version} != 1110
 %if 0%{?always_use_intree_sqlite:1}
 %define with_intree_sqlite 1
 %define with_python_ctypes 0%{?suse_version} > 1110
 %else
-%define with_intree_sqlite 0%{?suse_version} < 1110
+%define with_intree_sqlite 0%{?suse_version} < 1230
 %define with_python_ctypes 0
 %endif
 %if %suse_version >= 1220
@@ -33,9 +33,6 @@
 %define with_kde4_kwallet  0%{?suse_version} > 1100
 %define with_gnome_keyring 0%{?suse_version} > 1100
 
-%bcond_without neon
-%bcond_without serf
-
 # run build --with=regression_tests to run test suite
 %bcond_with    regression_tests
 
@@ -49,12 +46,12 @@
 %define svnuser svn
 
 Name:           subversion
-Version:        1.7.10
+Version:        1.8.0
 Release:        0
 # in-tree SWIG version to use for the build:
 %define swig_version   1.3.36
-%define sqlite_version 3.7.6.3
-%define sqlite_pkg_version 3070603
+%define sqlite_version 3.7.15.1
+%define sqlite_pkg_version 3071501
 BuildRequires:  apache2-devel
 BuildRequires:  db-devel
 BuildRequires:  file-devel
@@ -81,7 +78,17 @@
 BuildRequires:  ctypesgen
 %endif
 %if %with_ruby
-BuildRequires:  ruby-devel
+# Only 1.8.x releases are fully supported, 1.9.3 support is new
+# configure script disallows versions between 1.8.7 and 1.9.3
+BuildConflicts:        ruby-devel = 1.9.0
+BuildConflicts:        ruby-devel = 1.9.1
+BuildConflicts:        ruby-devel = 1.9.2
+%if 0%{?suse_version} >= 1310
+# 13.1 and later have a ruby19 package, pkgconfig and a different versioning 
scheme
+BuildRequires:  pkgconfig(ruby-1.9)
+%else
+BuildRequires:  ruby-devel >= 1.8.2
+%endif
 %endif # with_ruby
 BuildRequires:  apache2-prefork
 BuildRequires:  cyrus-sasl-devel
@@ -94,9 +101,7 @@
 BuildRequires:  gnome-keyring-devel
 %endif
 %endif # with_gnome_keyring
-%if %{with serf}
-BuildRequires:  libserf-devel
-%endif
+BuildRequires:  libserf-devel >= 1.2.1
 %if %with_kde4_kwallet
 BuildRequires:  dbus-1-devel
 BuildRequires:  kdelibs4-core
@@ -110,22 +115,22 @@
 %else
 %define with_java 0
 %endif
-%if %{with neon}
-%if 0%{?suse_version} > 1030
-BuildRequires:  libneon-devel
-%else
-BuildRequires:  neon-devel
-BuildRequires:  openldap2-devel
-%endif # suse_version > 1030
-%endif # with neon
 %if 0%{?suse_version} >= 1230
 # fix "have choice for libjpeg-devel needed by libmng-devel: libjpeg62-devel 
libjpeg8-devel"
 #!BuildIgnore: libjpeg62-devel
 %endif
+%if 0%{?suse_version} >= 1310
+# fix unresolvable: conflict for provider of krb5 = 1.11.3 needed by 
krb5-devel, (provider krb5 is conflicted by installed krb5-mini)
+#!BuildIgnore: krb5-mini
+%endif
 %if %{with regression_tests}
 # svnserveautocheck.sh davautocheck.sh requirements
 BuildRequires:  net-tools
+BuildRequires:  util-linux
 BuildRequires:  wget
+%if 0%{?suse_version} > 1230
+BuildRequires:  time
+%endif
 %if 0%{?sles_version} == 11 
 # additional python sqlite required for SLE 11 only for python tests to 
complete
 # needs to be added to branch project to work, e.g.
@@ -150,12 +155,11 @@
 License:        Apache-2.0
 Group:          Development/Tools/Version Control
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Url:            http://subversion.apache.org
-Source0:        
http://www.apache.org/dist/subversion/subversion-%{version}.tar.bz2
+Url:            https://subversion.apache.org
+Source0:        
https://www.apache.org/dist/subversion/%{name}-%{version}.tar.bz2
 Source1:        subversion.conf
 Source2:        subversion.README.SuSE
-Source3:        svnmerge.py
-Source4:        contrib-1187941.tar.bz2
+Source4:        contrib-1485350.tar.bz2
 Source9:        subversion.rcsvnserve
 Source10:       subversion.sysconfig.svnserve
 Source12:       subversion.sysconfig.svnserve.remoteaccess
@@ -177,8 +181,9 @@
 BuildRequires:  swig
 %endif
 %if %with_intree_sqlite
-# http://www.sqlite.org/sqlite-amalgamation-%{sqlite_version}.tar.gz
-Source91:       sqlite-autoconf-%{sqlite_pkg_version}.tar.bz2
+Source91:       
http://www.sqlite.org/sqlite-amalgamation-%{sqlite_pkg_version}.zip
+BuildRequires:  unzip
+BuildConflicts:        sqlite3-devel
 %else
 BuildRequires:  sqlite3-devel >= %{sqlite_version}
 %requires_ge    libsqlite3-0
@@ -191,23 +196,12 @@
 Patch23:        subversion.libtool-pie-flags.patch
 Patch31:        subversion.perl.LD_RUN_PATH.patch
 Patch37:        subversion-no-build-date.patch
-# PATCH-FEATURE-UPSTREAM subversion-neon-systemproxy.patch 
[email protected] -- Use system proxy offered by neon, if no specific config 
is used (Thus, actually using libproxy in the background to use 'the right 
proxy' as configured in the system).
-Patch38:        subversion-neon-systemproxy.patch
-Patch39:        subversion-1.7.4-ruby-1.9-RbConfig.patch
-Patch40:        subversion-1.7.8-TestHarness_run_py_test_exit_code.patch
-Patch41:        subversion-1.7.9-davautocheck-LD_LIBRARY_PATH.patch
 #
 %if %with_ruby
-%if %{!?rb_arch:1}0
 %define rb_arch %(echo "%{_host_cpu}-%{_os}" | sed -e "s/i686/i586/" -e 
"s/armv5tel/armv4l/" -e "s/hppa2.0/hppa/")
-%endif
-%if %{!?rb_major_ver:1}0
-%define rb_major_ver %(/usr/bin/ruby -e 'puts VERSION'|cut -f1,2 -d.)
-%endif
-%if %{!?site_ruby:1}0
-%define site_ruby %{_usr}/%{_lib}/ruby/site_ruby/%{rb_major_ver}
-%endif
+%define site_ruby %(ruby -rrbconfig -e 'print RbConfig::CONFIG["sitelibdir"]')
 %endif # with_ruby
+#
 %if %with_java
 Provides:       subversion-javahl = %{version}-%{release}
 %endif # with_java
@@ -357,21 +351,15 @@
 %if %with_intree_sqlite
 %__install -d ./sqlite-amalgamation
 pushd ./sqlite-amalgamation
-%__bzip2 -d -c "%{SOURCE91}" | %__tar xf - 
"sqlite-autoconf-%{sqlite_pkg_version}/sqlite3.c"
-%__mv "sqlite-autoconf-%{sqlite_pkg_version}/sqlite3.c" .
-%__rm -rf "sqlite-autoconf-%{sqlite_pkg_version}"
+unzip -ej "%{SOURCE91}"
 popd #./sqlite-amalgamation
 %endif # with_intree_sqlite
 #
-%patch11 -p0
-%patch20
-%patch23 -p0
-%patch31
+%patch11 -p1
+%patch20 -p1
+%patch23 -p1
+%patch31 -p1
 %patch37 -p1
-%patch38
-%patch39 -p1
-%patch40 -p1
-%patch41 -p1
 
 SQLITE_RECOMMENDED_VER=$(grep -E '^SQLITE_RECOMMENDED_VER=' configure.ac|cut 
-f2 -d=|cut -f2 -d\")
 #"
@@ -499,17 +487,13 @@
 export PATH="${SWIG_ROOT}/bin:${PATH}"
 %configure \
        --with-editor="vim -c 'set tw=72 et' " \
-%if %{with neon}
-       --with-neon=%{_prefix} \
-%endif
-%if %{with serf} 
        --with-serf=%{_prefix} \
-%endif
        --with-apr=%{_prefix} \
        --with-apr-util=%{_prefix} \
        --with-apxs=%{apxs} \
        --with-zlib=%{_prefix} \
        --with-berkeley-db=db.h:db.h:%{_prefix}:db \
+       --with-apache-libexecdir=%{apache_libexecdir} \
        $with_jdk \
 %if %with_java
     --with-junit="%{_usr}/share/java/junit.jar" \
@@ -547,7 +531,7 @@
 %else
 python_ctypes_target=
 %endif # with_python_ctypes
-%__make extraclean-swig
+%__make extraclean-bindings
 %__make swig-py $python_ctypes_target swig-pl $ruby_target SWIG_LDFLAGS= 
$with_jdk
 
 %install
@@ -583,7 +567,6 @@
 cp -avL contrib/client-side/emacs/*.el 
$RPM_BUILD_ROOT/usr/share/emacs/site-lisp/
 rm -f $RPM_BUILD_ROOT/usr/share/emacs/site-lisp/vc-svn.el
 #
-install -m 755 contrib/client-side/svnmerge/svnmerge.py 
$RPM_BUILD_ROOT/usr/bin/svnmerge.py
 cp -avL contrib/client-side/svn_apply_autoprops.py $RPM_BUILD_ROOT/usr/bin
 #
 mkdir -p $RPM_BUILD_ROOT/%{apache_sysconfdir}/conf.d
@@ -596,7 +579,7 @@
 #
 # tools
 %__make DESTDIR="$RPM_BUILD_ROOT" install-tools
-%__mv 
$RPM_BUILD_ROOT%{_bindir}/svn-tools/{svn-populate-node-origins-index,svn-rep-sharing-stats,svnauthz-validate,svnmucc}
 $RPM_BUILD_ROOT%{_bindir}
+%__mv 
$RPM_BUILD_ROOT%{_bindir}/svn-tools/{svn-populate-node-origins-index,svn-rep-sharing-stats,svnauthz-validate}
 $RPM_BUILD_ROOT%{_bindir}
 # discard all other tools
 %__rm -rf $RPM_BUILD_ROOT%{_bindir}/svn-tools
 #
@@ -635,7 +618,6 @@
 
 #
 # double check that the essential repository access schemes have been compiled 
in
-# requires at least one http library: neon or serf
 #
 schemes=$(LD_LIBRARY_PATH="${RPM_BUILD_ROOT}%{_libdir}" 
"${RPM_BUILD_ROOT}%{_bindir}/svn" --version | %__grep "'" | cut -d\' -f2 | sort 
-u)
 # reset vim syntax: '
@@ -644,51 +626,23 @@
 https
 svn"
 #
-%if %{with neon}
-#
-# double check that when building with neon support, ra_neon is actually 
available and handles http and https schemes
-#
-serf_schemes=$(LD_LIBRARY_PATH="${RPM_BUILD_ROOT}%{_libdir}" 
"${RPM_BUILD_ROOT}%{_bindir}/svn" --version | %__grep -A2 "ra_neon" | %__grep 
"'" | cut -d\' -f2 )
-# reset vim syntax: '
-test "$serf_schemes" = "http
-https"
-#
-%endif # with neon
-#
-%if %{with serf}
-#
-# double check that when building with serf support, ra_serf is actually 
available and handles http and https schemes
-#
-serf_schemes=$(LD_LIBRARY_PATH="${RPM_BUILD_ROOT}%{_libdir}" 
"${RPM_BUILD_ROOT}%{_bindir}/svn" --version | %__grep -A2 "ra_serf" | %__grep 
"'" | cut -d\' -f2 )
-# reset vim syntax: '
-test "$serf_schemes" = "http
-https"
-#
-%endif # with serf
+# check that when building with in-tree SQLite, it is statically linked and of 
exactly that version
+sqlite_info=$(LD_LIBRARY_PATH="${RPM_BUILD_ROOT}%{_libdir}" 
"${RPM_BUILD_ROOT}%{_bindir}/svn" --version -v | %__grep "SQLite" | cut -d\- 
-f2)
+%if %with_intree_sqlite
+test "$sqlite_info" = " SQLite %{sqlite_version} (static)"
+%endif
 #
 
 %if %{with regression_tests}
 
-ulimit -a
-# During "make check", auth-test loads DSOs at runtime and can't find
-# them if we don't set up LD_LIBRARY_PATH as below.
-export 
LD_LIBRARY_PATH="$PWD/subversion/libsvn_auth_kwallet/.libs:$PWD/subversion/libsvn_auth_gnome_keyring/.libs:$LD_LIBRARY_PATH"
-
 # run tests over ra_local (file://)
 %__make check CLEANUP=true FS_TYPE=fsfs
 
 # run tests over ra_svn (svn://)
 %__make svnserveautocheck CLEANUP=true FS_TYPE=fsfs
 
-# run tests over ra_neon (http://)
-%if %{with neon}
-%__make davautocheck CLEANUP=true FS_TYPE=fsfs HTTP_LIBRARY=neon
-%endif # neon
-
 # run tests over ra_serf (http://)
-%if %{with serf}
 %__make davautocheck CLEANUP=true FS_TYPE=fsfs HTTP_LIBRARY=serf
-%endif # serf
 
 %if %with_java
 %__make check-javahl
@@ -743,22 +697,19 @@
 %post -n subversion-perl -p /sbin/ldconfig
 
 %postun -n subversion-perl -p /sbin/ldconfig
-%if %with_ruby
 
+%if %with_ruby
 %post -n subversion-ruby -p /sbin/ldconfig
-
 %postun -n subversion-ruby -p /sbin/ldconfig
 %endif # with_ruby
-%if %with_gnome_keyring
 
+%if %with_gnome_keyring
 %post -n libsvn_auth_gnome_keyring-1-0 -p /sbin/ldconfig
-
 %postun -n libsvn_auth_gnome_keyring-1-0 -p /sbin/ldconfig
 %endif # with_gnome_keyring
-%if %with_kde4_kwallet
 
+%if %with_kde4_kwallet
 %post -n libsvn_auth_kwallet-1-0 -p /sbin/ldconfig
-
 %postun -n libsvn_auth_kwallet-1-0 -p /sbin/ldconfig
 %endif # with_kde4_kwallet
 
@@ -789,6 +740,7 @@
 %attr(755,root,root) /usr/bin/svngrep
 %attr(755,root,root) /usr/bin/svnsync
 %attr(755,root,root) /usr/bin/svnrdump
+%attr(755,root,root) /usr/bin/svnmucc
 %{_libdir}/libsvn_client*.so.*
 %{_libdir}/libsvn_delta*.so.*
 %{_libdir}/libsvn_diff*.so.*
@@ -816,8 +768,8 @@
 %{_libdir}/libsvn_swig_py-1.so.*
 %{site_python}/libsvn/*
 %{site_python}/svn/*
-%if %with_python_ctypes
 
+%if %with_python_ctypes
 %files python-ctypes
 %defattr(-,root,root)
 %doc subversion/bindings/ctypes-python/examples
@@ -827,8 +779,8 @@
 %{site_python}/svn_ctypes_python_bindings-*-py%{py_ver}.egg-info
 %endif # suse_version >= 1020
 %endif # with_python_ctypes
-%if %with_ruby
 
+%if %with_ruby
 %files ruby
 %defattr(-,root,root)
 %dir %{site_ruby}
@@ -845,12 +797,10 @@
 
 %files tools
 %defattr(-,root,root)
-%attr(755,root,root) %{_bindir}/svnmerge.py
 %attr(755,root,root) %{_bindir}/svn_apply_autoprops.py
 %{_bindir}/svn-populate-node-origins-index
 %{_bindir}/svnauthz-validate
 %{_bindir}/svn-rep-sharing-stats
-%{_bindir}/svnmucc
 
 %files server
 %defattr(-,root,root)
@@ -860,15 +810,15 @@
 %{apache_libexecdir}/mod_dav_svn.*
 %{apache_libexecdir}/mod_authz_svn.*
 %{apache_libexecdir}/mod_dontdothat.*
-%if %with_gnome_keyring
 
+%if %with_gnome_keyring
 %files -n libsvn_auth_gnome_keyring-1-0
 %defattr(-,root,root)
 %{_libdir}/libsvn_auth_gnome_keyring-1.so.0
 %{_libdir}/libsvn_auth_gnome_keyring-1.so.0.*
 %endif # with_gnome_keyring
-%if %with_kde4_kwallet
 
+%if %with_kde4_kwallet
 %files -n libsvn_auth_kwallet-1-0
 %defattr(-,root,root)
 %{_libdir}/libsvn_auth_kwallet-1.so.0
@@ -876,7 +826,6 @@
 %endif # with_kde4_kwallet
 
 %if %with_bashcomp
-
 %files bash-completion
 %defattr(-,root,root)
 %config %{_sysconfdir}/bash_completion.d/%{name}

++++++ contrib-1187941.tar.bz2 -> contrib-1485350.tar.bz2 ++++++
++++ 2717 lines of diff (skipped)

++++++ subversion-1.7.10.tar.bz2 -> subversion-1.8.0.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/subversion/subversion-1.7.10.tar.bz2 
/work/SRC/openSUSE:Factory/.subversion.new/subversion-1.8.0.tar.bz2 differ: 
char 11, line 1

++++++ subversion-no-build-date.patch ++++++
--- /var/tmp/diff_new_pack.O1V2hC/_old  2013-06-19 15:54:11.000000000 +0200
+++ /var/tmp/diff_new_pack.O1V2hC/_new  2013-06-19 15:54:11.000000000 +0200
@@ -1,27 +1,86 @@
 From: Andreas Stieger <[email protected]>
-Date: 2013-04-07 21:09:15 +0100
-Subject: remove build date and time from binary
+Date: Wed, 06 Mar 2013 00:05:08 +0000
+Subject: Remove volatile build information
 Upstream: never
 
-Prevent unneccessary rebuilds by removing date and time macros.
+Prevent unneccessary rebuilds of binary packages differing only by date, time 
and build host.
 
 ---
- subversion/libsvn_subr/opt.c |    5 ++---
- 1 file changed, 2 insertions(+), 3 deletions(-)
+ subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java 
|    4 ++--
+ subversion/libsvn_subr/opt.c                                                  
|    8 ++------
+ subversion/libsvn_subr/version.c                                              
|    4 ++--
+ subversion/tests/cmdline/getopt_tests_data/svn--version--verbose_stdout       
|    1 -
+ subversion/tests/cmdline/getopt_tests_data/svn--version_stdout                
|    1 -
+ 5 files changed, 6 insertions(+), 12 deletions(-)
 
-Index: subversion-1.7.9/subversion/libsvn_subr/opt.c
+Index: 
subversion-nightly/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java
 ===================================================================
---- subversion-1.7.9.orig/subversion/libsvn_subr/opt.c 2013-01-04 
03:05:28.000000000 +0000
-+++ subversion-1.7.9/subversion/libsvn_subr/opt.c      2013-04-07 
21:09:14.000000000 +0100
-@@ -1084,9 +1084,8 @@ svn_opt__print_version_info(const char *
+--- 
subversion-nightly.orig/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java
      2013-04-01 20:57:02.000000000 +0100
++++ 
subversion-nightly/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java
   2013-04-11 23:50:53.000000000 +0100
+@@ -140,10 +140,10 @@ public class BasicTests extends SVNTests
+         {
+             VersionExtended vx = client.getVersionExtended(false);
+             String result = vx.getBuildDate();
+-            if (result == null || result.trim().length() == 0)
++            if (result == null)
+                 throw new Exception("Build date empty");
+             result = vx.getBuildTime();
+-            if (result == null || result.trim().length() == 0)
++            if (result == null)
+                 throw new Exception("Build time empty");
+             result = vx.getBuildHost();
+             if (result == null || result.trim().length() == 0)
+Index: subversion-nightly/subversion/libsvn_subr/opt.c
+===================================================================
+--- subversion-nightly.orig/subversion/libsvn_subr/opt.c       2013-03-23 
14:35:40.000000000 +0000
++++ subversion-nightly/subversion/libsvn_subr/opt.c    2013-04-11 
23:51:47.000000000 +0100
+@@ -1114,12 +1114,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) 2013 The Apache Software Foundation.\n"
-                "This software consists of contributions made by many "
+-                                     "   compiled %s, %s on %s\n\n"),
+-                             pgm_name, SVN_VERSION,
+-                             svn_version_ext_build_date(info),
+-                             svn_version_ext_build_time(info),
+-                             svn_version_ext_build_host(info)));
++  SVN_ERR(svn_cmdline_printf(pool, _("%s, version %s\n\n"),
++                             pgm_name, SVN_VERSION));
+   SVN_ERR(svn_cmdline_printf(pool, "%s\n", svn_version_ext_copyright(info)));
+ 
+   if (footer)
+Index: subversion-nightly/subversion/libsvn_subr/version.c
+===================================================================
+--- subversion-nightly.orig/subversion/libsvn_subr/version.c   2013-03-22 
15:59:11.000000000 +0000
++++ subversion-nightly/subversion/libsvn_subr/version.c        2013-04-11 
23:50:53.000000000 +0100
+@@ -125,8 +125,8 @@ svn_version_extended(svn_boolean_t verbo
+ {
+   svn_version_extended_t *info = apr_pcalloc(pool, sizeof(*info));
+ 
+-  info->build_date = __DATE__;
+-  info->build_time = __TIME__;
++  info->build_date = "";
++  info->build_time = "";
+   info->build_host = SVN_BUILD_HOST;
+   info->copyright = apr_pstrdup
+     (pool, _("Copyright (C) 2013 The Apache Software Foundation.\n"
+Index: 
subversion-nightly/subversion/tests/cmdline/getopt_tests_data/svn--version--verbose_stdout
+===================================================================
+--- 
subversion-nightly.orig/subversion/tests/cmdline/getopt_tests_data/svn--version--verbose_stdout
    2012-09-10 22:58:53.000000000 +0100
++++ 
subversion-nightly/subversion/tests/cmdline/getopt_tests_data/svn--version--verbose_stdout
 2013-04-11 23:51:25.000000000 +0100
+@@ -1,5 +1,4 @@
+ svn, version 1.8.0-dev (under development)
+-   compiled Sep 10 2012, 14:00:24 on i386-apple-darwin11.4.0
+ 
+ Copyright (C) 2012 The Apache Software Foundation.
+ This software consists of contributions made by many people;
+Index: 
subversion-nightly/subversion/tests/cmdline/getopt_tests_data/svn--version_stdout
+===================================================================
+--- 
subversion-nightly.orig/subversion/tests/cmdline/getopt_tests_data/svn--version_stdout
     2012-09-10 13:03:34.000000000 +0100
++++ 
subversion-nightly/subversion/tests/cmdline/getopt_tests_data/svn--version_stdout
  2013-04-11 23:51:33.000000000 +0100
+@@ -1,5 +1,4 @@
+ svn, version 0.16.0 (r3987)
+-   compiled Dec  5 2002, 00:02:51
+ 
+ Copyright (C) 2010 The Apache Software Foundation.
+ This software consists of contributions made by many people;

++++++ subversion-swig-perl-install_vendor.patch ++++++
--- /var/tmp/diff_new_pack.O1V2hC/_old  2013-06-19 15:54:11.000000000 +0200
+++ /var/tmp/diff_new_pack.O1V2hC/_new  2013-06-19 15:54:11.000000000 +0200
@@ -1,11 +1,11 @@
  Makefile.in |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: Makefile.in
+Index: subversion-1.8.0-rc2/Makefile.in
 ===================================================================
---- Makefile.in.orig   2011-12-21 17:32:20.000000000 +0000
-+++ Makefile.in        2011-12-21 17:32:27.000000000 +0000
-@@ -756,7 +756,7 @@ check-swig-pl: swig-pl swig-pl-lib
+--- subversion-1.8.0-rc2.orig/Makefile.in      2013-05-14 20:24:53.000000000 
+0100
++++ subversion-1.8.0-rc2/Makefile.in   2013-05-14 20:24:54.000000000 +0100
+@@ -780,7 +780,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

++++++ subversion.README.SuSE ++++++
--- /var/tmp/diff_new_pack.O1V2hC/_old  2013-06-19 15:54:11.000000000 +0200
+++ /var/tmp/diff_new_pack.O1V2hC/_new  2013-06-19 15:54:11.000000000 +0200
@@ -6,6 +6,7 @@
 
 Topics:
 
+0. upgrading to Apache Subversion 1.8
 1. mini-howto
 2. allowing anonymous read access
 3. serving several repositories with SVNParentPath 
@@ -15,6 +16,32 @@
 
 
================================================================================
 
+0. upgrading to Apache Subversion 1.8
+
+- concerns when upgrading from earlier versions
+  * Upgrading the Working Copy
+    1.8 introduces a new working copy format. One-time execution of
+    "svn upgrade" required. After that, clients earlier than 1.8 will
+    be unable to use the working copy. Working copy must have been
+    created using 1.6 or 1.7. For details, please see:
+    https://subversion.apache.org/docs/release-notes/1.8.html#wc-upgrade
+  * Upgrading the Repository
+    1.8 can read and write repositories created by earlier versions.
+    "svnadmin upgrade" may be used to upgrade to FSFS format 6 of 1.8,
+    after which the repository will be no longer be usable for 1.7 servers.
+    An optional dump/load cycle may be used to apply FSFS improvements
+    to past revisions.
+    https://subversion.apache.org/docs/release-notes/1.8.html#compatibility
+    https://subversion.apache.org/docs/release-notes/1.8.html#fsfs-enhancements
+  * Required configuration changes when using mod_dav_svn with Apache httpd2:
+    The MaxKeepAliveRequests option in httpd.conf needs to be increased 
+    from 100 (the default) to at least 1000 (there is no reason why it 
+    could not be 10000). This will improve performance by allowing serf 
+    clients to use fewer TCP connections to the server. Clients using 
+    neon will also work fine with this configuration.
+
+================================================================================
+
 1. mini-howto
 
 To run a subversion server, you need to configure apache2 to load two modules: 
@@ -28,6 +55,12 @@
 /etc/apache2/conf.d/subversion.conf. The current default configuration
 automatically includes this file the default server configuration.
 
+The MaxKeepAliveRequests option in httpd.conf needs to be increased from 100
+(the default) to at least 1000 (there is no reason why it could not be 10000).
+This will improve performance by allowing serf clients to use fewer TCP
+connections to the server. Clients using neon will also work fine with this
+configuration.
+
 Create some directories to contain the repositories and other files:
 
   mkdir -p /srv/svn/repos
@@ -42,7 +75,7 @@
 
 If instead you wish to show a list of repositories, set "SVNListParentPath on"
 later. See for details:
-http://svnbook.red-bean.com/en/1.7/svn.serverconfig.httpd.html#svn.serverconfig.httpd.extra.browsing.reposlisting
+http://svnbook.red-bean.com/en/1.8/svn.serverconfig.httpd.html#svn.serverconfig.httpd.extra.browsing.reposlisting
 
 The section following that will configure a repository to be served out of 
 the path /srv/svn/repos/myproject1. Note that the location "/repo/myproject1"
@@ -152,7 +185,7 @@
   service svnserve start
 
 For further information about multi-method repository access, see
-http://svnbook.red-bean.com/en/1.7/svn.serverconfig.multimethod.html
+http://svnbook.red-bean.com/en/1.8/svn.serverconfig.multimethod.html
 
 You can test repository access by:
 
@@ -165,7 +198,7 @@
   /srv/svn/repos/repo1/conf/svnserve.conf
 
 To configue authentication for svnserve, see
-http://svnbook.red-bean.com/en/1.7/svn.serverconfig.svnserve.html#svn.serverconfig.svnserve.auth
+http://svnbook.red-bean.com/en/1.8/svn.serverconfig.svnserve.html#svn.serverconfig.svnserve.auth
 
 
================================================================================
 

++++++ subversion.keyring ++++++
--- /var/tmp/diff_new_pack.O1V2hC/_old  2013-06-19 15:54:11.000000000 +0200
+++ /var/tmp/diff_new_pack.O1V2hC/_new  2013-06-19 15:54:11.000000000 +0200
@@ -6,7 +6,7 @@
 uid                  Greg Stein <[email protected]>
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQGiBD1bRO4RBACFxCQEk8j9a9SSzVIFUg6EKAXabSii1f2vyhdsj7yLd4E2nybA
 6907ohpFkIHdOGWAasKKDRG3rpL1X37c5dxUYgGFGyfbe7FapUPP0azq/Wsfn8Ax
@@ -877,7 +877,7 @@
 sub   2048R/38EB9A57 2005-04-03
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQELBEJPxd4BCACiGbCB4SoehQ58kVa/3TQaFVd8XE1+KX2vIm3Z5Od3xmmibbVy
 YVxg2C/NIsEAEpFBGANUPrkloCN2aE3hQbNbd6rB2BCvBkk+KeVp+OOE2BpdUBBn
@@ -1299,7 +1299,7 @@
 sub   1024g/C4D0817F 1999-09-08
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQGiBDfWZZQRBACpBaGLjfUj1AnxnfPtv2yLj/5IAvhiZZLRpSBtBxezDxmUJUOF
 twoA3fABTkJwA+mA/j2Evl0GcBeBJGZLnyodFl9LomwjPdsBryZIBltKjAG1Sj/0
@@ -1531,7 +1531,7 @@
 sub   4096R/830522D6 2012-10-08
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQINBFBy+/sBEADGYozqCg0EypAf+WLWkjdStBRWf98JjKR58b1iNhZHntq1rEDI
 eQpyvBZjzfrZLHVIiSr5qVjwAu1XhPheDy8F+PZNVOpzlcSC9nE1ZyK0q/cbZXiq
@@ -1805,7 +1805,7 @@
 sub   1024g/D88CE17E 2004-06-14
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQGiBEDN0pYRBAClirW6MNfy6lTyV4AvCNoDGr29GVx5Cb1DzxwmZKxWMnoVRj08
 oPUvm/pR3DO6oq+ugHKN1rSwXeuGVugZWJXsVefZc29J0vgfgzdlye+fs4vYJ2xb
@@ -2005,7 +2005,7 @@
 sub   2048g/8B626683 1999-09-19
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQGiBDflD4IRBADqhgm28jVQWqu8ogG/NvYOSySYc4MhrXFqOQrRxJOcAxdc03fR
 Mu7RtAa4hXpNfjOLIfxY0cc6aqKJLlOuZAUxNNFWIcuO3xSWsPrwflaBsATt+0jw
@@ -3465,7 +3465,7 @@
 sub   4096R/AB4F09C1 2011-05-14
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQINBE3OiZEBEACvSeK+1fknmv21QBaMH3+sImiH9Iao+dNcFM1EM0Q/bBE96IT0
 HhMylBVnAK1aHBRusTFurjOT7/yW2+g9SUxRBjcmuIi0WyRcvW90gkbhPauX/CHj
@@ -3717,7 +3717,7 @@
 sub   2048g/AF3B563D 2005-02-05
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQGiBEIEyD4RBACb+Fl9PmkfIbribsJhuvvQVzfGN3bhOns+UtSszc/0ZA8BkJo4
 OxOQnXM9mZiQ/7EXdwNAmjSV2hpuzVJrQ5BcGF2KRQFZlwbJ/ebG13HunWcttNvM
@@ -4180,7 +4180,7 @@
 uid                  Jeremy Whitlock (This is the PGP key for Jeremy Whitlock 
<[email protected]>.) <[email protected]>
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQGiBES/1sYRBACWqlYCla67kGt1EYs4Wc4aa8NxQRSkUmjGG/vneSMd4epH6ydK
 gV3FmMrH9b2shB+S5uKo+qG8KgJ7r+vUC9nJn6iLdKsCsIEH1Ln+DT8wDBxaX+R2
@@ -4205,7 +4205,7 @@
 sub   2048g/AC1665DA 2008-04-21
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQGiBEgMqa0RBACs3NeioAILFVipAOL41UIPFISwjyqGPyRwYp4L9OwFdr/kGv94
 1/Pftllwu9IH41iPq4AOPP9gEoqkw0y+ZipJEjh90LOgncosXqOz7JDIfu+6eqqW
@@ -4278,7 +4278,7 @@
 sub   4096R/9D5140CB 2012-10-11
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQINBFB2JwIBEADP0O07jET+WpolukaVoArxvGL8eNScUs+KPXEhrNeL+2obEatE
 HURIFnyvcFZgFVAufzdFQPbz+H3AEpUAorfowQjyfLpPc84fq/X+DyxhI+O/9sjS
@@ -4377,7 +4377,7 @@
 sub   4096R/C1F0F3B9 2013-04-01
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQINBFFZa3wBEADXN2umZqUrLWqOaymsN8rfvTx39V0cj4G9dfdPmx3xeIvJEoKE
 2NnpN3BgYY+PDlY8XMuu9idUyreDIGb/SZL6ihQRFIkM1LNhYYvKma3UsqJ/+K/C
@@ -4434,7 +4434,7 @@
 sub   4096R/552AF6EF 2012-12-11
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQINBFDHkigBEACbZzrCCTNLW34+9ZVfs5r2qGzIG+pULWsk647ItoXKGEZ4m40T
 TxAZXvtBauYR6oeclXY6RQyYoi1i3OGP3VNh1lsaY3oLxxcWTBHxE+f+qnp1A16N
@@ -4509,7 +4509,7 @@
 sub   4096g/8D8BA92B 2005-05-13
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQGiBEKE95oRBACPaJTtIZYzmpILZamUuBkNGOp1sZkcNaWIf1wokFXw54rcxWXf
 /rUYx1/vGYWT2XGrnuI3/JlQD0RA7G+xwBaJ0fGfQiKQjmVVV72Qf7g1PB3Cp+6w
@@ -6157,7 +6157,7 @@
 sub   2048g/63C81123 2007-12-09
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQGiBEdcAyURBAD7UF11q0Uxa3pxEgngfZkaTjxmw/f1RvpSP+inlDvnFq/pNhEp
 HIuVNYw3PdNfJQ+N/Cydlt5dbLwlcYjYyj60ZQlPMIV/hRH9nZCg744SrHE7BkWv
@@ -6193,7 +6193,7 @@
 sub   2048g/D2A97751 2005-03-28
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQGiBEJHiucRBACInJS8Mb744CJIg9F9d/KbL5OgBCjjRme4zkvf6JV1C/Hm8JkE
 caGHXlHYWk1aTkwVZHd3NNo3KZeUg8P0sgIh3vsVAU2MFVGrZIofAHKgvCUGkElD
@@ -6264,7 +6264,7 @@
 sub   2048R/1F5A49FB 2012-10-23
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQENBFCGhv8BCADVQ5AV0768s5v2RUqTHh4eyBRRwm6KAXKOSknUh4sdhrQB6uTP
 hOJrIEFF6ozqHeRVLpfPF8HrSzEXwQeCdu7Y0cu0D93CNRPfbwArObBy7iuvZzXE
@@ -6391,7 +6391,7 @@
 sub   1024g/6F24CDE6 2005-02-05
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQGiBEIEwDQRBADcyeJpNj5Mt+Fbsi0NK6ofFpPtSJ+BngYKLyDghvs4XVRD99id
 yv4MB5PCBEVfuhGFoVsTADNY8m30DuXO8vdDzk9T6aNmIKNwjKUx2qX/KgQLzJC4
@@ -8156,7 +8156,7 @@
 sub   3072g/C307B960 2009-08-05 [expires: 2014-08-14]
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQGiBEp5/fkRBACQ4CU2w72NeH8feIRjqwE2XxKEdf6HZ2ae9TKOsz/ZTErAoSYG
 Ywj9juTqmTc7BO7jOakdW2HBFZ+t/+95U+iZoJUU/+vL/TeKY72z0EuAIzTmflWx
@@ -8386,7 +8386,7 @@
 sub   2048g/F902D62D 2008-07-02
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQGiBEhra/QRBACJCtNyVyi8+iH45zmHlw7vnU8ipoYQRCIpjKu8dDDnn2J2AgiQ
 bdRY3s6jGmlwdkxD51L5qejiOWnRMJbc6n90D0z1U7e0v9Bb0F0AaPjxS9aZXxp+
@@ -8449,7 +8449,7 @@
 sub   2048g/EFC2899F 2007-09-18
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQGiBEbvm9gRBADwqrGXyYZFR6TJ+llGdqVMvbGVdJx7TCEziBqgXwHDG0FbW9Id
 OvalvUY31JvsKT632Wz6++B1ceYUcXMzuOWxZlHneQAGXnu7C9ZPvi6PFFmCsUy8
@@ -8498,7 +8498,7 @@
 sub   2048g/A0A215FC 2004-05-25
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQGiBDPG2+4RBADXCEi2slv6ZyLCURMPgE47ddIXqZJrqNKOzQks/ob6iyECFvWD
 GHsElNdAvEF5LoMHbigavSRsY9y9y3H3lyOcVMYmg7oS44AkELYhIeoqrjWYXTbD
@@ -11040,7 +11040,7 @@
 sub   2048R/7547A8A9 2008-02-02
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQENBEekKYIBCADoq2adWRvlki6f3GyUgKWIqSRifhSqMcdqMrooP7qWn2PfiTFQ
 KjeFoUKua+W1IeQAC0i9ATTmDhCMC5Oy5fq/grWlPPj9J2wRVDvUn3Tml75CC1wq
@@ -12046,7 +12046,7 @@
 sub   4096g/105F872D 2008-10-10 [expires: 2016-10-08]
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQGiBEjvQ+kRBACuegU5uzlZnaN2ee8597GfxfpQhwfvhSXZ3qxdQFzRL0Jc9b/K
 AY/X8eT8jasucwnbLY+W3pLshMWwGR2sco7pIzws1s/9vmntu7zTnV2ICTyK+jGq
@@ -12211,7 +12211,7 @@
 sub   4096R/5065EB6D 2012-09-18 [expires: 2020-09-16]
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQINBFBXyBwBEADWUjMUWlklDw3yCTnD8qIBwp4SGInslNp5EQFmkZDrc3f9h7EG
 hoHT88AuoyJFAZiJLWVc7ULKWM5XjkC865/MO9Lqw8yDJnm8LaHCdE2iLntkoFRq
@@ -12296,7 +12296,7 @@
 uid                  Philip Martin <[email protected]>
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQENBEtUtcgBCACtSyRpMQWQEE+aggXFxvFJIYz7H3fWggQoRRvoztMJPYcEhWt2
 nxsWPc16waWNo98uqvqNqNzE0fip2E/Hs7omKI5GtXl094mKn93bmwqbiBUL+p/3
@@ -12733,7 +12733,7 @@
 sub   1024g/93C471CD 2001-10-30
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQGiBDve33cRBACY+4UBw8lSvL4cTFJU7AxuigeEbvIx9Hq0jnhSnzs1VEVNrIF6
 1bqGvHYaPoqF1yTLwU0f8ku70XKFQjBNxYAKO3z4rXh+CBCe6LEMoZvl9SRPViGG
@@ -22164,7 +22164,7 @@
 sub   4096R/1DB3C01A 2009-07-05
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQINBEpQwsABEACqYMFfTgdeBfCGdgavnGu3jzWAU0+l/ILYZLOjYUumFOmXkSUH
 AD9YxGh/SXi+UO9K9wnbSWaH63sZSYoHP7pnP9GoegQODQqZQI0lhFZieJjkVmgQ
@@ -30136,7 +30136,7 @@
 sub   2048g/7584CE0B 2008-05-16
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQGiBEgt8nURBACs4zhGf6YCyno/76D7llE2v7Iac8Yx9EOiQCtgWp3Yo8+EBxKa
 uo+7Wz1EY0BjWPwrTE2z39uAlMCh04ljdt75Zq6aS9csxrOAhN7xIy4JLSErOfUh
@@ -30274,7 +30274,7 @@
 uid                  Stefan Fuhrmann <[email protected]>
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQINBE3TF2ABEADDhqWikW5+jfMyzrlgSx6wCJlxImpVDcDCaRzgPWOoacRFKtdA
 s+RE/Y9bWoCJyOqRz34xhUYYHX3JMCGEq7fRD+Is/5gl5rehVDzEqkQmUYdObrS4
@@ -30364,7 +30364,7 @@
 sub   2048R/6FC9FB42 2009-09-28
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQENBErAw2ABCADRhHz/FSgjSDN6+Hvh1Ipjl+RsmGDMYIanxk08pUaO+4tridXC
 L6RMeXFsVFSkEAXOsxAGKHM3MbqNyk/uXdf8P8CcbkvYcTaRHFJAueBN7Ot1z1aF
@@ -30414,7 +30414,7 @@
 sub   4096R/781EAAF9 2010-09-19
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQINBEyV1RABEADLj63b8G0xcpyMLruCLvB/VatArRY+vevbDUJOxWPJ9UzbIPus
 sB7ymcLlXt/X34TEIsAMTQRXo/ylQ4cfihWbEeI8Qhu3gXjRpXKeb4m+CdppPaQ5
@@ -30553,7 +30553,7 @@
 sub   4096R/5EF5CC13 2011-01-28
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQINBE1CV48BEAC7OiEWFfHiHd6AQbYfSOEw2Gv0Z7GcySDfdHsDX3VBGVUrrQGi
 1a2AEFQNyj2pvQxBhlW5eP92ZKL30S7/4aYOeqxuvjDFq5gBYn0Nll7nsKFSstJa
@@ -31567,7 +31567,7 @@
 sub   1024g/ED4260B6 2003-06-13
 
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.18 (FreeBSD)
+Version: GnuPG v2.0.19 (FreeBSD)
 
 mQGiBD7qX7gRBACxF9D8+GYaiLC/c7eyNwuxQJtbkm6myjuhUoZsG6o0Z4SPNqP7
 dlQn3uYIQeRrT3pZjXCpcxYAq10c2QpDNR/Ip3w20FXF/QDGZZ/B+DRAY0Te7jv5

++++++ subversion.libtool-pie-flags.patch ++++++
--- /var/tmp/diff_new_pack.O1V2hC/_old  2013-06-19 15:54:11.000000000 +0200
+++ /var/tmp/diff_new_pack.O1V2hC/_new  2013-06-19 15:54:11.000000000 +0200
@@ -1,8 +1,12 @@
-Index: Makefile.in
+---
+ Makefile.in |    4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+Index: subversion-nightly/Makefile.in
 ===================================================================
---- Makefile.in.orig   2011-12-21 17:32:27.000000000 +0000
-+++ Makefile.in        2011-12-21 17:32:31.000000000 +0000
-@@ -231,8 +231,8 @@ libsvn_subr_LDFLAGS = @libsvn_subr_LDFLA
+--- subversion-nightly.orig/Makefile.in        2013-03-17 20:02:10.000000000 
+0000
++++ subversion-nightly/Makefile.in     2013-03-17 20:02:15.000000000 +0000
+@@ -228,8 +228,8 @@ libsvn_subr_LDFLAGS = @libsvn_subr_LDFLA
  libsvn_wc_LDFLAGS = @libsvn_wc_LDFLAGS@
  
  # Compilation of SWIG-generated C source code

++++++ subversion.libtool-verbose.patch ++++++
--- /var/tmp/diff_new_pack.O1V2hC/_old  2013-06-19 15:54:11.000000000 +0200
+++ /var/tmp/diff_new_pack.O1V2hC/_new  2013-06-19 15:54:11.000000000 +0200
@@ -1,7 +1,11 @@
-Index: Makefile.in
+---
+ Makefile.in |    4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+Index: subversion-nightly/Makefile.in
 ===================================================================
---- Makefile.in.orig   2011-07-16 12:50:53.000000000 +0100
-+++ Makefile.in        2011-12-21 17:32:20.000000000 +0000
+--- subversion-nightly.orig/Makefile.in        2013-03-15 12:21:46.000000000 
+0000
++++ subversion-nightly/Makefile.in     2013-03-17 20:02:04.000000000 +0000
 @@ -112,8 +112,8 @@ EXEEXT = @EXEEXT@
  
  SHELL = @SHELL@

++++++ subversion.perl.LD_RUN_PATH.patch ++++++
--- /var/tmp/diff_new_pack.O1V2hC/_old  2013-06-19 15:54:11.000000000 +0200
+++ /var/tmp/diff_new_pack.O1V2hC/_new  2013-06-19 15:54:11.000000000 +0200
@@ -6,11 +6,11 @@
  Makefile.in |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: Makefile.in
+Index: subversion-1.8.0-rc2/Makefile.in
 ===================================================================
---- Makefile.in.orig   2011-12-21 17:32:31.000000000 +0000
-+++ Makefile.in        2011-12-21 17:32:35.000000000 +0000
-@@ -736,7 +736,7 @@ $(SWIG_PL_DIR)/native/Makefile.PL: $(SWI
+--- subversion-1.8.0-rc2.orig/Makefile.in      2013-05-14 20:25:00.000000000 
+0100
++++ subversion-1.8.0-rc2/Makefile.in   2013-05-14 20:25:01.000000000 +0100
+@@ -760,7 +760,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.sysconfig.svnserve ++++++
--- /var/tmp/diff_new_pack.O1V2hC/_old  2013-06-19 15:54:11.000000000 +0200
+++ /var/tmp/diff_new_pack.O1V2hC/_new  2013-06-19 15:54:11.000000000 +0200
@@ -8,7 +8,7 @@
 # The -R option enforces read-only access, i.e. write operations to the
 # repository (such as commits) will not be allowed.
 # Authentication should be configured before allowing write access.
-# See 
http://svnbook.red-bean.com/en/1.7/svn.serverconfig.svnserve.html#svn.serverconfig.svnserve.auth
+# See 
http://svnbook.red-bean.com/en/1.8/svn.serverconfig.svnserve.html#svn.serverconfig.svnserve.auth
 #
 SVNSERVE_OPTIONS="-d -R -r /srv/svn/repos"
 
@@ -21,7 +21,7 @@
 # svn group and the setgid flag is set on the repositories
 # usermod -A svn wwwrun
 # chmod -R g+s /srv/svn/repos
-# See http://svnbook.red-bean.com/en/1.7/svn.serverconfig.multimethod.html
+# See http://svnbook.red-bean.com/en/1.8/svn.serverconfig.multimethod.html
 #
 SVNSERVE_USERID="svn"
 
@@ -34,6 +34,6 @@
 # svn group and the setgid flag is set on the repositories
 # usermod -A svn wwwrun
 # chmod -R g+s /srv/svn/repos
-# See http://svnbook.red-bean.com/en/1.7/svn.serverconfig.multimethod.html
+# See http://svnbook.red-bean.com/en/1.8/svn.serverconfig.multimethod.html
 #
 SVNSERVE_GROUPID="svn"

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to