Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mingw64-filesystem for 
openSUSE:Factory checked in at 2022-07-15 13:52:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mingw64-filesystem (Old)
 and      /work/SRC/openSUSE:Factory/.mingw64-filesystem.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mingw64-filesystem"

Fri Jul 15 13:52:50 2022 rev:15 rq:989339 version:20220620

Changes:
--------
--- /work/SRC/openSUSE:Factory/mingw64-filesystem/mingw64-filesystem.changes    
2022-05-24 20:32:18.978970243 +0200
+++ 
/work/SRC/openSUSE:Factory/.mingw64-filesystem.new.1523/mingw64-filesystem.changes
  2022-07-15 13:53:05.939575459 +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 %_mingw64_find_requires_exclude
+  in macros.mingw64 for details
+  
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mingw64-filesystem.spec ++++++
--- /var/tmp/diff_new_pack.QnAwb4/_old  2022-07-15 13:53:06.563575660 +0200
+++ /var/tmp/diff_new_pack.QnAwb4/_new  2022-07-15 13:53:06.567575661 +0200
@@ -31,7 +31,7 @@
 %define _rpmmacrodir %{_sysconfdir}/rpm
 %endif
 Name:           mingw64-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 mingw64-libqt5-qtbase
 Provides:       mingw64(d2d1.dll)
 Provides:       mingw64(d3d11.dll)
+Provides:       mingw64(d3d12.dll)
+Provides:       mingw64(dcomp.dll)
 Provides:       mingw64(dwrite.dll)
+Provides:       mingw64(dxgi.dll)
 Provides:       mingw64(ncrypt.dll)
+Provides:       mingw64(wtsapi32.dll)
 Requires:       mingw64-cross-breakpad-tools
 Requires:       python3
 Requires:       rpm

++++++ macros.mingw64 ++++++
--- /var/tmp/diff_new_pack.QnAwb4/_old  2022-07-15 13:53:06.683575699 +0200
+++ /var/tmp/diff_new_pack.QnAwb4/_new  2022-07-15 13:53:06.695575703 +0200
@@ -71,8 +71,16 @@
 #   %global _mingw64_find_requires_scan_implibs 1
 # to the related spec file
 #
+# To exclude project wide shared library requirements add this to project 
config 
+#   Macros:
+#   %_mingw64_find_requires_exclude "d3d12 ..."
+#   :Macros
+# for a single package add 
+#   %global _mingw64_find_requires_exclude "d3d12 ..."
+# to the related spec file
+# 
 %_mingw64_findprovides    /usr/lib/rpm/mingw64-find-provides.sh
-%_mingw64_findrequires    /usr/lib/rpm/mingw64-find-requires.sh 
%{?_mingw64_find_requires_scan_implibs:--scan-implibs}
+%_mingw64_findrequires    /usr/lib/rpm/mingw64-find-requires.sh 
%{?_mingw64_find_requires_exclude:--exclude "%_mingw64_find_requires_exclude"} 
%{?_mingw64_find_requires_scan_implibs:--scan-implibs}
 %_mingw64_install_post    /usr/lib/rpm/mingw64-install-post.sh
 %_mingw64_find_lang       /usr/lib/rpm/mingw64-find-lang.sh %{buildroot}
 

++++++ mingw64-find-requires.sh ++++++
--- /var/tmp/diff_new_pack.QnAwb4/_old  2022-07-15 13:53:06.811575740 +0200
+++ /var/tmp/diff_new_pack.QnAwb4/_new  2022-07-15 13:53:06.811575740 +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