Accepting request 733364 from home:fsirl:svn-next

Hi,

2nd try. Does it look OK now?

Thanks,
Franz

OBS-URL: https://build.opensuse.org/request/show/733364
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=312
This commit is contained in:
Tomáš Chvátal 2019-09-26 08:59:04 +00:00 committed by Git OBS Bridge
parent da5c6eceac
commit f901c87144
2 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Sep 26 08:35:08 UTC 2019 - Franz Sirl <franz.sirl-obs@lauterbach.com>
- 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
-------------------------------------------------------------------
Fri Jul 26 10:03:14 UTC 2019 - matthias.gerstner@suse.com

View File

@ -250,7 +250,9 @@ parameters and keywords for the svn command and other tools.
%patch37 -p1
%patch39
%patch40 -p1
%if 0%{?suse_version} > 1500
%patch41 -p1
%endif
%build
# Re-boot strap, needed for patch37
@ -411,12 +413,11 @@ 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)
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)