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-04-04 21:26:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mingw64-zlib (Old)
 and      /work/SRC/openSUSE:Factory/.mingw64-zlib.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mingw64-zlib"

Tue Apr  4 21:26:08 2023 rev:8 rq:1077076 version:1.2.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/mingw64-zlib/mingw64-zlib.changes        
2023-03-19 00:33:00.816784398 +0100
+++ /work/SRC/openSUSE:Factory/.mingw64-zlib.new.19717/mingw64-zlib.changes     
2023-04-04 21:26:25.891240434 +0200
@@ -1,0 +2,8 @@
+Sun Apr  2 18:35:16 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 mingw64-cross-cmake provided 
+  macros
+- Drop obsolete build dependencies (boo#1201119)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mingw64-zlib.spec ++++++
--- /var/tmp/diff_new_pack.8efjtt/_old  2023-04-04 21:26:26.579244340 +0200
+++ /var/tmp/diff_new_pack.8efjtt/_new  2023-04-04 21:26:26.587244386 +0200
@@ -30,12 +30,10 @@
 Patch2:         0001-cmake-Fix-pkgconfig-support-on-Windows.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  cmake
 BuildRequires:  libtool
 BuildRequires:  mingw64-cross-binutils
+BuildRequires:  mingw64-cross-cmake
 BuildRequires:  mingw64-cross-gcc
-BuildRequires:  mingw64-cross-pkg-config
-BuildRequires:  mingw64-filesystem
 BuildRequires:  xz
 %_mingw64_package_header_debug
 BuildArch:      noarch
@@ -109,10 +107,11 @@
 %autosetup -p1 -n zlib-%{version}
 
 %build
+P=$(pwd)
 %_mingw64_cmake . -DINSTALL_PKGCONFIG_DIR=%{_mingw64_libdir}/pkgconfig
 %_mingw64_cmake_build CFLAGS=-shared LDFLAGS=-no-undefined
 
-cd contrib/minizip
+cd $P/contrib/minizip
 autoreconf -fi
 echo "lt_cv_deplibs_check_method='pass_all'" >>%{_mingw64_cache}
 %_mingw64_configure

Reply via email to