Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zziplib for openSUSE:Factory checked in at 2021-03-10 08:48:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zziplib (Old) and /work/SRC/openSUSE:Factory/.zziplib.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zziplib" Wed Mar 10 08:48:12 2021 rev:39 rq:875822 version:0.13.72 Changes: -------- --- /work/SRC/openSUSE:Factory/zziplib/zziplib.changes 2020-05-02 22:16:03.396375056 +0200 +++ /work/SRC/openSUSE:Factory/.zziplib.new.2378/zziplib.changes 2021-03-10 08:48:39.834356906 +0100 @@ -1,0 +2,20 @@ +Sun Feb 7 23:10:28 UTC 2021 - Dirk M??ller <[email protected]> + +- update to 0.13.72: + * The testbuilds were fixed to make cmake install and automake install the same + * The cmake install did need patches for man3 installation on Unix + * The cmake install did need patches for dll installation on Windows + * The cmake install did need patches for dylib installation on MacOS + * The cmake install did need patches for pkgconfig generation + * Bump testbuilds to modern distro versions (ubuntu 20.04 centos 7.9 / 8.3) + * Takeover docker_mirror.py for air-gap testings (for testbuilds.py) + * handle UNZZIP-NOTFOUND in cmake and mark Ubuntu 'unzip' to be broken + * merge patches for zzip_pread feature from Max Kellermann + * merge patches for some bugs being found and reported via GitHub issues + * run azure-pipelines with -DZZIP_TESTCVE=OFF to skip CVE *.zip downloads + * use zziptests.py --downloadonly to get the CVE zip files for local storage + * switch to cmake build system +- remove zziplib-0.13.62-wronglinking.patch zziplib-largefile.patch: + obsolete with switch to cmake + +------------------------------------------------------------------- Old: ---- zziplib-0.13.62-wronglinking.patch zziplib-0.13.71.tar.gz zziplib-largefile.patch New: ---- zziplib-0.13.72.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zziplib.spec ++++++ --- /var/tmp/diff_new_pack.EhwFHa/_old 2021-03-10 08:48:40.234357319 +0100 +++ /var/tmp/diff_new_pack.EhwFHa/_new 2021-03-10 08:48:40.234357319 +0100 @@ -1,7 +1,7 @@ # # spec file for package zziplib # -# 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,7 +18,7 @@ %define lname libzzip-0-13 Name: zziplib -Version: 0.13.71 +Version: 0.13.72 Release: 0 Summary: ZIP Compression Library License: LGPL-2.1-or-later @@ -27,14 +27,11 @@ Source0: https://github.com/gdraheim/zziplib/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source2: baselibs.conf Patch0: zziplib-0.13.62.patch -Patch1: zziplib-0.13.62-wronglinking.patch -Patch2: zziplib-largefile.patch Patch8: bsc1154002-prevent-unnecessary-perror.patch -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: libtool +BuildRequires: cmake BuildRequires: pkgconfig BuildRequires: xmlto +BuildRequires: zip BuildRequires: pkgconfig(zlib) %description @@ -64,22 +61,16 @@ %prep %setup -q %patch0 -%patch1 -%patch2 %patch8 -p1 # do not bother with html docs saving us python2 dependency sed -i -e 's:docs ::g' Makefile.am %build -autoreconf -fiv -%configure \ - --with-largefile \ - --enable-frame-pointer \ - --disable-static -make %{?_smp_mflags} +%cmake -DZZIP_TESTCVE=OFF +%cmake_build %install -%make_install +%cmake_install rm -f docs/Make* docs/zziplib-manpages.ar find %{buildroot} -type f -name "*.la" -delete -print @@ -99,5 +90,7 @@ %{_includedir}/* %{_libdir}/pkgconfig/*.pc %{_datadir}/aclocal/*.m4 +%{_mandir}/man3/__zzip_*.3%{?ext_man} +%{_mandir}/man3/zzip_*.3%{?ext_man} %changelog ++++++ zziplib-0.13.71.tar.gz -> zziplib-0.13.72.tar.gz ++++++ ++++ 45331 lines of diff (skipped)
