Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnutls for openSUSE:Factory checked in at 2024-02-27 22:45:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnutls (Old) and /work/SRC/openSUSE:Factory/.gnutls.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnutls" Tue Feb 27 22:45:15 2024 rev:153 rq:1151783 version:3.8.3 Changes: -------- --- /work/SRC/openSUSE:Factory/gnutls/gnutls.changes 2024-01-18 21:51:49.713350400 +0100 +++ /work/SRC/openSUSE:Factory/.gnutls.new.1770/gnutls.changes 2024-02-27 22:45:38.696656619 +0100 @@ -1,0 +2,6 @@ +Wed Feb 21 18:04:48 UTC 2024 - Jan Engelhardt <[email protected]> + +- Remove some if..endif that do not affect any result +- Split documentation (some 1100 files) to separate subpackage + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnutls.spec ++++++ --- /var/tmp/diff_new_pack.3f5k1w/_old 2024-02-27 22:45:39.636690712 +0100 +++ /var/tmp/diff_new_pack.3f5k1w/_new 2024-02-27 22:45:39.640690857 +0100 @@ -132,7 +132,6 @@ 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: DANE support for the GNU Transport Layer Security Library License: LGPL-2.1-or-later @@ -142,7 +141,6 @@ 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 @@ -172,7 +170,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 @@ -181,7 +178,14 @@ %description -n libgnutls-dane-devel Files needed for software development using gnutls. -%endif + +%package -n libgnutls-devel-doc +Summary: Manual and Info pages for libgnutls +License: LGPL-2.1-or-later +BuildArch: noarch + +%description -n libgnutls-devel-doc +Manpages (troff) and GNU Info pages for libgnutls. %package -n libgnutlsxx-devel Summary: Development package for the GnuTLS C++ API @@ -298,12 +302,8 @@ %post -n libgnutls%{gnutls_sover} -p /sbin/ldconfig %postun -n libgnutls%{gnutls_sover} -p /sbin/ldconfig - -%if %{with dane} %post -n libgnutls-dane%{gnutls_dane_sover} -p /sbin/ldconfig %postun -n libgnutls-dane%{gnutls_dane_sover} -p /sbin/ldconfig -%endif - %post -n libgnutlsxx%{gnutlsxx_sover} -p /sbin/ldconfig %postun -n libgnutlsxx%{gnutlsxx_sover} -p /sbin/ldconfig @@ -365,9 +365,11 @@ %{_includedir}/%{name}/urls.h %{_libdir}/libgnutls.so %{_libdir}/pkgconfig/gnutls.pc + +%files -n libgnutls-devel-doc %{_mandir}/man3/* %{_infodir}/*%{ext_info} -%doc %{_docdir}/libgnutls-devel +%{_docdir}/libgnutls-devel %if %{with dane} %files -n libgnutls-dane-devel
