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 2022-03-15 19:04:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mingw64-zlib (Old)
 and      /work/SRC/openSUSE:Factory/.mingw64-zlib.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mingw64-zlib"

Tue Mar 15 19:04:45 2022 rev:4 rq:961816 version:1.2.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/mingw64-zlib/mingw64-zlib.changes        
2021-10-08 00:07:15.493876167 +0200
+++ /work/SRC/openSUSE:Factory/.mingw64-zlib.new.25692/mingw64-zlib.changes     
2022-03-15 19:05:30.696972184 +0100
@@ -1,0 +2,11 @@
+Thu Mar 10 14:20:58 UTC 2022 - Ralf Habacker <ralf.habac...@freenet.de>
+
+- Remove brackets from build macro calls to use common style
+  
+-------------------------------------------------------------------
+Mon Jan 10 10:36:41 UTC 2022 - Ralf Habacker <ralf.habac...@freenet.de>
+
+- Add runtime package as dependency to development package to fix
+  running cross compiled application (boo#1194430)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mingw64-zlib.spec ++++++
--- /var/tmp/diff_new_pack.edT3Po/_old  2022-03-15 19:05:31.092972453 +0100
+++ /var/tmp/diff_new_pack.edT3Po/_new  2022-03-15 19:05:31.100972458 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mingw64-zlib
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -37,8 +37,8 @@
 BuildRequires:  mingw64-cross-pkg-config
 BuildRequires:  mingw64-filesystem
 BuildRequires:  xz
+%_mingw64_package_header_debug
 BuildArch:      noarch
-%{_mingw64_package_header_debug}
 
 %description
 zlib is a general-purpose lossless data-compression library,
@@ -75,6 +75,7 @@
 %package devel
 Summary:        Zlib compression library (development files)
 Group:          Development/Libraries/C and C++
+Requires:       mingw64-libz = %{version}
 
 %description devel
 zlib is a general-purpose lossless data-compression library,
@@ -96,6 +97,7 @@
 %package -n mingw64-minizip-devel
 Summary:        Development files for the minizip library
 Group:          Development/Libraries/C and C++
+Requires:       mingw64-libminizip1 = %{version}
 
 %description -n mingw64-minizip-devel
 This package contains the libraries and header files needed for
@@ -107,17 +109,17 @@
 %autosetup -p1 -n zlib-%{version}
 
 %build
-%{_mingw64_cmake} . -DINSTALL_PKGCONFIG_DIR=%{_mingw64_libdir}/pkgconfig
-%{_mingw64_make} CFLAGS=-shared LDFLAGS=-no-undefined
+%_mingw64_cmake . -DINSTALL_PKGCONFIG_DIR=%{_mingw64_libdir}/pkgconfig
+%_mingw64_make CFLAGS=-shared LDFLAGS=-no-undefined
 
 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}
+%_mingw64_configure
 
-%{_mingw64_make} CFLAGS=-shared LDFLAGS=-no-undefined
+%_mingw64_make CFLAGS=-shared LDFLAGS=-no-undefined
 
 %install
 %make_install

Reply via email to