Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libtasn1 for openSUSE:Factory checked in at 2021-06-05 23:30:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libtasn1 (Old) and /work/SRC/openSUSE:Factory/.libtasn1.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libtasn1" Sat Jun 5 23:30:05 2021 rev:49 rq:893837 version:4.17.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libtasn1/libtasn1.changes 2020-02-06 13:06:48.384289827 +0100 +++ /work/SRC/openSUSE:Factory/.libtasn1.new.1898/libtasn1.changes 2021-06-05 23:30:19.400311820 +0200 @@ -1,0 +2,15 @@ +Mon May 17 18:08:25 UTC 2021 - Andreas Stieger <[email protected]> + +- libtasn1 4.17.0: + * Print deprecation messages for deprecated macros + * Fix some clang issues due to illegal pointers + * Restore handling of SIZE nodes + * Fix memory leak caught by oss-fuzz + * Gtk-doc fixes + * Fix bugs unveiled by Static Analysis + * Update gnulib files and many build fixes +- move tools to -tools packages and clarify licenses +- update upstream signing keyring +- remove deprecated texinfo packaging macros + +------------------------------------------------------------------- Old: ---- libtasn1-4.16.0.tar.gz libtasn1-4.16.0.tar.gz.sig New: ---- libtasn1-4.17.0.tar.gz libtasn1-4.17.0.tar.gz.sig libtasn1-rpmlintrc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libtasn1.spec ++++++ --- /var/tmp/diff_new_pack.GnTf19/_old 2021-06-05 23:30:20.100313071 +0200 +++ /var/tmp/diff_new_pack.GnTf19/_new 2021-06-05 23:30:20.104313077 +0200 @@ -1,7 +1,7 @@ # # spec file for package libtasn1 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,46 +18,53 @@ %define somajor 6 Name: libtasn1 -Version: 4.16.0 +Version: 4.17.0 Release: 0 Summary: ASN.1 parsing library -License: LGPL-2.1-or-later AND GPL-3.0-only +License: GFDL-1.3-or-later AND GPL-3.0-or-later AND LGPL-2.1-or-later Group: Productivity/Networking/Security URL: https://www.gnu.org/software/libtasn1/ Source0: http://ftp.gnu.org/gnu/libtasn1/%{name}-%{version}.tar.gz Source1: http://ftp.gnu.org/gnu/libtasn1/%{name}-%{version}.tar.gz.sig -# http://josefsson.org/key.txt -Source2: %{name}.keyring +Source2: https://josefsson.org/54265e8c.txt#/%{name}.keyring +Source3: libtasn1-rpmlintrc Source99: baselibs.conf -BuildRequires: info BuildRequires: pkgconfig -Requires(post): %{install_info_prereq} -Requires(preun): %{install_info_prereq} %description -This is the ASN.1 library used by GNUTLS. More up to date information -can be found at http://www.gnu.org/software/gnutls and -http://www.gnutls.org +This is the ASN.1 library used by GNUTLS. Abstract Syntax Notation One (ASN.1) +is a standardized data description and serialization language. %package -n libtasn1-%{somajor} Summary: ASN.1 parsing library +License: LGPL-2.1-or-later Group: System/Libraries -Requires: %{name} >= %{version} %description -n libtasn1-%{somajor} -This is the ASN.1 library used by GNUTLS. More up to date information -can be found at http://www.gnu.org/software/gnutls and -http://www.gnutls.org +This is the ASN.1 library used by GNUTLS. Abstract Syntax Notation One (ASN.1) +is a standardized data description and serialization language. + +%package tools +Summary: ASN.1 parsing tools +License: GFDL-1.3-or-later AND GPL-3.0-or-later +Group: Productivity/Networking/Diagnostic +Obsoletes: libtasn1 <= 4.16.0 +Provides: libtasn1 = %{version} + +%description tools +This package contains various utilities for parting ASN.1 data. %package devel Summary: Development files for the ASN.1 parsing library +License: GFDL-1.3-or-later AND LGPL-2.1-or-later Group: Development/Libraries/C and C++ Requires: libtasn1-%{somajor} = %{version} %description devel -This is the ASN.1 library used by GNUTLS. More up to date information -can be found at http://www.gnu.org/software/gnutls and -http://www.gnutls.org +This is the ASN.1 library used by GNUTLS. Abstract Syntax Notation One (ASN.1) +is a standardized data description and serialization language. + +This package contains files required to build against libtasn1. %prep %setup -q @@ -73,28 +80,22 @@ %check %make_build check -%post -%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz - -%preun -%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz - %post -n libtasn1-%{somajor} -p /sbin/ldconfig %postun -n libtasn1-%{somajor} -p /sbin/ldconfig -%files -%license doc/COPYING* -%doc NEWS README.md THANKS +%files -n libtasn1-%{somajor} +%license doc/COPYING.LESSER +%{_libdir}/*.so.%{somajor}* + +%files tools +%license doc/COPYING %{_bindir}/* %{_mandir}/man1/*.1%{?ext_man} %{_infodir}/*.info%{?ext_info} -%files -n libtasn1-%{somajor} -%license doc/COPYING* -%{_libdir}/*.so.%{somajor}* - %files devel -%license doc/COPYING* +%license doc/COPYING.LESSER +%doc NEWS README THANKS %{_includedir}/*.h %{_libdir}/*.so %{_libdir}/pkgconfig/libtasn1.pc ++++++ libtasn1-4.16.0.tar.gz -> libtasn1-4.17.0.tar.gz ++++++ ++++ 45804 lines of diff (skipped) ++++++ libtasn1-rpmlintrc ++++++ addFilter("libtasn1-tools.*shlib-policy-missing-lib") ++++++ libtasn1.keyring ++++++ ++++ 2687 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/libtasn1/libtasn1.keyring ++++ and /work/SRC/openSUSE:Factory/.libtasn1.new.1898/libtasn1.keyring
