Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mingw32-zlib for openSUSE:Factory checked in at 2023-03-30 22:50:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mingw32-zlib (Old) and /work/SRC/openSUSE:Factory/.mingw32-zlib.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mingw32-zlib" Thu Mar 30 22:50:59 2023 rev:7 rq:1074856 version:1.2.13 Changes: -------- --- /work/SRC/openSUSE:Factory/mingw32-zlib/mingw32-zlib.changes 2023-03-19 00:32:57.912770622 +0100 +++ /work/SRC/openSUSE:Factory/.mingw32-zlib.new.31432/mingw32-zlib.changes 2023-03-30 22:51:04.568513501 +0200 @@ -1,0 +2,13 @@ +Tue Mar 28 04:50:54 UTC 2023 - Ralf Habacker <ralf.habac...@freenet.de> + +- Use absolute path to change into minizp source dir to be independent + from the current path used by mingw32-cross-cmake provided + macros +- Drop obsolete build dependencies (boo#1201119) + +------------------------------------------------------------------- +Tue Mar 28 04:48:52 UTC 2023 - Ralf Habacker <ralf.habac...@freenet.de> + +- Use mingw32-cross-cmake package (boo#1209611) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mingw32-zlib.spec ++++++ --- /var/tmp/diff_new_pack.VlMxYm/_old 2023-03-30 22:51:06.152521978 +0200 +++ /var/tmp/diff_new_pack.VlMxYm/_new 2023-03-30 22:51:06.160522020 +0200 @@ -30,12 +30,11 @@ Patch2: 0001-cmake-Fix-pkgconfig-support-on-Windows.patch BuildRequires: autoconf BuildRequires: automake -BuildRequires: cmake +BuildRequires: mingw32-cross-cmake BuildRequires: libtool BuildRequires: mingw32-cross-binutils +BuildRequires: mingw32-cross-cmake BuildRequires: mingw32-cross-gcc -BuildRequires: mingw32-cross-pkg-config -BuildRequires: mingw32-filesystem BuildRequires: xz %_mingw32_package_header_debug BuildArch: noarch @@ -109,10 +108,11 @@ %autosetup -p1 -n zlib-%{version} %build +P=$(pwd) %_mingw32_cmake . -DINSTALL_PKGCONFIG_DIR=%{_mingw32_libdir}/pkgconfig %_mingw32_cmake_build CFLAGS=-shared LDFLAGS=-no-undefined -cd contrib/minizip +cd $P/contrib/minizip autoreconf -fi echo "lt_cv_deplibs_check_method='pass_all'" >>%{_mingw32_cache} %{_mingw32_configure}