Accepting request 288413 from home:AndreasStieger:branches:devel:tools:scm:svn

- SLE 11 SP3 build with all regression tests
- run swig-py tests where they pass

OBS-URL: https://build.opensuse.org/request/show/288413
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=196
This commit is contained in:
Andreas Stieger 2015-03-02 08:09:26 +00:00 committed by Git OBS Bridge
parent a8c69c447d
commit f820c87552
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 2 08:08:44 UTC 2015 - astieger@suse.com
- SLE 11 SP3 build with all regression tests
- run swig-py tests where they pass
-------------------------------------------------------------------
Fri Feb 20 15:59:32 UTC 2015 - astieger@suse.com

View File

@ -110,7 +110,6 @@ BuildRequires: python-pysqlite
%if %{with all_regression_tests}
# tools required for network based tests
BuildRequires: net-tools
BuildRequires: time
BuildRequires: wget
%endif
%if %{with python_ctypes}
@ -414,13 +413,14 @@ http
https
svn"
%if 0%{?suse_version} > 1130
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
# make %{?_smp_mflags} check-swig-py || (cat fails.log; exit 1)
make %{?_smp_mflags} check-swig-py || (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)
@ -428,7 +428,6 @@ make %{?_smp_mflags} svnserveautocheck CLEANUP=true FS_TYPE=bdb || (cat fails.lo
make %{?_smp_mflags} davautocheck CLEANUP=true FS_TYPE=fsfs || (cat fails.log; exit 1)
make %{?_smp_mflags} davautocheck CLEANUP=true FS_TYPE=bdb || (cat fails.log; exit 1)
%endif
%endif
%pre
getent group %{svngroup} >/dev/null || groupadd -r %{svngroup}