Hello community,

here is the log from the commit of package subversion for openSUSE:Factory 
checked in at 2014-02-21 06:58:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2014-02-11 
10:45:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.subversion.new/subversion.changes       
2014-02-21 06:58:46.000000000 +0100
@@ -1,0 +2,56 @@
+Wed Feb 19 00:00:00 UTC 2014 - andreas.stie...@gmx.de
+
+- Apache Subversion 1.8.8
+- Client-side bugfixes:
+  * fix automatic relocate for wcs not at repository root
+  * wc: improve performance when used with SQLite 3.8
+  * copy: fix some scenarios that broke the working copy
+  * move: fix errors when moving files between an external and the
+    parent working copy
+  * log: resolve performance regression in certain scenarios
+  * merge: decrease work to detect differences between 3 files
+  * commit: don't change file permissions inappropriately
+  * commit: fix assertion due to invalid pool lifetime
+  * version: don't cut off the distribution version on Linux
+  * flush stdout before exiting to avoid information being lost
+  * status: fix missing sentinel value on warning codes
+  * update/switch: improve some WC db queries that may return
+    incorrect results depending on how SQLite is built
+- Server-side bugfixes:
+  * reduce memory usage during checkout and export
+  * fsfs: create rep-cache.db with proper permissions
+  * mod_dav_svn: prevent crashes with SVNListParentPath on
+    (previously patched in this package)
+  * mod_dav_svn: fix SVNAllowBulkUpdates directive merging
+  * mod_dav_svn: include requested property changes in reports
+  * svnserve: correct default cache size in help text
+  * svnadmin dump: reduce size of dump files with '--deltas'
+  * resolve integer underflow that resulted in infinite loops
+- developer visible changes:
+  * fix ocassional failure of check_tests.py 12
+  * fix failure with SQLite 3.8.1-3.8.3 when built with
+    SQLITE_ENABLE_STAT3/4 due to bug in SQLite
+  * specify SQLite defaults that can be changed when SQLite is
+    built to avoid unexpected behavior with Subversion
+  * numerous documentation fixes
+  * svn_client_commit_item3_dup() fix pool lifetime issues
+  * ra_serf: properly ask multiple certificate validation providers
+    for acceptance of certificate failures
+  * release internal fs objects when closing commit editor
+  * svn_client_proplist4() don't call the callback multiple times
+    for the same path in order to deliver inherited properties
+- Bindings:
+  * swig-pl: fix with --enable-sqlite-compatibility-version
+  * swig: fix building from tarball with an out-of-tree build
+- removed patches:
+  * subversion-1.8.x-SQLite-3.8.patch, committed upstream
+  * subversion-1.8.x-fix-ppc-tests.patch, committed upstream
+  * subversion-CVE-2014-0032.patch, now upstream 
+- packaging changes:
+  * only require and build with junit when building with java and
+    running regression tests
+  * specify memory constraints for reliable builds with regression
+    tests
+- 1.8.6 and 1.8.7 were not released
+
+-------------------------------------------------------------------

Old:
----
  subversion-1.8.5.tar.bz2
  subversion-1.8.5.tar.bz2.asc
  subversion-1.8.x-SQLite-3.8.patch
  subversion-1.8.x-fix-ppc-tests.patch
  subversion-CVE-2014-0032.patch

New:
----
  _constraints
  subversion-1.8.8.tar.bz2
  subversion-1.8.8.tar.bz2.asc

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

Other differences:
------------------
++++++ subversion.spec ++++++
--- /var/tmp/diff_new_pack.R0qCki/_old  2014-02-21 06:58:47.000000000 +0100
+++ /var/tmp/diff_new_pack.R0qCki/_new  2014-02-21 06:58:47.000000000 +0100
@@ -40,7 +40,7 @@
 %define svnuser svn
 
 Name:           subversion
-Version:        1.8.5
+Version:        1.8.8
 Release:        0
 # in-tree SWIG version to use for the build:
 %define swig_version   1.3.36
@@ -107,7 +107,9 @@
 %if 0%{?suse_version} >= 1130
 %define with_java 1
 BuildRequires:  java-devel >= 1.6.0
+%if %{with regression_tests}
 BuildRequires:  junit
+%endif
 %else
 %define with_java 0
 %endif
@@ -178,9 +180,6 @@
 Patch23:        subversion.libtool-pie-flags.patch
 Patch31:        subversion.perl.LD_RUN_PATH.patch
 Patch37:        subversion-no-build-date.patch
-Patch38:        subversion-1.8.x-fix-ppc-tests.patch
-Patch39:        subversion-1.8.x-SQLite-3.8.patch
-Patch40:        subversion-CVE-2014-0032.patch
 #
 %if %with_ruby
 %define rb_arch %(echo "%{_host_cpu}-%{_os}" | sed -e "s/i686/i586/" -e 
"s/armv5tel/armv4l/" -e "s/hppa2.0/hppa/")
@@ -345,9 +344,6 @@
 %patch23 -p1
 %patch31 -p1
 %patch37 -p1
-%patch38 -p1
-%patch39 -p1
-%patch40 -p1
 
 SQLITE_RECOMMENDED_VER=$(grep -E '^SQLITE_RECOMMENDED_VER=' configure.ac|cut 
-f2 -d=|cut -f2 -d\")
 #"
@@ -484,8 +480,10 @@
        --with-apache-libexecdir=%{apache_libexecdir} \
        $with_jdk \
 %if %with_java
+%if %{with regression_tests}
     --with-junit="%{_usr}/share/java/junit.jar" \
 %endif
+%endif
        --with-jikes=no \
 %if %with_intree_swig
        --with-swig="$SWIG_ROOT" \


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

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to