Hello community, here is the log from the commit of package subversion for openSUSE:Factory checked in at 2019-10-10 11:47:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/subversion (Old) and /work/SRC/openSUSE:Factory/.subversion.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "subversion" Thu Oct 10 11:47:30 2019 rev:168 rq:733367 version:1.12.2 Changes: -------- --- /work/SRC/openSUSE:Factory/subversion/subversion.changes 2019-08-19 23:02:38.107441074 +0200 +++ /work/SRC/openSUSE:Factory/.subversion.new.2352/subversion.changes 2019-10-10 11:47:32.412261584 +0200 @@ -1,0 +2,8 @@ +Thu Sep 26 08:35:08 UTC 2019 - Franz Sirl <[email protected]> + +- Enable build and check with swig-3: + * Only enable subversion-1.12.0-swig-4.patch for Tumbleweed + * 'make check-swig-py' doesn't pass with swig-4 +- Enable 'make check-swig-rb' everywhere again + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ subversion.spec ++++++ --- /var/tmp/diff_new_pack.yAQQQx/_old 2019-10-10 11:47:33.640258325 +0200 +++ /var/tmp/diff_new_pack.yAQQQx/_new 2019-10-10 11:47:33.644258315 +0200 @@ -250,7 +250,9 @@ %patch37 -p1 %patch39 %patch40 -p1 +%if 0%{?suse_version} > 1500 %patch41 -p1 +%endif %build # Re-boot strap, needed for patch37 @@ -411,12 +413,11 @@ make %{?_smp_mflags} check CLEANUP=true || (cat fails.log; exit 1) make %{?_smp_mflags} check-javahl || (cat fails.log; exit 1) make %{?_smp_mflags} check-swig-pl || (cat fails.log; exit 1) -%if 0%{?suse_version} <= 1320 -# swig bindings check failing from swig 3.0.3 and later +%if 0%{?suse_version} <= 1500 +# swig bindings check failing from swig 4.0.0 and later make %{?_smp_mflags} check-swig-py || (cat fails.log; exit 1) -# same for ruby bindings -make %{?_smp_mflags} check-swig-rb || (cat fails.log; exit 1) %endif +make %{?_smp_mflags} check-swig-rb || (cat fails.log; exit 1) %if %{with all_regression_tests} make %{?_smp_mflags} svnserveautocheck CLEANUP=true FS_TYPE=fsfs || (cat fails.log; exit 1) make %{?_smp_mflags} svnserveautocheck CLEANUP=true FS_TYPE=bdb || (cat fails.log; exit 1)
