Hello community,

here is the log from the commit of package subversion for openSUSE:Factory 
checked in at 2015-08-21 07:41:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2015-08-07 
00:25:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.subversion.new/subversion.changes       
2015-08-21 07:41:10.000000000 +0200
@@ -1,0 +2,26 @@
+Tue Aug 11 06:38:11 UTC 2015 - [email protected]
+
+- Apache Subversion 1.9.0:
+  * new FSFS format 7 with major overhaul for I/O reduction
+  * prospective blame
+  * FSX experimental repository back-end
+  * many enhangements and bug fixes
+- subversion-devel now ships pkgconfig files
+- dependency changes:
+  * serf 1.3.4
+  * apr, apr-utl 1.3.x
+  * httpd 2.2.x
+  * java 1.6
+  * Python 2.7
+- To continue to allow building against blacklisted httpd 2.4.6
+  which has the required patches in openSUSE:13.1:Update, update
+  subversion-1.8.9-allow-httpd-2.4.6.patch to 
+  subversion-1.9.0-allow-httpd-2.4.6.patch
+- removed upstreamed patches:
+  * subversion-1.8.10-fix-bashisms.patch
+  * subversion-1.8.11-swig-py-comment.patch
+  * subversion-1.8.11-swig-py-comment-2.patch
+- adjust subversion-no-build-date.patch
+- drop subversion-1.8.14-unused-var-authnrequired.patch
+
+-------------------------------------------------------------------

Old:
----
  subversion-1.8.10-fix-bashisms.patch
  subversion-1.8.11-swig-py-comment-2.patch
  subversion-1.8.11-swig-py-comment.patch
  subversion-1.8.14-unused-var-authnrequired.patch
  subversion-1.8.14.tar.bz2
  subversion-1.8.14.tar.bz2.asc
  subversion-1.8.9-allow-httpd-2.4.6.patch

New:
----
  subversion-1.9.0-allow-httpd-2.4.6.patch
  subversion-1.9.0.tar.bz2
  subversion-1.9.0.tar.bz2.asc

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

Other differences:
------------------
++++++ subversion.spec ++++++
--- /var/tmp/diff_new_pack.J0EdAs/_old  2015-08-21 07:41:11.000000000 +0200
+++ /var/tmp/diff_new_pack.J0EdAs/_new  2015-08-21 07:41:11.000000000 +0200
@@ -27,6 +27,7 @@
 %define        apache_sysconfdir       %(%{apxs} -q SYSCONFDIR)
 %define apache_mmn          %(MMN="$(%{apxs} -q LIBEXECDIR)_MMN"; test -x 
"$MMN" && "$MMN")
 %define sqlite_minimum_version 3.7.12
+# SLE 12 does not ship KDE
 %define with_kde 0%{?suse_version} != 1315
 %if 0%{?suse_version} > 1140
 %define with_systemd 1
@@ -36,7 +37,7 @@
 %bcond_without python_ctypes
 %bcond_with    all_regression_tests
 Name:           subversion
-Version:        1.8.14
+Version:        1.9.0
 Release:        0
 Summary:        Subversion version control system
 License:        Apache-2.0
@@ -54,8 +55,7 @@
 Source15:       svnserve.tmpfiles
 Source42:       subversion.svngrep.sh
 Source43:       subversion.svndiff.sh
-# https://people.apache.org/keys/group/subversion-pmc.asc
-Source50:       subversion.keyring
+Source50:       
https://people.apache.org/keys/group/subversion-pmc.asc#/subversion.keyring
 Source51:       
https://www.apache.org/dist/subversion/%{name}-%{version}.tar.bz2.asc
 Source92:       %{name}.rpmlintrc
 Patch11:        subversion.libtool-verbose.patch
@@ -63,17 +63,13 @@
 Patch23:        subversion-swig-perl-Wall.patch
 Patch30:        subversion-1.8.0-rpath.patch
 Patch37:        subversion-no-build-date.patch
-Patch38:        subversion-1.8.9-allow-httpd-2.4.6.patch
 Patch39:        subversion-fix-parallel-build-support-for-perl-bindings.patch
 Patch40:        subversion-perl-underlinking.patch
