Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mingw32-filesystem for 
openSUSE:Factory checked in at 2022-07-08 14:01:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mingw32-filesystem (Old)
 and      /work/SRC/openSUSE:Factory/.mingw32-filesystem.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mingw32-filesystem"

Fri Jul  8 14:01:42 2022 rev:14 rq:987331 version:20220620

Changes:
--------
--- /work/SRC/openSUSE:Factory/mingw32-filesystem/mingw32-filesystem.changes    
2022-05-24 20:32:17.706969108 +0200
+++ 
/work/SRC/openSUSE:Factory/.mingw32-filesystem.new.1523/mingw32-filesystem.changes
  2022-07-08 14:01:46.310437694 +0200
@@ -1,0 +2,9 @@
+Sun Jun  5 05:03:17 UTC 2022 - Ralf Habacker <ralf.habac...@freenet.de>
+
+- Update to 20220620
+- Add more provides required by libqt5 related packages
+- Add optional support for excluding runtime DLL dependencies to avoid
+  rebuilding the whole project, see macro %_mingw32_find_requires_exclude
+  in macros.mingw32 for details
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mingw32-filesystem.spec ++++++
--- /var/tmp/diff_new_pack.RCJSfc/_old  2022-07-08 14:01:46.966438396 +0200
+++ /var/tmp/diff_new_pack.RCJSfc/_new  2022-07-08 14:01:46.970438401 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mingw32-filesystem
 #
-# 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
@@ -31,7 +31,7 @@
 %define _rpmmacrodir %{_sysconfdir}/rpm
 %endif
 Name:           mingw32-filesystem
-Version:        20220524
+Version:        20220620
 Release:        0
 Summary:        MinGW base filesystem and environment
 License:        GPL-2.0-or-later
@@ -64,8 +64,12 @@
 # needed by mingw32-libqt5-qtbase
 Provides:       mingw32(d2d1.dll)
 Provides:       mingw32(d3d11.dll)
+Provides:       mingw32(d3d12.dll)
+Provides:       mingw32(dcomp.dll)
 Provides:       mingw32(dwrite.dll)
+Provides:       mingw32(dxgi.dll)
 Provides:       mingw32(ncrypt.dll)
+Provides:       mingw32(wtsapi32.dll)
 Requires:       mingw32-cross-breakpad-tools
 Requires:       python3
 Requires:       rpm

++++++ macros.mingw32 ++++++
--- /var/tmp/diff_new_pack.RCJSfc/_old  2022-07-08 14:01:47.062438499 +0200
+++ /var/tmp/diff_new_pack.RCJSfc/_new  2022-07-08 14:01:47.062438499 +0200
@@ -71,8 +71,16 @@
 #   %global _mingw32_find_requires_scan_implibs 1
 # to the related spec file
 #
+# To exclude project wide shared library requirements add this to project 
config 
+#   Macros:
+#   %_mingw32_find_requires_exclude "d3d12 ..."
+#   :Macros
+# for a single package add 
+#   %global _mingw32_find_requires_exclude "d3d12 ..."
+# to the related spec file
+# 
 %_mingw32_findprovides    /usr/lib/rpm/mingw32-find-provides.sh
-%_mingw32_findrequires    /usr/lib/rpm/mingw32-find-requires.sh 
%{?_mingw32_find_requires_scan_implibs:--scan-implibs}
+%_mingw32_findrequires    /usr/lib/rpm/mingw32-find-requires.sh 
%{?_mingw32_find_requires_exclude:--exclude "%_mingw32_find_requires_exclude"} 
%{?_mingw32_find_requires_scan_implibs:--scan-implibs}
 %_mingw32_install_post    /usr/lib/rpm/mingw32-install-post.sh
 %_mingw32_find_lang       /usr/lib/rpm/mingw32-find-lang.sh %{buildroot}
 

++++++ mingw32-find-requires.sh ++++++
--- /var/tmp/diff_new_pack.RCJSfc/_old  2022-07-08 14:01:47.142438585 +0200
+++ /var/tmp/diff_new_pack.RCJSfc/_new  2022-07-08 14:01:47.146438589 +0200
@@ -11,6 +11,13 @@
   shift
 fi
 
+libs_to_exclude=
+if [ "$1" = "--exclude" ]; then
+  shift
+  libs_to_exclude="$1"
+  shift
+fi
+
 if [ -n "$1" ]; then
    package_name="$1"
 fi
@@ -21,7 +28,7 @@
 
 filelist=`sed "s/['\"]/\\\&/g"`
 
-libs_to_exclude="
+libs_to_exclude+="
     advapi32
     cfgmgr32
     comctl32

Reply via email to