Hello community, here is the log from the commit of package subversion for openSUSE:Factory checked in at 2020-05-07 15:06:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/subversion (Old) and /work/SRC/openSUSE:Factory/.subversion.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "subversion" Thu May 7 15:06:13 2020 rev:173 rq:800319 version:1.13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/subversion/subversion.changes 2020-04-16 22:58:16.451447766 +0200 +++ /work/SRC/openSUSE:Factory/.subversion.new.2738/subversion.changes 2020-05-07 15:06:19.327814300 +0200 @@ -1,0 +2,6 @@ +Tue May 5 09:24:22 UTC 2020 - Martin Liška <[email protected]> + +- Add disable-fs-fs-pack-test.patch in order + to fix boo#1170834. + +------------------------------------------------------------------- New: ---- disable-fs-fs-pack-test.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ subversion.spec ++++++ --- /var/tmp/diff_new_pack.B0T0ra/_old 2020-05-07 15:06:21.539819193 +0200 +++ /var/tmp/diff_new_pack.B0T0ra/_new 2020-05-07 15:06:21.543819202 +0200 @@ -65,6 +65,7 @@ Patch42: gcc10-do-not-optimize-get_externals_to_pin.patch Patch43: ruby27-warnings.patch Patch44: ruby-includes.patch +Patch45: disable-fs-fs-pack-test.patch BuildRequires: apache-rpm-macros BuildRequires: apache2-devel >= 2.2.0 BuildRequires: apache2-prefork @@ -248,6 +249,7 @@ %patch42 -p1 %patch43 -p1 %patch44 -p1 +%patch45 -p1 %build # Re-boot strap, needed for patch37 ++++++ disable-fs-fs-pack-test.patch ++++++ diff --git a/build.conf b/build.conf index 7631a61..f9551f0 100644 --- a/build.conf +++ b/build.conf @@ -805,15 +805,6 @@ msvc-force-static = yes # ---------------------------------------------------------------------------- # Tests for libsvn_fs_fs -[fs-fs-pack-test] -description = Test fsfs packing in libsvn_fs_fs -type = exe -path = subversion/tests/libsvn_fs_fs -sources = fs-fs-pack-test.c -install = test -libs = libsvn_test libsvn_fs libsvn_fs_fs libsvn_delta - libsvn_subr apriconv apr -msvc-force-static = yes [fs-fs-fuzzy-test] description = Use fuzzying to test FSFS corruption resilience
