From 14dd974f507880ea5bc4f9d2e1aa4d32d5fa94d09ab1872cc8362dad6c5a6a6d Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 7 Oct 2024 07:02:53 +0000 Subject: [PATCH] [info=8f884be2a9f0580168481d78abdac282df07e1d602a2a2f8c3264e31081ec27a] OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win32/mingw32-headers?expand=0&rev=58 --- _scmsync.obsinfo | 4 ++-- build.specials.obscpio | 2 +- mingw32-headers.changes | 8 ++++++++ mingw32-headers.spec | 3 ++- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index 62e759d..16175d4 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1727532108 -commit: 7a86c7df9ba798ffe9cafcff8fb10c5b135102d75aea6cb210beca2ddd1febc8 +mtime: 1728284531 +commit: 8f884be2a9f0580168481d78abdac282df07e1d602a2a2f8c3264e31081ec27a url: https://src.opensuse.org/mingw/mingw32-headers revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio index 581bf86..b9922e0 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4a901398cd3c49cc3e9bbf8ae984f15ca463d22c7c32bb365b45784be42f6088 +oid sha256:9e03c3b7ed40df06fbcb0ab3360b7efe12473ccec1625f58c9efbb319349714c size 256 diff --git a/mingw32-headers.changes b/mingw32-headers.changes index 6d61934..e7228f6 100644 --- a/mingw32-headers.changes +++ b/mingw32-headers.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Oct 6 22:13:26 UTC 2024 - Ralf Habacker + +- Fixes build errors in other packages due to undefined + references of "_imp____sys_nerr" and others caused by + this package not being synchronized with the mingw32-runtime + package (--with-default-msvcrt=msvcrt must be used). + ------------------------------------------------------------------- Wed Aug 28 10:45:16 UTC 2024 - Jan Engelhardt diff --git a/mingw32-headers.spec b/mingw32-headers.spec index 0f95d3f..e8a2fa5 100644 --- a/mingw32-headers.spec +++ b/mingw32-headers.spec @@ -56,7 +56,8 @@ an actual pthread implementation (like winpthreads) is installed. %build %_mingw32_configure \ --enable-sdk=all \ - --enable-secure-api + --enable-secure-api \ + --with-default-msvcrt=msvcrt %make_build %install