-Patch41:        subversion-1.8.10-fix-bashisms.patch
-Patch42:        subversion-1.8.11-swig-py-comment.patch
-Patch43:        subversion-1.8.11-swig-py-comment-2.patch
 Patch44:        subversion-1.8.11-swig-py-comment-3.patch
 Patch45:        subversion-1.8.11-autocheck-time.patch
 Patch46:        subversion-1.8.14-httpd-version-number-detection.patch
-Patch47:        subversion-1.8.14-unused-var-authnrequired.patch
-BuildRequires:  apache2-devel
+Patch48:        subversion-1.9.0-allow-httpd-2.4.6.patch
+BuildRequires:  apache2-devel >= 2.2.0
 BuildRequires:  apache2-prefork
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  db-devel
@@ -86,11 +82,11 @@
 BuildRequires:  junit
 BuildRequires:  krb5-devel
 BuildRequires:  libgnome-keyring-devel
-BuildRequires:  libserf-devel >= 1.2.1
 BuildRequires:  libstdc++-devel
 BuildRequires:  libtool
-BuildRequires:  pkgconfig
-BuildRequires:  python-devel
+BuildRequires:  pkg-config
+# Python 2.7 or later is required to run autogen.sh
+BuildRequires:  python-devel >= 2.7
 BuildRequires:  python-xml
 BuildRequires:  ruby-devel >= 1.8.2
 BuildRequires:  sqlite3-devel >= %{sqlite_minimum_version}
@@ -102,6 +98,23 @@
 Requires(pre):  pwdutils
 Provides:       subversion-javahl = %{version}-%{release}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+# blacklisted versions of httpd, see build/ac-macros/apache.m4
+BuildConflicts:        apache2-devel = 2.2.25
+BuildConflicts:        apache2-devel = 2.4.5
+# allow patched 2.4.6 in openSUSE:13.1:Update bnc#864308
+# BuildConflicts: apache2-devel = 2.4.6
+%if 0%{?suse_version} >= 1220
+BuildRequires:  pkgconfig(apr-1) >= 1.3.0
+BuildRequires:  pkgconfig(apr-util-1) >= 1.3.0
+%else
+BuildRequires:  libapr-util1-devel >= 1.3.0
+BuildRequires:  libapr1-devel >= 1.3.0
+%endif
+%if 0%{?suse_version} >= 1220
+BuildRequires:  pkgconfig(serf-1) >= 1.3.4
+%else
+BuildRequires:  libserf-devel >= 1.3.4
+%endif
 %if 0%{?suse_version} < 1210
 Requires(post): %insserv_prereq
 %endif
@@ -238,22 +251,18 @@
 %endif
 
 %prep
-%setup -q -n subversion-%{version} -a 4
+%setup -q -a 4
 %patch11 -p1
 %patch20 -p1
 %patch23 -p1
 %patch30 -p1
 %patch37 -p1
-%patch38 -p1
 %patch39
 %patch40 -p1
-%patch41 -p1
-%patch42
-%patch43
 %patch44 -p1
 %patch45 -p1
 %patch46 -p1
-%patch47
+%patch48 -p1
 
 %build
 # Re-boot strap, needed for patch37
@@ -363,9 +372,11 @@
 
 # tools
 make DESTDIR=%{buildroot} install-tools
-mv 
%{buildroot}%{_bindir}/svn-tools/{svn-populate-node-origins-index,svn-rep-sharing-stats,svnauthz-validate,svn-bench,fsfs-stats}
 %{buildroot}%{_bindir}
+mv -v 
%{buildroot}%{_bindir}/svn-tools/{fsfs-access-map,svnauthz,svnauthz-validate,svn-populate-node-origins-index,svnraisetreeconflict}
 %{buildroot}%{_bindir}
 # discard all other tools
 rm -rf %{buildroot}%{_bindir}/svn-tools
+# replicate svn-bench compatibility link
+ln -sf svnbench %{buildroot}%{_bindir}/svn-bench
 
 mkdir -p %{buildroot}%{_prefix}/sbin
 mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
@@ -419,16 +430,6 @@
 rm -rf doc/doxygen/html/installdox
 
 %check
