Package Release Info

mingw32-filesystem-20250515-bp160.1.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

mingw32-filesystem

Change Logs

* Tue May 13 2025 Michal Suchanek <msuchanek@suse.de>
- Update to version 20250515
- Avoid spurious requires when using ucrt runtime (boo#1243096).
* Mon May 12 2025 Ralf Habacker <ralf.habacker@freenet.de>
- Update to version 20250512
- Hide the rpmlint warning via an unspecified group, as this has
  been optional since 2020 according to
  https://news.opensuse.org/2020/11/23/news-in-opensuse-packaging/#group-tag
* Tue Apr 22 2025 Ralf Habacker <ralf.habacker@freenet.de>
- Update to version 20250422
- mingw32.macros:
  * Add support for creating debug info packages for native packages
    in addition to those for Windows
- mingw32-install-post.sh:
  * Fix warning: warning: egrep is obsolescent; using grep -E
* Fri Feb 21 2025 Ralf Habacker <ralf.habacker@freenet.de>
- Update to version 20250221
  * Reverse the use of the current directory in %_mingw32_debug_package;
    it prevents the building of many packages
* Thu Feb 20 2025 Ralf Habacker <ralf.habacker@freenet.de>
- Update to version 20250220
- mingw32.macros:
  * Add parameter '-N' to %_mingw32_debug_package
    to be able to specify a full package name, which is required
    by the wine package
  * Add parameter '-C' to %_mingw32_debug_package to be able
    to add a Conflicts tag, which is required
    by the wine package
  * In %_mingw32_debug_package use actual directory to find
    the debuginfo files list to be in sync with the native
    debug package
* Sun Feb 02 2025 Ralf Habacker <ralf.habacker@freenet.de>
- Syntax fix in %_mingw32_debug_package on Leap 15.x
* Sun Feb 02 2025 Ralf Habacker <ralf.habacker@freenet.de>
- Update version to 20250202
- Extend mingw32-find-debuginfo.sh:
  * Merging debug source package into debug info package is now
    provided with option '--merge-debug-source-package'
  * Add option '--no-debug-source-package' to skip building of
    debug source package used by wine package
  * Add option '--src-root-dir' to specify a custom directory
    for installing debug source files
- mingw32.macros: Add parameter '-e' to %_mingw32_debug_package
  to exclude BuildArch: noarch
* Mon Nov 18 2024 Ralf Habacker <ralf.habacker@freenet.de>
- Update version to 20241118
- Speed up the collection of source files for the creation of debug
  packages by using multiple concurrent processes (boo1202431)
* Sat Aug 03 2024 Ralf Habacker <ralf.habacker@freenet.de>
- Update version to 20240803
- Do not block adding native debug package when using
  mingw32-cross-filesystem (boo#1228778)
* Wed Jul 31 2024 Ralf Habacker <ralf.habacker@freenet.de>
- Update version to 20240801
- Add missing man language ca@valencia required by KDE Frameworks 5.103
Version: 20191217-bp153.1.14
* Sun Apr 19 2020 Bernhard Wiedemann <bwiedemann@suse.com>
- Process debuginfo in a reproducible way (boo#1041090)
Version: 20191217-bp152.1.9
* Wed Dec 18 2019 Martin Koegler <martin.koegler@chello.at>
- Revert -lssp
* Tue Dec 17 2019 Ralf Habacker <ralf.habacker@freenet.de>
- Add -lssp to the link flags, otherwise building of some packages
  (like mingw32-cairo) will be aborted with the error 'undefined
  reference to `__memcpy_chk`'. This library seems not be added by
  gcc 9.2 automatically.
* Mon Nov 25 2019 Ralf Habacker <ralf.habacker@freenet.de>
- add macro _mingw32_ldflags_bootstrap for bootstrap packages
* Sun Nov 24 2019 Ralf Habacker <ralf.habacker@freenet.de>
- fix compile errors: undefined reference to `__memcpy_chk`
* Fri Nov 22 2019 Ludwig Nussel <lnussel@suse.de>
- disable default debug package only if the mingw debug macro is used
* Wed Nov 20 2019 Ludwig Nussel <lnussel@suse.de>
- inital package for Factory submission