Hello community,

here is the log from the commit of package gnutls for openSUSE:Factory checked 
in at 2018-04-10 09:48:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnutls (Old)
 and      /work/SRC/openSUSE:Factory/.gnutls.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnutls"

Tue Apr 10 09:48:38 2018 rev:110 rq:593004 version:3.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnutls/gnutls.changes    2018-03-30 
11:56:10.186149056 +0200
+++ /work/SRC/openSUSE:Factory/.gnutls.new/gnutls.changes       2018-04-10 
09:48:45.776307831 +0200
@@ -1,0 +2,11 @@
+Thu Mar 29 10:01:31 UTC 2018 - [email protected]
+
+- Simplify the DANE support %ifdef condition
+  * build with DANE on openSUSE only
+
+-------------------------------------------------------------------
+Mon Mar 26 16:17:55 UTC 2018 - [email protected]
+
+- Adjust RPM groups. Drop %if..%endif guards that are idempotent.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gnutls.spec ++++++
--- /var/tmp/diff_new_pack.7azX7l/_old  2018-04-10 09:48:47.448247257 +0200
+++ /var/tmp/diff_new_pack.7azX7l/_new  2018-04-10 09:48:47.448247257 +0200
@@ -20,11 +20,11 @@
 %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
+# unbound isn't in SLE (bsc#1086428)
+%if 0%{?is_opensuse}
 %bcond_without dane
+%else
+%bcond_with dane
 %endif
 %bcond_with tpm
 %bcond_without guile
@@ -93,17 +93,15 @@
 layer. Currently the GnuTLS library implements the proposed standards
 of the IETF's TLS working group.
 
-%if %{with dane}
 %package -n libgnutls-dane%{gnutls_dane_sover}
-Summary:        The GNU Transport Layer Security Library
+Summary:        DANE support for the GNU Transport Layer Security Library
 License:        LGPL-2.1-or-later
-Group:          Productivity/Networking/Security
+Group:          System/Libraries
 
 %description -n libgnutls-dane%{gnutls_dane_sover}
 The GnuTLS project aims to develop a library that provides a secure
 layer over a reliable transport layer.
 This package contains the "DANE" part of gnutls.
-%endif
 
 %package -n libgnutlsxx%{gnutlsxx_sover}
 Summary:        C++ API for the GNU Transport Layer Security Library
@@ -127,7 +125,6 @@
 %description -n libgnutls-devel
 Files needed for software development using gnutls.
 
-%if %{with dane}
 %package -n libgnutls-dane-devel
 Summary:        Development package for GnuTLS DANE component
 License:        LGPL-2.1-or-later
@@ -136,7 +133,6 @@
 
 %description -n libgnutls-dane-devel
 Files needed for software development using gnutls.
-%endif
 
 %package -n libgnutlsxx-devel
 Summary:        Development package for the GnuTLS C++ API
@@ -150,7 +146,6 @@
 %description -n libgnutlsxx-devel
 Files needed for software development using gnutls.
 
-%if %{with guile}
 %package guile
 Summary:        Guile wrappers for gnutls
 License:        LGPL-2.1-or-later
@@ -159,7 +154,6 @@
 
 %description guile
 GnuTLS Wrappers for GNU Guile, a dialect of Scheme.
-%endif
 
 %prep
 %setup -q




Reply via email to