import mingw-headers-11.0.0-1.el9

c9 imports/c9/mingw-headers-11.0.0-1.el9
MSVSphere Packaging Team 1 year ago
parent f97973925e
commit aa9cce4643

2
.gitignore vendored

@ -1 +1 @@
SOURCES/mingw-w64-v10.0.0.tar.bz2
SOURCES/mingw-w64-v11.0.0.tar.bz2

@ -1 +1 @@
56143558d81dae7628a232ca7582b947e65392b1 SOURCES/mingw-w64-v10.0.0.tar.bz2
a6902ac07d4704d76bb3890713bb1c3d46e4dc89 SOURCES/mingw-w64-v11.0.0.tar.bz2

@ -1,7 +1,7 @@
diff -rupN --no-dereference mingw-w64-v10.0.0/mingw-w64-headers/configure mingw-w64-v10.0.0-new/mingw-w64-headers/configure
--- mingw-w64-v10.0.0/mingw-w64-headers/configure 2022-04-03 17:08:58.000000000 +0200
+++ mingw-w64-v10.0.0-new/mingw-w64-headers/configure 2022-04-26 09:09:23.178755423 +0200
@@ -2734,7 +2734,7 @@ printf "%s\n" "$with_widl" >&6; }
diff -rupN --no-dereference mingw-w64-v11.0.0/mingw-w64-headers/configure mingw-w64-v11.0.0-new/mingw-w64-headers/configure
--- mingw-w64-v11.0.0/mingw-w64-headers/configure 2023-04-27 17:12:39.000000000 +0200
+++ mingw-w64-v11.0.0-new/mingw-w64-headers/configure 2023-04-30 16:10:01.122160251 +0200
@@ -2751,7 +2751,7 @@ printf "%s\n" "$with_widl" >&6; }
if test "x$with_widl" = xno
then :
@ -10,9 +10,9 @@ diff -rupN --no-dereference mingw-w64-v10.0.0/mingw-w64-headers/configure mingw-
else $as_nop
if test "x$srcdir" = x.
diff -rupN --no-dereference mingw-w64-v10.0.0/mingw-w64-headers/configure.ac mingw-w64-v10.0.0-new/mingw-w64-headers/configure.ac
--- mingw-w64-v10.0.0/mingw-w64-headers/configure.ac 2022-04-03 17:08:58.000000000 +0200
+++ mingw-w64-v10.0.0-new/mingw-w64-headers/configure.ac 2022-04-26 09:09:23.178755423 +0200
diff -rupN --no-dereference mingw-w64-v11.0.0/mingw-w64-headers/configure.ac mingw-w64-v11.0.0-new/mingw-w64-headers/configure.ac
--- mingw-w64-v11.0.0/mingw-w64-headers/configure.ac 2023-04-27 17:12:39.000000000 +0200
+++ mingw-w64-v11.0.0-new/mingw-w64-headers/configure.ac 2023-04-30 16:10:01.122160251 +0200
@@ -27,7 +27,7 @@ AC_ARG_WITH([widl],
[AS_VAR_SET([with_widl],[no])])
AC_MSG_RESULT([$with_widl])

@ -9,8 +9,8 @@
%global bundle_dummy_pthread_headers 0
Name: mingw-headers
Version: 10.0.0
Release: 4%{?dist}
Version: 11.0.0
Release: 1%{?dist}
Summary: Win32/Win64 header files
License: Public Domain and LGPLv2+ and ZPLv2.1
@ -111,6 +111,12 @@ rm -f %{buildroot}%{ucrt64_includedir}/pthread_unistd.h
%changelog
* Sun Apr 30 2023 Sandro Mani <manisandro@gmail.com> - 11.0.0-1
- Update to 11.0.0
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 10.0.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 10.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

Loading…
Cancel
Save