OBS User unknown 2008-09-12 21:53:11 +00:00 committed by Git OBS Bridge
parent 321358ed1c
commit 511306178a
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 11 09:20:08 CEST 2008 - mmarek@suse.cz
- test 279 no longer fails with runtests.pl -b <num>
-------------------------------------------------------------------
Tue Sep 2 14:23:51 CEST 2008 - mmarek@suse.cz

View File

@ -31,7 +31,7 @@ BuildRequires: libssh2-devel openssh
# used by the testsuite
BuildRequires: stunnel
Version: 7.19.0
Release: 1
Release: 6
AutoReqProv: on
License: BSD 3-Clause; X11/MIT
Group: Productivity/Networking/Web/Utilities
@ -129,8 +129,7 @@ if test -z "$BUILD_INCARNATION"; then
BUILD_INCARNATION=0
fi
base=$((8990 + $BUILD_INCARNATION * 20))
# test 279 doesn't work with -b<num>
perl ./runtests.pl -a -b$base !279 || {
perl ./runtests.pl -a -b$base || {
%if 0%{?curl_testsuite_nonfatal:1}
echo "WARNING: runtests.pl failed with code $?, continuing nevertheless"
%else
@ -174,6 +173,8 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man3/*
%changelog
* Thu Sep 11 2008 mmarek@suse.cz
- test 279 no longer fails with runtests.pl -b <num>
* Tue Sep 02 2008 mmarek@suse.cz
- updated to 7.19.0
* curl_off_t gets its size/typedef somewhat differently than