Hello community,

here is the log from the commit of package gnutls for openSUSE:Factory checked 
in at 2018-03-30 11:56:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnutls (Old)
 and      /work/SRC/openSUSE:Factory/.gnutls.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnutls"

Fri Mar 30 11:56:05 2018 rev:109 rq:591143 version:3.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnutls/gnutls.changes    2018-03-16 
10:33:47.705113879 +0100
+++ /work/SRC/openSUSE:Factory/.gnutls.new/gnutls.changes       2018-03-30 
11:56:10.186149056 +0200
@@ -1,0 +2,19 @@
+Fri Mar 23 11:20:59 UTC 2018 - vci...@suse.com
+
+- build without DANE support on SLE-15, as it doesn't have unbound
+  (bsc#1086428)
+
+-------------------------------------------------------------------
+Fri Mar 23 11:10:59 UTC 2018 - vci...@suse.com
+
+- add back refreshed gnutls-3.6.0-disable-flaky-dtls_resume-test.patch
+  the dtls-resume test still keeps randomly failing on PPC
+
+-------------------------------------------------------------------
+Fri Mar 23 01:42:49 CET 2018 - r...@suse.de
+
+- remove gnutls-3.6.0-disable-flaky-dtls_resume-test.patch
+  patch does not apply any more and apparently the build
+  suceeds even if the formerly flaky testcase is run (bsc#1086579)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gnutls.spec ++++++
--- /var/tmp/diff_new_pack.qbLp60/_old  2018-03-30 11:56:11.694094520 +0200
+++ /var/tmp/diff_new_pack.qbLp60/_new  2018-03-30 11:56:11.694094520 +0200
@@ -19,14 +19,20 @@
 %define gnutls_sover 30
 %define gnutlsxx_sover 28
 %define gnutls_dane_sover 0
+
+# unbound isn't in SLE-15 (bsc#1086428)
+%if 0%{?sle_version} == 150000 && !0%{?is_opensuse}
+%bcond_with dane
+%else
 %bcond_without dane
+%endif
 %bcond_with tpm
 %bcond_without guile
 Name:           gnutls
 Version:        3.6.2
 Release:        0
 Summary:        The GNU Transport Layer Security Library
-License:        LGPL-2.1+ AND GPL-3.0+
+License:        LGPL-2.1-or-later AND GPL-3.0-or-later
 Group:          Productivity/Networking/Security
 Url:            http://www.gnutls.org/
 Source0:        
ftp://ftp.gnutls.org/gcrypt/gnutls/v3.6/%{name}-%{version}.tar.xz
@@ -79,7 +85,7 @@
 
 %package -n libgnutls%{gnutls_sover}
 Summary:        The GNU Transport Layer Security Library
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          System/Libraries
 
 %description -n libgnutls%{gnutls_sover}
@@ -90,7 +96,7 @@
 %if %{with dane}
 %package -n libgnutls-dane%{gnutls_dane_sover}
 Summary:        The GNU Transport Layer Security Library
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Productivity/Networking/Security
 
 %description -n libgnutls-dane%{gnutls_dane_sover}
@@ -101,7 +107,7 @@
 
 %package -n libgnutlsxx%{gnutlsxx_sover}
 Summary:        C++ API for the GNU Transport Layer Security Library
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          System/Libraries
 
 %description -n libgnutlsxx%{gnutlsxx_sover}
@@ -111,7 +117,7 @@
 
 %package -n libgnutls-devel
 Summary:        Development package for the GnuTLS C API
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
 Requires:       glibc-devel
 Requires:       libgnutls%{gnutls_sover} = %{version}
@@ -124,7 +130,7 @@
 %if %{with dane}
 %package -n libgnutls-dane-devel
 Summary:        Development package for GnuTLS DANE component
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
 Requires:       libgnutls-dane%{gnutls_dane_sover} = %{version}
 
@@ -134,7 +140,7 @@
 
 %package -n libgnutlsxx-devel
 Summary:        Development package for the GnuTLS C++ API
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
 Requires:       libgnutls-devel = %{version}
 Requires:       libgnutlsxx%{gnutlsxx_sover} = %{version}
@@ -147,7 +153,7 @@
 %if %{with guile}
 %package guile
 Summary:        Guile wrappers for gnutls
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/Other
 Requires:       guile
 

++++++ gnutls-3.6.0-disable-flaky-dtls_resume-test.patch ++++++
--- /var/tmp/diff_new_pack.qbLp60/_old  2018-03-30 11:56:11.726093363 +0200
+++ /var/tmp/diff_new_pack.qbLp60/_new  2018-03-30 11:56:11.726093363 +0200
@@ -1,22 +1,13 @@
-Index: gnutls-3.6.0/tests/dtls/Makefile.am
+Index: gnutls-3.6.2/tests/Makefile.am
 ===================================================================
---- gnutls-3.6.0.orig/tests/dtls/Makefile.am   2017-04-19 21:49:27.000000000 
+0200
-+++ gnutls-3.6.0/tests/dtls/Makefile.am        2017-09-20 14:33:56.763416427 
+0200
-@@ -19,7 +19,7 @@
- # along with this file; if not, write to the Free Software Foundation,
- # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+--- 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
+ # List of tests not available/functional under windows
+ #
  
--dist_check_SCRIPTS = dtls dtls-nb dtls-resume
-+dist_check_SCRIPTS = dtls dtls-nb
+-dist_check_SCRIPTS += dtls/dtls dtls/dtls-resume #dtls/dtls-nb
++dist_check_SCRIPTS += dtls/dtls #dtls/dtls-resume #dtls/dtls-nb
  
- AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
- AM_CPPFLAGS = \
-@@ -41,7 +41,7 @@ LDADD = ../../lib/libgnutls.la \
- if !WINDOWS
- 
- check_PROGRAMS = dtls-stress
--TESTS = dtls dtls-resume
-+TESTS = dtls
- 
- endif
+ indirect_tests += dtls-stress
  




Reply via email to