Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package neon for openSUSE:Factory checked in at 2024-05-22 21:29:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/neon (Old) and /work/SRC/openSUSE:Factory/.neon.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "neon" Wed May 22 21:29:30 2024 rev:60 rq:1175702 version:0.33.0 Changes: -------- --- /work/SRC/openSUSE:Factory/neon/neon.changes 2024-02-23 16:41:46.635611219 +0100 +++ /work/SRC/openSUSE:Factory/.neon.new.1880/neon.changes 2024-05-22 21:29:50.516201216 +0200 @@ -1,0 +2,14 @@ +Fri May 17 16:53:16 UTC 2024 - Andreas Stieger <[email protected]> + +- update to 0.33.0: + * Interface clarifications + * added DAV:lockroot support per RFC 4918 + * Improved handling of interim (1xx) responses, headers in + interim responses are now accessible + * TLS name verification updated to match RFC 9110/6125, added + strict handling of IP literals vs DNS names + * bug fixes +- drop fix_timeout_tests_for_ppc64le.patch +- replace replace_manpage_with_links.sh with fdupes + +------------------------------------------------------------------- Old: ---- fix_timeout_tests_for_ppc64le.patch neon-0.32.5.tar.gz replace_manpage_with_links.sh New: ---- neon-0.33.0.tar.gz BETA DEBUG BEGIN: Old: * bug fixes - drop fix_timeout_tests_for_ppc64le.patch - replace replace_manpage_with_links.sh with fdupes BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ neon.spec ++++++ --- /var/tmp/diff_new_pack.VjpFmM/_old 2024-05-22 21:29:51.292229563 +0200 +++ /var/tmp/diff_new_pack.VjpFmM/_new 2024-05-22 21:29:51.296229709 +0200 @@ -2,6 +2,7 @@ # spec file for package neon # # Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 Andreas Stieger <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,8 +17,9 @@ # +%define sover 27 Name: neon -Version: 0.32.5 +Version: 0.33.0 Release: 0 Summary: An HTTP and WebDAV Client Library License: GPL-2.0-or-later @@ -25,40 +27,35 @@ URL: https://notroj.github.io/neon/ Source0: https://notroj.github.io/neon/neon-%{version}.tar.gz 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 -BuildRequires: krb5-devel -BuildRequires: libexpat-devel -BuildRequires: libproxy-devel -BuildRequires: libtool +BuildRequires: fdupes BuildRequires: openssl BuildRequires: pkgconfig BuildRequires: xmlto -BuildRequires: zlib-devel +BuildRequires: pkgconfig(expat) +BuildRequires: pkgconfig(krb5-gssapi) +BuildRequires: pkgconfig(libproxy-1.0) BuildRequires: pkgconfig(openssl) +BuildRequires: pkgconfig(zlib) %description neon is an HTTP and WebDAV client library with a C interface. -%package -n libneon27 +%package -n libneon%{sover} Summary: An HTTP and WebDAV Client Library # Drop the main package. It avoids the lib from being installed in different versions # and generally only contained coders doc anyhow. Group: Development/Libraries/Other Provides: neon = %{version} Obsoletes: neon < %{version} -# -%description -n libneon27 +%description -n libneon%{sover} neon is an HTTP and WebDAV client library with a C interface. %package -n libneon-devel Summary: An HTTP and WebDAV Client Library Group: Development/Libraries/Other -Requires: glibc-devel -Requires: libneon27 = %{version} +Requires: libneon%{sover} = %{version} # renamed after openSUSE 10.3 Provides: neon-devel = %{version} Obsoletes: neon-devel < %{version} @@ -67,15 +64,9 @@ neon is an HTTP and WebDAV client library with a C interface. %prep -%setup -q -%patch -P 0 -%ifarch ppc64le ppc64 -%patch -P 1 -%endif +%autosetup -p1 %build -rm -f aclocal.m4 ltmain.sh -sh autogen.sh %configure \ --with-ssl \ --enable-threadsafe-ssl=posix \ @@ -88,28 +79,30 @@ %make_build %install -make DESTDIR=%{buildroot} docdir=%{_defaultdocdir}/%{name} install install-man install-html %{?_smp_mflags} +%make_install \ + docdir=%{_defaultdocdir}/%{name} \ + %{nil} find %{buildroot} -type f -name "*.la" -delete -print -find %{buildroot}%{_mandir} -type f -exec bash %{SOURCE10} {} \; +%fdupes -s %{buildroot}/%{_mandir} %check export TEST_QUIET=0 %make_build check -%post -n libneon27 -p /sbin/ldconfig -%postun -n libneon27 -p /sbin/ldconfig +%ldconfig_scriptlets -n libneon%{sover} -%files -n libneon27 -%doc AUTHORS BUGS ChangeLog NEWS THANKS TODO -%{_libdir}/*.so.27* +%files -n libneon%{sover} %license src/COPYING.LIB +%doc AUTHORS BUGS NEWS THANKS TODO +%{_libdir}/*.so.%{sover} +%{_libdir}/*.so.%{sover}.* %files -n libneon-devel +%license src/COPYING.LIB %doc %{_defaultdocdir}/%{name} %{_bindir}/neon-config -%dir %{_includedir}/neon -%{_includedir}/neon/*.h -%{_mandir}/*/* +%{_includedir}/neon +%{_mandir}/man*/*%{?ext_man} %{_libdir}/*.so %{_libdir}/pkgconfig/neon.pc ++++++ neon-0.28.4-bloat.patch ++++++ --- /var/tmp/diff_new_pack.VjpFmM/_old 2024-05-22 21:29:51.328230878 +0200 +++ /var/tmp/diff_new_pack.VjpFmM/_new 2024-05-22 21:29:51.332231024 +0200 @@ -1,7 +1,7 @@ -Index: neon-config.in +Index: neon-0.33.0/neon-config.in =================================================================== ---- neon-config.in.orig -+++ neon-config.in +--- neon-0.33.0.orig/neon-config.in ++++ neon-0.33.0/neon-config.in @@ -73,7 +73,7 @@ while test $# -gt 0; do ;; ++++++ neon-0.32.5.tar.gz -> neon-0.33.0.tar.gz ++++++ ++++ 36736 lines of diff (skipped)
