Hello community, here is the log from the commit of package neon for openSUSE:Factory checked in at 2020-06-08 23:57:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/neon (Old) and /work/SRC/openSUSE:Factory/.neon.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "neon" Mon Jun 8 23:57:41 2020 rev:52 rq:812026 version:0.31.1 Changes: -------- --- /work/SRC/openSUSE:Factory/neon/neon.changes 2019-09-18 13:06:03.612757798 +0200 +++ /work/SRC/openSUSE:Factory/.neon.new.3606/neon.changes 2020-06-08 23:59:39.236255822 +0200 @@ -1,0 +2,33 @@ +Mon Jun 1 09:04:45 UTC 2020 - Vítězslav Čížek <[email protected]> + +- Update to 0.31.1 + ADMIN: The neon website has moved to https://notroj.github.io/neon/ + Restore ne_md5_read_ctx() in OpenSSL build. + Fix gcc warnings on Ubuntu (Jan-Marek Glogowski). + Fix various spelling mistakes in docs and headers (thanks to FOSSIES). + Fix ne_asctime_parse() (Eugenij-W). + Fix build with LibreSSL (Juan RP). + Interface changes: + none, API and ABI backwards-compatible with 0.27.x and later + New interfaces and features: + add more gcc “nonnull” attributes to ne_request_* functions. + for OpenSSL builds, ne_md5 code uses the OpenSSL implementation + add NE_SESSFLAG_SHAREPOINT session flag which enables workarounds + for RFC non-compliance issues in Sharepoint + ne_uri.h: add ne_path_escapef() in support of above + ne_207.h: add ne_207_set_flags() likewise in support of above + API clarification: + ne_version_match() behaviour now matches actual 0.27+ ABI history + Bug fixes: + fixes for OpenSSL 1.1.1 and TLSv1.3 support + fix crash with GnuTLS in client cert support (Henrik Holst) + fix possible crash in ne_set_request_flag() + fix build with libxml2 2.9.10 and later + fix handling lock timeouts >LONG_MAX (Giuseppe Castagno) +- Upstream has moved to https://notroj.github.io/neon/ + * tarball checksums are no longer provided +- Drop upstreamed patches: + * neon-0.30.2-nulcert.patch + * neon-0.30.2_ssl-fix_timeout_retvals.patch + +------------------------------------------------------------------- Old: ---- neon-0.30.2-nulcert.patch neon-0.30.2.tar.gz neon-0.30.2.tar.gz.asc neon-0.30.2_ssl-fix_timeout_retvals.patch New: ---- neon-0.31.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ neon.spec ++++++ --- /var/tmp/diff_new_pack.5kHPwn/_old 2020-06-08 23:59:41.056261437 +0200 +++ /var/tmp/diff_new_pack.5kHPwn/_new 2020-06-08 23:59:41.060261449 +0200 @@ -1,7 +1,7 @@ # # spec file for package neon # -# Copyright (c) 2019 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 @@ -17,23 +17,19 @@ Name: neon -Version: 0.30.2 +Version: 0.31.1 Release: 0 Summary: An HTTP and WebDAV Client Library License: GPL-2.0-or-later Group: Development/Libraries/Other -Url: http://www.webdav.org/neon -Source0: http://www.webdav.org/neon/neon-%{version}.tar.gz -Source1: http://www.webdav.org/neon/neon-%{version}.tar.gz.asc +URL: https://notroj.github.io/neon/ +Source0: https://notroj.github.io/neon/neon-%{version}.tar.gz Source2: %{name}.keyring Source3: baselibs.conf Source10: replace_manpage_with_links.sh # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches Patch0: %{name}-0.28.4-bloat.patch Patch1: fix_timeout_tests_for_ppc64le.patch -Patch2: neon-0.30.2_ssl-fix_timeout_retvals.patch -# backport from upstream -Patch3: neon-0.30.2-nulcert.patch BuildRequires: krb5-devel BuildRequires: libexpat-devel BuildRequires: libproxy-devel @@ -76,10 +72,6 @@ %ifarch ppc64le ppc64 %patch1 %endif -if pkg-config --atleast-version=1.1.1 openssl; then -%patch2 -p1 -fi -%patch3 -p1 %build rm -f aclocal.m4 ltmain.sh @@ -107,7 +99,7 @@ %postun -n libneon27 -p /sbin/ldconfig %files -n libneon27 -%doc AUTHORS BUGS ChangeLog NEWS README THANKS TODO +%doc AUTHORS BUGS ChangeLog NEWS THANKS TODO %{_libdir}/*.so.27* %license src/COPYING.LIB ++++++ neon-0.30.2.tar.gz -> neon-0.31.1.tar.gz ++++++ ++++ 19296 lines of diff (skipped)
