Hello community,

here is the log from the commit of package curl for openSUSE:Factory checked in 
at 2015-08-13 18:09:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/curl (Old)
 and      /work/SRC/openSUSE:Factory/.curl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "curl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/curl/curl.changes        2015-07-05 
17:58:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.curl.new/curl.changes   2015-08-13 
18:09:35.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Aug 11 10:02:18 UTC 2015 - sch...@suse.de
+
+- unexpire-test46.patch: Unexpire test 46
+
+-------------------------------------------------------------------
+Fri Jul 31 08:22:39 UTC 2015 - norm...@linux.vnet.ibm.com
+
+- do not run flaky tests for any architecture (bnc#940009)
+  at least test 1510 do fail for i586 and ppc64le
+
+-------------------------------------------------------------------

New:
----
  unexpire-test46.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ curl.spec ++++++
--- /var/tmp/diff_new_pack.7kZrey/_old  2015-08-13 18:09:36.000000000 +0200
+++ /var/tmp/diff_new_pack.7kZrey/_new  2015-08-13 18:09:36.000000000 +0200
@@ -36,6 +36,7 @@
 # PATCH-FIX-OPENSUSE lnus...@suse.de -- use openssl's built in verify path as 
fallback
 Patch4:         curl-7.41.0-use-openssl-s-built-in-verify-path-as-fallback.diff
 Patch5:         curl-disable_failing_tests.patch
+Patch6:         unexpire-test46.patch
 BuildRequires:  groff
 BuildRequires:  krb5-mini-devel
 BuildRequires:  libtool
@@ -100,6 +101,7 @@
 %patch3
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 # curl complains if macro definition is contained in CFLAGS
@@ -149,8 +151,12 @@
 if test -z "$BUILD_INCARNATION"; then
        BUILD_INCARNATION=0
 fi
+
 base=$((8990 + $BUILD_INCARNATION * 20))
-perl ./runtests.pl -a -b$base || exit
+# bug940009 do not run flaky tests for any architecture
+# at least test 1510 do fail for i586 and ppc64le
+perl ./runtests.pl -a -b$base '!flaky' || exit
+
 popd
 %endif
 



++++++ unexpire-test46.patch ++++++
>From 002d58f1e8d8e725ba6d676599838983561feff9 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <dan...@haxx.se>
Date: Mon, 10 Aug 2015 00:12:12 +0200
Subject: [PATCH] test46: update cookie expire time

... since it went old and thus was expired and caused the test to fail!
---
 tests/data/test46 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/data/test46 b/tests/data/test46
index b6f8f83..b6ebe80 100644
--- a/tests/data/test46
+++ b/tests/data/test46
@@ -51,8 +51,8 @@ TZ=GMT
 
 www.fake.come  FALSE   /       FALSE   1022144953      cookiecliente   si
 www.loser.com  FALSE   /       FALSE   1139150993      UID     99
-%HOSTIP        FALSE   /       FALSE   1439150993      mooo    indeed
-#HttpOnly_%HOSTIP      FALSE   /want   FALSE   1439150993      mooo2   indeed2
+%HOSTIP        FALSE   /       FALSE   1739150993      mooo    indeed
+#HttpOnly_%HOSTIP      FALSE   /want   FALSE   1739150993      mooo2   indeed2
 %HOSTIP        FALSE   /want   FALSE   0       empty   
 </file>
 </client>
@@ -76,8 +76,8 @@ Cookie: empty=; mooo2=indeed2; mooo=indeed
 
 www.fake.come  FALSE   /       FALSE   1022144953      cookiecliente   si
 www.loser.com  FALSE   /       FALSE   1139150993      UID     99
-%HOSTIP        FALSE   /       FALSE   1439150993      mooo    indeed
-#HttpOnly_%HOSTIP      FALSE   /want   FALSE   1439150993      mooo2   indeed2
+%HOSTIP        FALSE   /       FALSE   1739150993      mooo    indeed
+#HttpOnly_%HOSTIP      FALSE   /want   FALSE   1739150993      mooo2   indeed2
 %HOSTIP        FALSE   /want   FALSE   0       empty   
 %HOSTIP        FALSE   /       FALSE   2054030187      ckyPersistent   
permanent
 %HOSTIP        FALSE   /       FALSE   0       ckySession      temporary
-- 
2.5.0


Reply via email to