Hello community, here is the log from the commit of package libgsasl for openSUSE:Factory checked in at 2020-02-22 18:56:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgsasl (Old) and /work/SRC/openSUSE:Factory/.libgsasl.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgsasl" Sat Feb 22 18:56:12 2020 rev:31 rq:772318 version:1.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libgsasl/libgsasl.changes 2016-04-12 19:32:22.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libgsasl.new.26092/libgsasl.changes 2020-02-22 18:56:20.229162694 +0100 @@ -1,0 +2,17 @@ +Tue Feb 4 23:07:18 UTC 2020 - Bjørn Lie <[email protected]> + +- Update to version 1.8.1: + * gsasl: IMAP client code now permits empty SASL tokens prefixed + with '+'. Normally servers should send '+ '. Buggy servers + include Microsoft Exchange. + * GSSAPI client: + - Now retrieves GSASL_AUTHZID for authorization identity. + - Can now transmit an empty/missing authorization identity. + - See lib/NEWS for more information. + * Build fixes: Update of gnulib, including how it is + bootstrapped. + * Updated translations. +- Run spec-cleaner, modernize spec. +- No longer recommend -lang: supplements are in use. + +------------------------------------------------------------------- Old: ---- libgsasl-1.8.0.tar.gz New: ---- libgsasl-1.8.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgsasl.spec ++++++ --- /var/tmp/diff_new_pack.r7TM2u/_old 2020-02-22 18:56:21.089164360 +0100 +++ /var/tmp/diff_new_pack.r7TM2u/_new 2020-02-22 18:56:21.089164360 +0100 @@ -1,7 +1,7 @@ # # spec file for package libgsasl # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,22 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: libgsasl -Version: 1.8.0 +Version: 1.8.1 Release: 0 -Source: ftp://ftp.gnu.org/gnu/gsasl/%{name}-%{version}.tar.gz Summary: Implementation of the SASL framework and a few common SASL mechanisms -License: LGPL-2.1+ and GPL-3.0+ +License: LGPL-2.1-or-later AND GPL-3.0-or-later Group: Development/Libraries/C and C++ -Url: http://www.gnu.org/software/gsasl/ -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} -BuildRequires: fdupes -%endif +URL: https://www.gnu.org/software/gsasl/ +Source0: ftp://ftp.gnu.org/gnu/gsasl/%{name}-%{version}.tar.gz + BuildRequires: gcc-c++ BuildRequires: gettext-devel BuildRequires: krb5-devel @@ -35,6 +32,9 @@ BuildRequires: libidn-devel BuildRequires: libntlm-devel BuildRequires: pkgconfig +%if 0%{?suse_version} +BuildRequires: fdupes +%endif %description GNU SASL is an implementation of the Simple Authentication and @@ -44,11 +44,8 @@ %package -n libgsasl7 Summary: Implementation of the SASL framework and a few common SASL mechanisms -Group: Development/Libraries/C and C++ -%if 0%{?suse_version} -Recommends: %{name}-lang -%endif # Needed to make lang package installable +Group: Development/Libraries/C and C++ Provides: %{name} = %{version} %description -n libgsasl7 @@ -78,27 +75,25 @@ make %{?_smp_mflags} %install -%makeinstall +%make_install %find_lang %{name} -rm -f %{buildroot}%{_libdir}/*.la +find %{buildroot} -type f -name "*.la" -delete -print %if 0%{?fdupes:1} -%fdupes %buildroot +%fdupes %{buildroot}/%{_prefix} %endif %check make check %post -n libgsasl7 -p /sbin/ldconfig - %postun -n libgsasl7 -p /sbin/ldconfig %files -n libgsasl7 -%defattr (-, root, root) -%doc AUTHORS COPYING.LIB NEWS README THANKS +%license COPYING.LIB +%doc AUTHORS NEWS README THANKS %{_libdir}/*.so.* %files devel -%defattr (-, root, root) %{_includedir}/gsas*.h %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc ++++++ libgsasl-1.8.0.tar.gz -> libgsasl-1.8.1.tar.gz ++++++ ++++ 170562 lines of diff (skipped)
