Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mingw64-zlib for openSUSE:Factory checked in at 2023-03-19 00:32:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mingw64-zlib (Old) and /work/SRC/openSUSE:Factory/.mingw64-zlib.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mingw64-zlib" Sun Mar 19 00:32:08 2023 rev:7 rq:1072799 version:1.2.13 Changes: -------- --- /work/SRC/openSUSE:Factory/mingw64-zlib/mingw64-zlib.changes 2023-03-10 22:07:20.597122492 +0100 +++ /work/SRC/openSUSE:Factory/.mingw64-zlib.new.31432/mingw64-zlib.changes 2023-03-19 00:33:00.816784398 +0100 @@ -1,0 +2,21 @@ +Fri Mar 17 08:59:44 UTC 2023 - Ralf Habacker <ralf.habac...@freenet.de> + +- Fix not finding zconf.h and libz.dll.a with autotools submodule build +- Fix warning that package obsoletes itself + +------------------------------------------------------------------- +Tue Mar 14 22:49:08 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 1.2.13: + * Fix configure issue that discarded provided CC definition + * Correct incorrect inputs provided to the CRC functions + * Repair prototypes and exporting of new CRC functions + * Fix inflateBack to detect invalid input with distances too far + * Have infback() deliver all of the available output up to any error + * Fix a bug when getting a gzip header extra field with inflate() + * Fix bug in block type selection when Z_FIXED used + * Tighten deflateBound bounds + * Remove deleted assembler code references + * Various portability and appearance improvements + +------------------------------------------------------------------- Old: ---- zlib-1.2.12.tar.gz New: ---- zlib-1.2.13.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mingw64-zlib.spec ++++++ --- /var/tmp/diff_new_pack.w2JX0s/_old 2023-03-19 00:33:01.732788743 +0100 +++ /var/tmp/diff_new_pack.w2JX0s/_new 2023-03-19 00:33:01.736788762 +0100 @@ -17,13 +17,13 @@ Name: mingw64-zlib -Version: 1.2.12 +Version: 1.2.13 Release: 0 Summary: Zlib compression library License: Zlib Group: Productivity/Archiving/Compression URL: https://www.zlib.net/ -Source: http://www.zlib.net/zlib-%{version}.tar.gz +Source: https://www.zlib.net/zlib-%{version}.tar.gz Source1000: %{name}-rpmlintrc Patch0: zlib-1.2.5-nostrip.patch Patch1: zlib-1.2.5-tml.patch @@ -88,8 +88,8 @@ %package -n mingw64-libminizip1 Summary: Zip archive library Group: System/Libraries -Obsoletes: mingw64-minizip -Provides: mingw64-minizip +Obsoletes: mingw64-minizip < %{version}-%{release} +Provides: mingw64-minizip = %{version}-%{release} %description -n mingw64-libminizip1 Minizip is a library for manipulation with files from .zip archives. @@ -115,10 +115,10 @@ cd contrib/minizip autoreconf -fi echo "lt_cv_deplibs_check_method='pass_all'" >>%{_mingw64_cache} -MINGW64_CFLAGS="%{_mingw64_cflags} -I%{_builddir}/%{name}-%{version}-%{release}" \ -MINGW64_LDFLAGS="%{_mingw64_ldflags} -L%{_builddir}/%{name}-%{version}-%{release}" \ %_mingw64_configure +cp ../../zconf.h.included zconf.h +ln -s build/libz.dll.a ../.. %_mingw64_make CFLAGS=-shared LDFLAGS=-no-undefined %install ++++++ zlib-1.2.12.tar.gz -> zlib-1.2.13.tar.gz ++++++ ++++ 5072 lines of diff (skipped)