diff --git a/gnutls-3.6.0-disable-flaky-dtls_resume-test.patch b/gnutls-3.6.0-disable-flaky-dtls_resume-test.patch index 041a549..f4b9a7b 100644 --- a/gnutls-3.6.0-disable-flaky-dtls_resume-test.patch +++ b/gnutls-3.6.0-disable-flaky-dtls_resume-test.patch @@ -1,8 +1,8 @@ -Index: gnutls-3.6.2/tests/Makefile.am +Index: gnutls-3.6.3/tests/Makefile.am =================================================================== ---- gnutls-3.6.2.orig/tests/Makefile.am 2018-02-16 08:27:16.000000000 +0100 -+++ gnutls-3.6.2/tests/Makefile.am 2018-03-23 12:07:47.003150907 +0100 -@@ -330,7 +330,7 @@ if !WINDOWS +--- gnutls-3.6.3.orig/tests/Makefile.am ++++ gnutls-3.6.3/tests/Makefile.am +@@ -406,7 +406,7 @@ if !WINDOWS # List of tests not available/functional under windows # @@ -11,3 +11,25 @@ Index: gnutls-3.6.2/tests/Makefile.am indirect_tests += dtls-stress +Index: gnutls-3.6.3/tests/Makefile.in +=================================================================== +--- gnutls-3.6.3.orig/tests/Makefile.in ++++ gnutls-3.6.3/tests/Makefile.in +@@ -161,7 +161,7 @@ host_triplet = @host@ + # + # List of tests not available/functional under windows + # +-@WINDOWS_FALSE@am__append_12 = dtls/dtls dtls/dtls-resume fastopen.sh \ ++@WINDOWS_FALSE@am__append_12 = dtls/dtls fastopen.sh \ + @WINDOWS_FALSE@ pkgconfig.sh starttls.sh starttls-ftp.sh \ + @WINDOWS_FALSE@ starttls-smtp.sh starttls-lmtp.sh \ + @WINDOWS_FALSE@ starttls-pop3.sh starttls-nntp.sh \ +@@ -2507,7 +2507,7 @@ x509sign_verify_rsa_DEPENDENCIES = $(COM + $(am__DEPENDENCIES_2) + am__dist_check_SCRIPTS_DIST = rfc2253-escape-test \ + rsa-md5-collision/rsa-md5-collision.sh systemkey.sh dtls/dtls \ +- dtls/dtls-resume fastopen.sh pkgconfig.sh starttls.sh \ ++ fastopen.sh pkgconfig.sh starttls.sh \ + starttls-ftp.sh starttls-smtp.sh starttls-lmtp.sh \ + starttls-pop3.sh starttls-nntp.sh starttls-sieve.sh \ + ocsp-tests/ocsp-tls-connection \ diff --git a/gnutls.changes b/gnutls.changes index dde82dd..4124eef 100644 --- a/gnutls.changes +++ b/gnutls.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 18 08:39:56 UTC 2018 - schwab@suse.de + +- gnutls-3.6.0-disable-flaky-dtls_resume-test.patch: refresh to also patch + test/Makefile.in as autoreconf does not work + ------------------------------------------------------------------- Fri Sep 14 13:07:41 UTC 2018 - Luis Henriques diff --git a/gnutls.spec b/gnutls.spec index 8808756..5243e8c 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ #