Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package neon for openSUSE:Factory checked in at 2021-12-16 21:18:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/neon (Old) and /work/SRC/openSUSE:Factory/.neon.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "neon" Thu Dec 16 21:18:39 2021 rev:55 rq:939960 version:0.32.1 Changes: -------- --- /work/SRC/openSUSE:Factory/neon/neon.changes 2020-10-18 16:18:03.244400902 +0200 +++ /work/SRC/openSUSE:Factory/.neon.new.2520/neon.changes 2021-12-16 21:18:41.274506984 +0100 @@ -1,0 +2,14 @@ +Sat Dec 11 15:11:57 UTC 2021 - Andreas Stieger <andreas.stie...@gmx.de> + +- update to 0.32.1: + * Fix configure CFLAGS handling in Kerberos detection. +- includes changes from 0.32.0: + * NE_AUTH_DIGEST now only enables RFC 2617/7616 auth by default; + to enable weaker RFC 2069 Digest, use NE_AUTH_LEGACY_DIGEST + (treated as a security enhancement, not an API/ABI break) + * Interface additions and bug fixes +- drop patches: + * neon-0.31.2-sha1-tests.patch + * neon-0.31.2-CA-tests.patch + +------------------------------------------------------------------- Old: ---- neon-0.31.2-CA-tests.patch neon-0.31.2-sha1-tests.patch neon-0.31.2.tar.gz neon.keyring New: ---- neon-0.32.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ neon.spec ++++++ --- /var/tmp/diff_new_pack.N5h76H/_old 2021-12-16 21:18:41.870507210 +0100 +++ /var/tmp/diff_new_pack.N5h76H/_new 2021-12-16 21:18:41.874507211 +0100 @@ -1,7 +1,7 @@ # # spec file for package neon # -# 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 @@ -17,27 +17,25 @@ Name: neon -Version: 0.31.2 +Version: 0.32.1 Release: 0 Summary: An HTTP and WebDAV Client Library License: GPL-2.0-or-later Group: Development/Libraries/Other URL: https://notroj.github.io/neon/ Source0: https://notroj.github.io/neon/neon-%{version}.tar.gz -Source2: neon.keyring Source3: baselibs.conf Source10: replace_manpage_with_links.sh # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches Patch0: neon-0.28.4-bloat.patch Patch1: fix_timeout_tests_for_ppc64le.patch -Patch2: neon-0.31.2-sha1-tests.patch -Patch3: neon-0.31.2-CA-tests.patch BuildRequires: krb5-devel BuildRequires: libexpat-devel BuildRequires: libproxy-devel BuildRequires: libtool BuildRequires: openssl BuildRequires: pkgconfig +BuildRequires: xmlto BuildRequires: zlib-devel BuildRequires: pkgconfig(openssl) @@ -74,8 +72,6 @@ %ifarch ppc64le ppc64 %patch1 %endif -%patch2 -p1 -%patch3 -p1 %build rm -f aclocal.m4 ltmain.sh @@ -89,16 +85,16 @@ --enable-shared \ --disable-static \ --enable-warnings -make %{?_smp_mflags} +%make_build %install make DESTDIR=%{buildroot} docdir=%{_defaultdocdir}/%{name} install install-man install-html %{?_smp_mflags} find %{buildroot} -type f -name "*.la" -delete -print -find %{buildroot}%{_mandir} -type f -exec bash %{S:10} {} \; +find %{buildroot}%{_mandir} -type f -exec bash %{SOURCE10} {} \; %check export TEST_QUIET=0 -make %{?_smp_mflags} check +%make_build check %post -n libneon27 -p /sbin/ldconfig %postun -n libneon27 -p /sbin/ldconfig ++++++ neon-0.31.2.tar.gz -> neon-0.32.1.tar.gz ++++++ ++++ 15429 lines of diff (skipped)