Hello community,

here is the log from the commit of package subversion for openSUSE:Factory 
checked in at 2013-11-24 13:33:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-11-22 
19:01:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.subversion.new/subversion.changes       
2013-11-24 13:33:31.000000000 +0100
@@ -1,0 +2,21 @@
+Mon Nov 25 00:00:00 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 1.8.5 [bnc#850747]
+  - Client-side bugfixes:
+    * fix externals that point at redirected locations
+    * diff: fix assertion with move inside a copy
+  - Server-side bugfixes:
+    * mod_dav_svn: Prevent crashes with some 3rd party modules
+    * mod_dav_svn: canonicalize paths properly
+    * mod_authz_svn: fix crash of mod_authz_svn with invalid config
+    * hotcopy: fix hotcopy losing revprop files in packed repos
+  - Other tool improvements and bugfixes:
+    * mod_dontdothat: Fix the uri parser
+  - Developer-visible changes:
+    * fix compilation with '--enable-optimize' with clang
+    * add test to fail when built against broken ZLib
+  - Bindings:
+    * ctypes-python: build with compiler selected via configure
+- if running regression tests, also run them against bdb backend
+
+-------------------------------------------------------------------

Old:
----
  subversion-1.8.4.tar.bz2
  subversion-1.8.4.tar.bz2.asc

New:
----
  subversion-1.8.5.tar.bz2
  subversion-1.8.5.tar.bz2.asc

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

Other differences:
------------------
++++++ subversion.spec ++++++
--- /var/tmp/diff_new_pack.dkbEi4/_old  2013-11-24 13:33:32.000000000 +0100
+++ /var/tmp/diff_new_pack.dkbEi4/_new  2013-11-24 13:33:32.000000000 +0100
@@ -38,7 +38,7 @@
 %define svnuser svn
 
 Name:           subversion
-Version:        1.8.4
+Version:        1.8.5
 Release:        0
 # in-tree SWIG version to use for the build:
 %define swig_version   1.3.36
@@ -616,14 +616,23 @@
 
 %if %{with regression_tests}
 
-# run tests over ra_local (file://)
+# run tests over ra_local (file://) using fsfs backend
 %__make check CLEANUP=true FS_TYPE=fsfs || (cat fails.log; exit 1)
 
-# run tests over ra_svn (svn://)
+# run tests over ra_local (file://) using bdb backend
+%__make check CLEANUP=true FS_TYPE=bdb || (cat fails.log; exit 1)
+
+# run tests over ra_svn (svn://) using fsfs backend
 %__make svnserveautocheck CLEANUP=true FS_TYPE=fsfs || (cat fails.log; exit 1)
 
-# run tests over ra_serf (http://)
-%__make davautocheck CLEANUP=true FS_TYPE=fsfs HTTP_LIBRARY=serf || (cat 
fails.log; exit 1)
+# run tests over ra_svn (svn://) using bdb backend
+%__make svnserveautocheck CLEANUP=true FS_TYPE=bdb || (cat fails.log; exit 1)
+
+# run tests over ra_serf (http://) using fsfs backend
+%__make davautocheck CLEANUP=true FS_TYPE=fsfs || (cat fails.log; exit 1)
+
+# run tests over ra_serf (http://) using bdb backend
+%__make davautocheck CLEANUP=true FS_TYPE=bdb || (cat fails.log; exit 1)
 
 %if %with_java
 %__make check-javahl || (cat fails.log; exit 1)


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

++++++ subversion.README.SuSE ++++++
--- /var/tmp/diff_new_pack.dkbEi4/_old  2013-11-24 13:33:33.000000000 +0100
+++ /var/tmp/diff_new_pack.dkbEi4/_new  2013-11-24 13:33:33.000000000 +0100
@@ -171,7 +171,7 @@
   chown -R svn:svn /srv/svn/repos
   chmod -R g+ws /srv/svn/repos
 
-Then proceed to create reposititories using svnadmin create described above.
+Then proceed to create repositories using svnadmin create described above.
 
 In either case, if using svnserve, ensure that the repositories are owned by
 svn:svn.
@@ -193,7 +193,7 @@
 
 Please note that by default, svnserve is configured to be started with -R,
 meaning read-only access only. Remove to allow write access, after you have
-configued access via
+configured access via
 
   /srv/svn/repos/repo1/conf/svnserve.conf
 

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

Reply via email to