-#
-# double check that the essential repository access schemes have been compiled 
in
-#
-schemes=$(LD_LIBRARY_PATH="%{buildroot}%{_libdir}" 
"%{buildroot}%{_bindir}/svn" --version | grep "'" | cut -d\' -f2 | sort -u)
-# reset vim syntax: '
-test "$schemes" = "file
-http
-https
-svn"
-
 export LANG=C LC_ALL=C
 make %{?_smp_mflags} check CLEANUP=true || (cat fails.log; exit 1)
 make %{?_smp_mflags} check-javahl || (cat fails.log; exit 1)
@@ -517,15 +518,16 @@
 %endif
 %attr(755,root,root) %{_bindir}/svn
 %attr(755,root,root) %{_bindir}/svnadmin
+%attr(755,root,root) %{_bindir}/svndiff
 %attr(755,root,root) %{_bindir}/svndumpfilter
+%attr(755,root,root) %{_bindir}/svnfsfs
+%attr(755,root,root) %{_bindir}/svngrep
 %attr(755,root,root) %{_bindir}/svnlook
+%attr(755,root,root) %{_bindir}/svnmucc
+%attr(755,root,root) %{_bindir}/svnrdump
 %attr(755,root,root) %{_bindir}/svnserve
-%attr(755,root,root) %{_bindir}/svnversion
-%attr(755,root,root) %{_bindir}/svndiff
-%attr(755,root,root) %{_bindir}/svngrep
 %attr(755,root,root) %{_bindir}/svnsync
-%attr(755,root,root) %{_bindir}/svnrdump
-%attr(755,root,root) %{_bindir}/svnmucc
+%attr(755,root,root) %{_bindir}/svnversion
 %{_libdir}/libsvn_client*.so.*
 %{_libdir}/libsvn_delta*.so.*
 %{_libdir}/libsvn_diff*.so.*
@@ -539,7 +541,7 @@
 
 %files perl
 %defattr(-,root,root)
-%doc %{_mandir}/man?/SVN::*
+%{_mandir}/man?/SVN::*
 %{_libdir}/libsvn_swig_perl-1.so.*
 %{perl_vendorarch}/SVN
 %{perl_vendorarch}/auto/SVN
@@ -573,17 +575,20 @@
 %defattr(-,root,root)
 %dir %{_includedir}/subversion-1
 %{_libdir}/libsvn_*.so
+%{_datadir}/pkgconfig/*.pc
 %{_includedir}/subversion-1/*
 %doc doc/doxygen/html
 
 %files tools
 %defattr(-,root,root)
+%{_bindir}/fsfs-access-map
 %attr(755,root,root) %{_bindir}/svn_apply_autoprops.py
-%{_bindir}/svn-populate-node-origins-index
+%{_bindir}/svnauthz
 %{_bindir}/svnauthz-validate
-%{_bindir}/svn-rep-sharing-stats
+%{_bindir}/svnbench
 %{_bindir}/svn-bench
-%{_bindir}/fsfs-stats
+%{_bindir}/svn-populate-node-origins-index
+%{_bindir}/svnraisetreeconflict
 
 %files server
 %defattr(-,root,root)


++++++ subversion-1.8.0-rpath.patch ++++++
--- /var/tmp/diff_new_pack.J0EdAs/_old  2015-08-21 07:41:11.000000000 +0200
+++ /var/tmp/diff_new_pack.J0EdAs/_new  2015-08-21 07:41:11.000000000 +0200
@@ -6,11 +6,19 @@
 - Use libtool instead of apxs to install the apache modules.
   libtool relinks without rpath in this case, apxs obviously doesn't.
 
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -216,10 +216,10 @@
- # special compilation for files destined for cxxhl
- COMPILE_CXXHL_CXX = $(LIBTOOL) $(LTCXXFLAGS) --mode=compile $(COMPILE_CXX) 
$(LT_CFLAGS) $(CXXHL_INCLUDES) -o $@ -c
+---
+ Makefile.in                 |   12 +++++++-----
+ build.conf                  |    4 ++--
+ build/generator/gen_base.py |    3 ++-
+ 3 files changed, 11 insertions(+), 8 deletions(-)
+
+Index: subversion-1.9.0-beta1/Makefile.in
+===================================================================
+--- subversion-1.9.0-beta1.orig/Makefile.in    2015-03-06 23:32:00.000000000 
+0100
++++ subversion-1.9.0-beta1/Makefile.in 2015-03-06 23:33:25.000000000 +0100
+@@ -255,10 +255,10 @@ COMPILE_CXXHL_CXX = $(LT_COMPILE_CXX) $(
+ COMPILE_GMOCK_CXX = $(LT_COMPILE_CXX_NOWARN) $(GMOCK_INCLUDES) -o $@ -c
+ COMPILE_CXXHL_GMOCK_CXX = $(LT_COMPILE_CXX) $(CXXHL_INCLUDES) 
$(GMOCK_INCLUDES) -o $@ -c
  
 -LINK = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(CFLAGS) 
$(LDFLAGS) -rpath $(libdir)
 -LINK_LIB = $(LINK) $(LT_SO_VERSION)
@@ -23,40 +31,44 @@
  
  # special link rule for mod_dav_svn
  LINK_APACHE_MOD = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) 
$(CFLAGS) $(LDFLAGS) -rpath $(APACHE_LIBEXECDIR) -avoid-version -module 
$(APACHE_LDFLAGS)
-@@ -777,7 +777,9 @@
+@@ -837,7 +837,9 @@ $(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
--      cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL
+-      cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL PREFIX=$(prefix)
 +      cd $(SWIG_PL_DIR)/native; \
-+              $(PERL) Makefile.PL INSTALLDIRS=vendor; \
++              $(PERL) Makefile.PL PREFIX=$(prefix) INSTALLDIRS=vendor; \
 +              sed -i -e '/^LD_RUN_PATH/s/^/#/' Makefile Makefile.[a-z]*
  
  # There is a "readlink -f" command on some systems for the same purpose,
  # but it's not as portable (e.g. Mac OS X doesn't have it).  These should
---- a/build.conf
-+++ b/build.conf
-@@ -502,7 +502,7 @@
- lang = python
+Index: subversion-1.9.0-beta1/build.conf
+===================================================================
+--- subversion-1.9.0-beta1.orig/build.conf     2015-03-06 23:32:00.000000000 
+0100
++++ subversion-1.9.0-beta1/build.conf  2015-03-06 23:32:05.000000000 +0100
+@@ -561,7 +561,7 @@ lang = python
  path = subversion/bindings/swig/python/libsvn_swig_py
- libs = libsvn_client libsvn_wc libsvn_ra libsvn_delta libsvn_subr apriconv apr
+ libs = libsvn_client libsvn_wc libsvn_ra libsvn_delta libsvn_subr
+        apriconv apr python swig
 -link-cmd = $(LINK)
 +link-cmd = $(LINK_LIB) $(SWIG_PY_LIBS)
  install = swig-py-lib
  # need special build rule to include -DSWIGPYTHON
  compile-cmd = $(COMPILE_SWIG_PY)
-@@ -525,7 +525,7 @@
+@@ -586,7 +586,7 @@ type = swig_lib
  lang = ruby
  path = subversion/bindings/swig/ruby/libsvn_swig_ruby
- libs = libsvn_client libsvn_wc libsvn_delta libsvn_subr apriconv apr
+ libs = libsvn_client libsvn_wc libsvn_delta libsvn_subr apriconv apr ruby swig
 -link-cmd = $(LINK) $(SWIG_RB_LIBS)
 +link-cmd = $(LINK_LIB) $(SWIG_RB_LIBS)
  install = swig-rb-lib
  # need special build rule to include
  compile-cmd = $(COMPILE_SWIG_RB)
---- a/build/generator/gen_base.py
-+++ b/build/generator/gen_base.py
-@@ -415,7 +415,7 @@
+Index: subversion-1.9.0-beta1/build/generator/gen_base.py
+===================================================================
+--- subversion-1.9.0-beta1.orig/build/generator/gen_base.py    2015-03-06 
23:32:00.000000000 +0100
++++ subversion-1.9.0-beta1/build/generator/gen_base.py 2015-03-06 
23:32:05.000000000 +0100
+@@ -497,7 +497,7 @@ class TargetLinked(Target):
      self.install = options.get('install')
      self.compile_cmd = options.get('compile-cmd')
      self.sources = options.get('sources', '*.c *.cpp')
@@ -65,7 +77,7 @@
  
      self.external_lib = options.get('external-lib')
      self.external_project = options.get('external-project')
-@@ -467,6 +467,7 @@
+@@ -550,6 +550,7 @@ class TargetExe(TargetLinked):
        extmap = self.gen_obj._extension_map
        self.objext = extmap['exe', 'object']
        self.filename = build_path_join(self.path, name + extmap['exe', 
'target'])

++++++ subversion-1.8.11-autocheck-time.patch ++++++
--- /var/tmp/diff_new_pack.J0EdAs/_old  2015-08-21 07:41:11.000000000 +0200
+++ /var/tmp/diff_new_pack.J0EdAs/_new  2015-08-21 07:41:11.000000000 +0200
@@ -17,21 +17,14 @@
 
 Approved by: breser, danielsh
 
-This is the version of the patch backported to the 1.8 branch.
-
 ------------------------------------------------------------------------
----
- subversion/tests/cmdline/davautocheck.sh      |   10 +++-------
- subversion/tests/cmdline/svnserveautocheck.sh |   10 +++-------
- 2 files changed, 6 insertions(+), 14 deletions(-)
-
-Index: subversion-1.8.11/subversion/tests/cmdline/davautocheck.sh
+Index: trunk/subversion/tests/cmdline/svnserveautocheck.sh
 ===================================================================
---- subversion-1.8.11.orig/subversion/tests/cmdline/davautocheck.sh    
2015-03-10 21:05:56.000000000 +0100
-+++ subversion-1.8.11/subversion/tests/cmdline/davautocheck.sh 2015-03-10 
21:06:50.000000000 +0100
-@@ -534,11 +534,7 @@ if [ $# -eq 1 ] && [ "x$1" = 'x--no-test
-   exit
- fi
+--- trunk/subversion/tests/cmdline/svnserveautocheck.sh        (revision 
1665651)
++++ trunk/subversion/tests/cmdline/svnserveautocheck.sh        (revision 
1665652)
+@@ -92,11 +92,7 @@
+   fi
+ }
  
 -if type time > /dev/null; then
 -  TIME_CMD=time
@@ -40,54 +33,56 @@
 -fi
 +if type time > /dev/null ; then TIME_CMD() { time "$@"; } ; else TIME_CMD() { 
"$@"; } ; fi
  
- say "starting the tests..."
+ MAKE=${MAKE:-make}
  
-@@ -557,13 +553,13 @@ else
- fi
+@@ -121,13 +117,13 @@
  
+ BASE_URL=svn://127.0.0.1:$SVNSERVE_PORT
  if [ $# = 0 ]; then
--  $TIME_CMD make check "BASE_URL=$BASE_URL" $SSL_MAKE_VAR
-+  TIME_CMD make check "BASE_URL=$BASE_URL" $SSL_MAKE_VAR
+-  $TIME_CMD "$MAKE" check "BASE_URL=$BASE_URL"
++  TIME_CMD "$MAKE" check "BASE_URL=$BASE_URL"
    r=$?
  else
-   (cd "$ABS_BUILDDIR/subversion/tests/cmdline/"
+   cd "$ABS_BUILDDIR/subversion/tests/cmdline/"
    TEST="$1"
    shift
--  $TIME_CMD "$ABS_SRCDIR/subversion/tests/cmdline/${TEST}_tests.py" 
"--url=$BASE_URL" $SSL_TEST_ARG "$@")
-+  TIME_CMD "$ABS_SRCDIR/subversion/tests/cmdline/${TEST}_tests.py" 
"--url=$BASE_URL" $SSL_TEST_ARG "$@")
+-  $TIME_CMD "./${TEST}_tests.py" "--url=$BASE_URL" $*
++  TIME_CMD "./${TEST}_tests.py" "--url=$BASE_URL" $*
    r=$?
+   cd - > /dev/null
  fi
- 
-Index: subversion-1.8.11/subversion/tests/cmdline/svnserveautocheck.sh
+Index: trunk/subversion/tests/cmdline/davautocheck.sh
 ===================================================================
---- subversion-1.8.11.orig/subversion/tests/cmdline/svnserveautocheck.sh       
2015-03-10 21:05:50.000000000 +0100
-+++ subversion-1.8.11/subversion/tests/cmdline/svnserveautocheck.sh    
2015-03-10 21:05:56.000000000 +0100
-@@ -92,11 +92,7 @@ random_port() {
-   fi
- }
+--- trunk/subversion/tests/cmdline/davautocheck.sh     (revision 1665651)
++++ trunk/subversion/tests/cmdline/davautocheck.sh     (revision 1665652)
+@@ -596,13 +596,8 @@
+   exit
+ fi
+ 
++if type time > /dev/null ; then TIME_CMD() { time "$@"; } ; else TIME_CMD() { 
"$@"; } ; fi
  
 -if type time > /dev/null; then
 -  TIME_CMD=time
 -else
 -  TIME_CMD=""
 -fi
-+if type time > /dev/null ; then TIME_CMD() { time "$@"; } ; else TIME_CMD() { 
"$@"; } ; fi
+-
+ MAKE=${MAKE:-make}
  
- SVNSERVE_PORT=$(random_port)
- while netstat -an | grep $SVNSERVE_PORT | grep 'LISTEN'; do
-@@ -119,13 +115,13 @@ fi
+ say "starting the tests..."
+@@ -620,13 +615,13 @@
+ fi
  
- BASE_URL=svn://127.0.0.1:$SVNSERVE_PORT
  if [ $# = 0 ]; then
--  $TIME_CMD make check "BASE_URL=$BASE_URL"
-+  TIME_CMD make check "BASE_URL=$BASE_URL"
+-  $TIME_CMD "$MAKE" check "BASE_URL=$BASE_URL" $SSL_MAKE_VAR
++  TIME_CMD "$MAKE" check "BASE_URL=$BASE_URL" $SSL_MAKE_VAR
    r=$?
  else
-   cd "$ABS_BUILDDIR/subversion/tests/cmdline/"
+   (cd "$ABS_BUILDDIR/subversion/tests/cmdline/"
    TEST="$1"
    shift
--  $TIME_CMD "./${TEST}_tests.py" "--url=$BASE_URL" $*
-+  TIME_CMD "./${TEST}_tests.py" "--url=$BASE_URL" $*
+-  $TIME_CMD "$ABS_SRCDIR/subversion/tests/cmdline/${TEST}_tests.py" 
"--url=$BASE_URL" $SSL_TEST_ARG "$@")
++  TIME_CMD "$ABS_SRCDIR/subversion/tests/cmdline/${TEST}_tests.py" 
"--url=$BASE_URL" $SSL_TEST_ARG "$@")
    r=$?
-   cd - > /dev/null
  fi
+ 

++++++ subversion-1.8.9-allow-httpd-2.4.6.patch -> 
subversion-1.9.0-allow-httpd-2.4.6.patch ++++++
--- 
/work/SRC/openSUSE:Factory/subversion/subversion-1.8.9-allow-httpd-2.4.6.patch  
    2014-05-14 10:46:26.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.subversion.new/subversion-1.9.0-allow-httpd-2.4.6.patch
 2015-08-21 07:41:09.000000000 +0200
@@ -16,10 +16,10 @@
  build/ac-macros/apache.m4 |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: subversion-1.8.9/build/ac-macros/apache.m4
+Index: subversion-1.9.0-alpha2/build/ac-macros/apache.m4
 ===================================================================
---- subversion-1.8.9.orig/build/ac-macros/apache.m4    2014-04-24 
05:01:08.000000000 +0100
-+++ subversion-1.8.9/build/ac-macros/apache.m4 2014-05-07 20:52:04.000000000 
+0100
+--- subversion-1.9.0-alpha2.orig/build/ac-macros/apache.m4     2013-11-26 
22:18:56.000000000 +0100
++++ subversion-1.9.0-alpha2/build/ac-macros/apache.m4  2015-01-24 
14:55:32.000000000 +0100
 @@ -128,7 +128,7 @@ if test -n "$APXS" && test "$APXS" != "n
    AC_MSG_CHECKING([mod_dav version])
    old_CPPFLAGS="$CPPFLAGS"

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

++++++ subversion-no-build-date.patch ++++++
--- /var/tmp/diff_new_pack.J0EdAs/_old  2015-08-21 07:41:11.000000000 +0200
+++ /var/tmp/diff_new_pack.J0EdAs/_new  2015-08-21 07:41:11.000000000 +0200
@@ -13,13 +13,13 @@
  subversion/tests/cmdline/getopt_tests_data/svn--version_stdout                
|    1 -
  5 files changed, 6 insertions(+), 12 deletions(-)
 
-Index: 
subversion-1.8.9/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java
+Index: 
subversion-1.9.0/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java
 ===================================================================
---- 
subversion-1.8.9.orig/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java
        2014-05-07 20:10:17.000000000 +0100
-+++ 
subversion-1.8.9/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java
     2014-05-07 20:10:26.000000000 +0100
-@@ -140,10 +140,10 @@ public class BasicTests extends SVNTests
+--- 
subversion-1.9.0.orig/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java
        2015-08-10 22:02:38.000000000 +0200
++++ 
subversion-1.9.0/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java
     2015-08-10 22:03:00.000000000 +0200
+@@ -144,10 +144,10 @@ public class BasicTests extends SVNTests
          {
-             VersionExtended vx = client.getVersionExtended(false);
+             vx = client.getVersionExtended(false);
              String result = vx.getBuildDate();
 -            if (result == null || result.trim().length() == 0)
 +            if (result == null)
@@ -30,11 +30,11 @@
                  throw new Exception("Build time empty");
              result = vx.getBuildHost();
              if (result == null || result.trim().length() == 0)
-Index: subversion-1.8.9/subversion/libsvn_subr/opt.c
+Index: subversion-1.9.0/subversion/libsvn_subr/opt.c
 ===================================================================
---- subversion-1.8.9.orig/subversion/libsvn_subr/opt.c 2014-05-07 
20:10:17.000000000 +0100
-+++ subversion-1.8.9/subversion/libsvn_subr/opt.c      2014-05-07 
20:10:26.000000000 +0100
-@@ -1114,12 +1114,8 @@ svn_opt__print_version_info(const char *
+--- subversion-1.9.0.orig/subversion/libsvn_subr/opt.c 2015-08-10 
22:02:38.000000000 +0200
++++ subversion-1.9.0/subversion/libsvn_subr/opt.c      2015-08-10 
22:03:00.000000000 +0200
+@@ -1109,12 +1109,8 @@ svn_opt__print_version_info(const char *
    if (quiet)
      return svn_cmdline_printf(pool, "%s\n", SVN_VER_NUMBER);
  
@@ -49,10 +49,10 @@
    SVN_ERR(svn_cmdline_printf(pool, "%s\n", svn_version_ext_copyright(info)));
  
    if (footer)
-Index: subversion-1.8.9/subversion/libsvn_subr/version.c
+Index: subversion-1.9.0/subversion/libsvn_subr/version.c
 ===================================================================
---- subversion-1.8.9.orig/subversion/libsvn_subr/version.c     2014-05-07 
20:10:17.000000000 +0100
-+++ subversion-1.8.9/subversion/libsvn_subr/version.c  2014-05-07 
20:10:26.000000000 +0100
+--- subversion-1.9.0.orig/subversion/libsvn_subr/version.c     2015-08-10 
22:02:38.000000000 +0200
++++ subversion-1.9.0/subversion/libsvn_subr/version.c  2015-08-10 
22:03:00.000000000 +0200
 @@ -132,8 +132,8 @@ svn_version_extended(svn_boolean_t verbo
  {
    svn_version_extended_t *info = apr_pcalloc(pool, sizeof(*info));
@@ -64,23 +64,23 @@
    info->build_host = SVN_BUILD_HOST;
    info->copyright = apr_pstrdup
      (pool, _("Copyright (C) 2015 The Apache Software Foundation.\n"
-Index: 
subversion-1.8.9/subversion/tests/cmdline/getopt_tests_data/svn--version--verbose_stdout
+Index: 
subversion-1.9.0/subversion/tests/cmdline/getopt_tests_data/svn--version--verbose_stdout
 ===================================================================
---- 
subversion-1.8.9.orig/subversion/tests/cmdline/getopt_tests_data/svn--version--verbose_stdout
      2014-05-07 20:10:17.000000000 +0100
-+++ 
subversion-1.8.9/subversion/tests/cmdline/getopt_tests_data/svn--version--verbose_stdout
   2014-05-07 20:10:26.000000000 +0100
+--- 
subversion-1.9.0.orig/subversion/tests/cmdline/getopt_tests_data/svn--version--verbose_stdout
      2015-08-10 22:02:38.000000000 +0200
++++ 
subversion-1.9.0/subversion/tests/cmdline/getopt_tests_data/svn--version--verbose_stdout
   2015-08-10 22:03:00.000000000 +0200
 @@ -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
+ svn, version 1.9.0-dev (under development)
+-   compiled Feb 26 2014, 15:15:42 on x86_64-unknown-openbsd5.5
  
  Copyright (C) 2012 The Apache Software Foundation.
  This software consists of contributions made by many people;
-Index: 
subversion-1.8.9/subversion/tests/cmdline/getopt_tests_data/svn--version_stdout
+Index: 
subversion-1.9.0/subversion/tests/cmdline/getopt_tests_data/svn--version_stdout
 ===================================================================
---- 
subversion-1.8.9.orig/subversion/tests/cmdline/getopt_tests_data/svn--version_stdout
       2014-05-07 20:10:17.000000000 +0100
-+++ 
subversion-1.8.9/subversion/tests/cmdline/getopt_tests_data/svn--version_stdout 
   2014-05-07 20:10:26.000000000 +0100
+--- 
subversion-1.9.0.orig/subversion/tests/cmdline/getopt_tests_data/svn--version_stdout
       2015-08-10 22:02:38.000000000 +0200
++++ 
subversion-1.9.0/subversion/tests/cmdline/getopt_tests_data/svn--version_stdout 
   2015-08-10 22:03:00.000000000 +0200
 @@ -1,5 +1,4 @@
- svn, version 0.16.0 (r3987)
--   compiled Dec  5 2002, 00:02:51
+ svn, version 1.9.0-dev (under development)
+-   compiled Feb 26 2014, 15:15:42 on x86_64-unknown-openbsd5.5
  
- Copyright (C) 2010 The Apache Software Foundation.
+ Copyright (C) 2014 The Apache Software Foundation.
  This software consists of contributions made by many people;

++++++ subversion.README.SUSE ++++++
--- /var/tmp/diff_new_pack.J0EdAs/_old  2015-08-21 07:41:11.000000000 +0200
+++ /var/tmp/diff_new_pack.J0EdAs/_new  2015-08-21 07:41:11.000000000 +0200
@@ -6,7 +6,7 @@
 
 Topics:
 
-0. upgrading to Apache Subversion 1.8
+0. upgrading to Apache Subversion 1.9
 1. mini-howto
 2. allowing anonymous read access
 3. serving several repositories with SVNParentPath 
@@ -16,29 +16,24 @@
 
 
================================================================================
 
-0. upgrading to Apache Subversion 1.8
+0. upgrading to Apache Subversion 1.9
 
 - 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
+    1.9 uses the same working copy format introduced in 1.8. When upgrading
+    a working copy from a client earlier than 1.8, a one-time execution of
+    "svn upgrade" is 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
+    https://subversion.apache.org/docs/release-notes/1.9.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.
+    1.9 can read and write repositories created by earlier versions.
+    "svnadmin upgrade" may be used to upgrade to FSFS format 7 of 1.9,
+    after which the repository will be no longer be usable for 1.8 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.
+    https://subversion.apache.org/docs/release-notes/1.9.html#compatibility
+    https://subversion.apache.org/docs/release-notes/1.9.html#fsfs-improvements
 
 
================================================================================
 

++++++ subversion.keyring ++++++
++++ 8439 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/subversion/subversion.keyring
++++ and /work/SRC/openSUSE:Factory/.subversion.new/subversion.keyring


Reply via email to