Skip to content

Commit 0a73f75

Browse files
author
Git for Windows Build Agent
committed
Update 12 packages
mingw-w64-i686-crt-git (12.0.0.r480.gea22a99cb-1 -> 12.0.0.r487.g9e8f2a7b5-1) mingw-w64-i686-headers-git (12.0.0.r480.gea22a99cb-1 -> 12.0.0.r487.g9e8f2a7b5-1) mingw-w64-i686-libmangle-git (12.0.0.r480.gea22a99cb-1 -> 12.0.0.r487.g9e8f2a7b5-1) mingw-w64-i686-libwinpthread-git (12.0.0.r480.gea22a99cb-1 -> 12.0.0.r487.g9e8f2a7b5-1) mingw-w64-i686-tools-git (12.0.0.r480.gea22a99cb-1 -> 12.0.0.r487.g9e8f2a7b5-1) mingw-w64-i686-winpthreads-git (12.0.0.r480.gea22a99cb-1 -> 12.0.0.r487.g9e8f2a7b5-1) mingw-w64-x86_64-crt-git (12.0.0.r480.gea22a99cb-1 -> 12.0.0.r487.g9e8f2a7b5-1) mingw-w64-x86_64-headers-git (12.0.0.r480.gea22a99cb-1 -> 12.0.0.r487.g9e8f2a7b5-1) mingw-w64-x86_64-libmangle-git (12.0.0.r480.gea22a99cb-1 -> 12.0.0.r487.g9e8f2a7b5-1) mingw-w64-x86_64-libwinpthread-git (12.0.0.r480.gea22a99cb-1 -> 12.0.0.r487.g9e8f2a7b5-1) mingw-w64-x86_64-tools-git (12.0.0.r480.gea22a99cb-1 -> 12.0.0.r487.g9e8f2a7b5-1) mingw-w64-x86_64-winpthreads-git (12.0.0.r480.gea22a99cb-1 -> 12.0.0.r487.g9e8f2a7b5-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 9d8ce7e commit 0a73f75

File tree

125 files changed

+149
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+149
-65
lines changed

mingw32/bin/gendef.exe

-512 Bytes
Binary file not shown.

mingw32/bin/genidl.exe

-512 Bytes
Binary file not shown.

mingw32/bin/genpeimg.exe

-512 Bytes
Binary file not shown.

mingw32/bin/libwinpthread-1.dll

0 Bytes
Binary file not shown.

mingw32/bin/widl.exe

-512 Bytes
Binary file not shown.

mingw32/include/_mingw_mac.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#ifndef _INC_CRTDEFS_MACRO
88
#define _INC_CRTDEFS_MACRO
99

10-
#define __PASTE(x, y) x ## y
11-
#define __MINGW64_PASTE(x, y) __PASTE(x, y)
10+
#define __MINGW64_PASTE2(x, y) x ## y
11+
#define __MINGW64_PASTE(x, y) __MINGW64_PASTE2(x, y)
1212

1313
#define __STRINGIFY(x) #x
1414
#define __MINGW64_STRINGIFY(x) \

mingw32/include/dxvahd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ typedef struct _DXVAHDSW_CALLBACKS {
415415
PDXVAHDSW_DestroyVideoProcessor DestroyVideoProcessor;
416416
} DXVAHDSW_CALLBACKS;
417417

418-
HRESULT DXVAHD_CreateDevice(IDirect3DDevice9Ex *pD3DDevice,const DXVAHD_CONTENT_DESC *pContentDesc,DXVAHD_DEVICE_USAGE Usage,PDXVAHDSW_Plugin pPlugin,IDXVAHD_Device **ppDevice);
418+
HRESULT WINAPI DXVAHD_CreateDevice(IDirect3DDevice9Ex *pD3DDevice,const DXVAHD_CONTENT_DESC *pContentDesc,DXVAHD_DEVICE_USAGE Usage,PDXVAHDSW_Plugin pPlugin,IDXVAHD_Device **ppDevice);
419419

420420
/*****************************************************************************
421421
* IDXVAHD_Device interface

mingw32/include/dxvahd.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ cpp_quote(" PDXVAHDSW_VideoProcessBltHD VideoProcessBltHD;")
398398
cpp_quote(" PDXVAHDSW_DestroyVideoProcessor DestroyVideoProcessor;")
399399
cpp_quote("} DXVAHDSW_CALLBACKS;")
400400
cpp_quote("")
401-
cpp_quote("HRESULT DXVAHD_CreateDevice(IDirect3DDevice9Ex *pD3DDevice,const DXVAHD_CONTENT_DESC *pContentDesc,DXVAHD_DEVICE_USAGE Usage,PDXVAHDSW_Plugin pPlugin,IDXVAHD_Device **ppDevice);")
401+
cpp_quote("HRESULT WINAPI DXVAHD_CreateDevice(IDirect3DDevice9Ex *pD3DDevice,const DXVAHD_CONTENT_DESC *pContentDesc,DXVAHD_DEVICE_USAGE Usage,PDXVAHDSW_Plugin pPlugin,IDXVAHD_Device **ppDevice);")
402402
cpp_quote("")
403403
[
404404
object,

mingw32/include/mapi.h

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ extern "C" {
3535
LPVOID lpFileType;
3636
} MapiFileDesc,*lpMapiFileDesc;
3737

38+
typedef struct {
39+
ULONG ulReserved;
40+
ULONG flFlags;
41+
ULONG nPosition;
42+
PWSTR lpszPathName;
43+
PWSTR lpszFileName;
44+
PVOID lpFileType;
45+
} MapiFileDescW, *lpMapiFileDescW;
46+
3847
#define MAPI_OLE 0x00000001
3948
#define MAPI_OLE_STATIC 0x00000002
4049

@@ -55,6 +64,15 @@ extern "C" {
5564
LPVOID lpEntryID;
5665
} MapiRecipDesc,*lpMapiRecipDesc;
5766

67+
typedef struct {
68+
ULONG ulReserved;
69+
ULONG ulRecipClass;
70+
PWSTR lpszName;
71+
PWSTR lpszAddress;
72+
ULONG ulEIDSize;
73+
PVOID lpEntryID;
74+
} MapiRecipDescW, *lpMapiRecipDescW;
75+
5876
#ifndef MAPI_ORIG
5977
#define MAPI_ORIG 0
6078
#define MAPI_TO 1
@@ -77,6 +95,21 @@ extern "C" {
7795
lpMapiFileDesc lpFiles;
7896
} MapiMessage,*lpMapiMessage;
7997

98+
typedef struct {
99+
ULONG ulReserved;
100+
PWSTR lpszSubject;
101+
PWSTR lpszNoteText;
102+
PWSTR lpszMessageType;
103+
PWSTR lpszDateReceived;
104+
PWSTR lpszConversationID;
105+
FLAGS flFlags;
106+
lpMapiRecipDescW lpOriginator;
107+
ULONG nRecipCount;
108+
lpMapiRecipDescW lpRecips;
109+
ULONG nFileCount;
110+
lpMapiFileDescW lpFiles;
111+
} MapiMessageW, *lpMapiMessageW;
112+
80113
#define MAPI_UNREAD 0x00000001
81114
#define MAPI_RECEIPT_REQUESTED 0x00000002
82115
#define MAPI_SENT 0x00000004
@@ -93,6 +126,9 @@ extern "C" {
93126
#define MAPI_DIALOG 0x00000008
94127
#endif
95128

129+
#define MAPI_DIALOG_MODELESS (0x00000004 | MAPI_DIALOG)
130+
#define MAPI_FORCE_UNICODE 0x00040000
131+
96132
#define MAPI_UNREAD_ONLY 0x00000020
97133
#define MAPI_GUARANTEE_FIFO 0x00000100
98134
#define MAPI_LONG_MSGID 0x00004000
@@ -116,6 +152,10 @@ extern "C" {
116152
typedef MAPISENDMAIL *LPMAPISENDMAIL;
117153
MAPISENDMAIL MAPISendMail;
118154

155+
typedef ULONG (WINAPI MAPISENDMAILW)(LHANDLE lhSession,ULONG_PTR ulUIParam,lpMapiMessageW lpMessage,FLAGS flFlags,ULONG ulReserved);
156+
typedef MAPISENDMAILW *LPMAPISENDMAILW;
157+
MAPISENDMAILW MAPISendMailW;
158+
119159
typedef ULONG (WINAPI MAPISENDDOCUMENTS)(ULONG_PTR ulUIParam,LPSTR lpszDelimChar,LPSTR lpszFilePaths,LPSTR lpszFileNames,ULONG ulReserved);
120160
typedef MAPISENDDOCUMENTS *LPMAPISENDDOCUMENTS;
121161
MAPISENDDOCUMENTS MAPISendDocuments;
@@ -183,6 +223,8 @@ extern "C" {
183223
#define MAPI_E_INVALID_EDITFIELDS 24
184224
#define MAPI_E_INVALID_RECIPS 25
185225
#define MAPI_E_NOT_SUPPORTED 26
226+
#define MAPI_E_UNICODE_NOT_SUPPORTED 27
227+
#define MAPI_E_ATTACHMENT_TOO_LARGE 28
186228

187229
#ifdef MAPIX_H
188230
STDMETHODIMP_(SCODE) ScMAPIXFromSMAPI(LHANDLE lhSimpleSession,ULONG ulFlags,LPCIID lpInterface,LPMAPISESSION*lppMAPISession);

mingw32/lib/libcrtdll.a

-44 Bytes
Binary file not shown.

mingw32/lib/libdxva2.a

786 Bytes
Binary file not shown.

mingw32/lib/libgmon.a

0 Bytes
Binary file not shown.

mingw32/lib/libmingwex.a

-40 Bytes
Binary file not shown.

mingw32/lib/libmsvcr100.a

-44 Bytes
Binary file not shown.

mingw32/lib/libmsvcr100d.a

-44 Bytes
Binary file not shown.

mingw32/lib/libmsvcr110.a

-44 Bytes
Binary file not shown.

mingw32/lib/libmsvcr110d.a

-44 Bytes
Binary file not shown.

mingw32/lib/libmsvcr120.a

-44 Bytes
Binary file not shown.

mingw32/lib/libmsvcr120_app.a

-44 Bytes
Binary file not shown.

mingw32/lib/libmsvcr120d.a

-44 Bytes
Binary file not shown.

mingw32/lib/libmsvcr40d.a

-44 Bytes
Binary file not shown.

mingw32/lib/libmsvcr70.a

-44 Bytes
Binary file not shown.

mingw32/lib/libmsvcr70d.a

-44 Bytes
Binary file not shown.

mingw32/lib/libmsvcr71.a

-44 Bytes
Binary file not shown.

mingw32/lib/libmsvcr71d.a

-44 Bytes
Binary file not shown.

mingw32/lib/libmsvcr80.a

-44 Bytes
Binary file not shown.

mingw32/lib/libmsvcr80d.a

-44 Bytes
Binary file not shown.

mingw32/lib/libmsvcr90.a

-44 Bytes
Binary file not shown.

mingw32/lib/libmsvcr90d.a

-44 Bytes
Binary file not shown.

mingw32/lib/libmsvcrt-os.a

-44 Bytes
Binary file not shown.

mingw32/lib/libmsvcrt.a

-44 Bytes
Binary file not shown.

mingw32/lib/libmsvcrt10.a

-44 Bytes
Binary file not shown.

mingw32/lib/libmsvcrt20.a

-44 Bytes
Binary file not shown.

mingw32/lib/libmsvcrt40.a

-44 Bytes
Binary file not shown.

mingw32/lib/libmsvcrtd.a

-44 Bytes
Binary file not shown.

mingw32/lib/libucrt.a

-8 Bytes
Binary file not shown.

mingw32/lib/libucrtapp.a

-12 Bytes
Binary file not shown.

mingw32/lib/libucrtbase.a

-8 Bytes
Binary file not shown.

mingw32/lib/libucrtbased.a

-8 Bytes
Binary file not shown.

mingw64/bin/gendef.exe

-512 Bytes
Binary file not shown.

mingw64/bin/genidl.exe

-512 Bytes
Binary file not shown.

mingw64/bin/genpeimg.exe

-512 Bytes
Binary file not shown.

mingw64/bin/libwinpthread-1.dll

0 Bytes
Binary file not shown.

mingw64/bin/widl.exe

0 Bytes
Binary file not shown.

mingw64/include/_mingw_mac.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#ifndef _INC_CRTDEFS_MACRO
88
#define _INC_CRTDEFS_MACRO
99

10-
#define __PASTE(x, y) x ## y
11-
#define __MINGW64_PASTE(x, y) __PASTE(x, y)
10+
#define __MINGW64_PASTE2(x, y) x ## y
11+
#define __MINGW64_PASTE(x, y) __MINGW64_PASTE2(x, y)
1212

1313
#define __STRINGIFY(x) #x
1414
#define __MINGW64_STRINGIFY(x) \

mingw64/include/dxvahd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ typedef struct _DXVAHDSW_CALLBACKS {
415415
PDXVAHDSW_DestroyVideoProcessor DestroyVideoProcessor;
416416
} DXVAHDSW_CALLBACKS;
417417

418-
HRESULT DXVAHD_CreateDevice(IDirect3DDevice9Ex *pD3DDevice,const DXVAHD_CONTENT_DESC *pContentDesc,DXVAHD_DEVICE_USAGE Usage,PDXVAHDSW_Plugin pPlugin,IDXVAHD_Device **ppDevice);
418+
HRESULT WINAPI DXVAHD_CreateDevice(IDirect3DDevice9Ex *pD3DDevice,const DXVAHD_CONTENT_DESC *pContentDesc,DXVAHD_DEVICE_USAGE Usage,PDXVAHDSW_Plugin pPlugin,IDXVAHD_Device **ppDevice);
419419

420420
/*****************************************************************************
421421
* IDXVAHD_Device interface

mingw64/include/dxvahd.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ cpp_quote(" PDXVAHDSW_VideoProcessBltHD VideoProcessBltHD;")
398398
cpp_quote(" PDXVAHDSW_DestroyVideoProcessor DestroyVideoProcessor;")
399399
cpp_quote("} DXVAHDSW_CALLBACKS;")
400400
cpp_quote("")
401-
cpp_quote("HRESULT DXVAHD_CreateDevice(IDirect3DDevice9Ex *pD3DDevice,const DXVAHD_CONTENT_DESC *pContentDesc,DXVAHD_DEVICE_USAGE Usage,PDXVAHDSW_Plugin pPlugin,IDXVAHD_Device **ppDevice);")
401+
cpp_quote("HRESULT WINAPI DXVAHD_CreateDevice(IDirect3DDevice9Ex *pD3DDevice,const DXVAHD_CONTENT_DESC *pContentDesc,DXVAHD_DEVICE_USAGE Usage,PDXVAHDSW_Plugin pPlugin,IDXVAHD_Device **ppDevice);")
402402
cpp_quote("")
403403
[
404404
object,

mingw64/include/mapi.h

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ extern "C" {
3535
LPVOID lpFileType;
3636
} MapiFileDesc,*lpMapiFileDesc;
3737

38+
typedef struct {
39+
ULONG ulReserved;
40+
ULONG flFlags;
41+
ULONG nPosition;
42+
PWSTR lpszPathName;
43+
PWSTR lpszFileName;
44+
PVOID lpFileType;
45+
} MapiFileDescW, *lpMapiFileDescW;
46+
3847
#define MAPI_OLE 0x00000001
3948
#define MAPI_OLE_STATIC 0x00000002
4049

@@ -55,6 +64,15 @@ extern "C" {
5564
LPVOID lpEntryID;
5665
} MapiRecipDesc,*lpMapiRecipDesc;
5766

67+
typedef struct {
68+
ULONG ulReserved;
69+
ULONG ulRecipClass;
70+
PWSTR lpszName;
71+
PWSTR lpszAddress;
72+
ULONG ulEIDSize;
73+
PVOID lpEntryID;
74+
} MapiRecipDescW, *lpMapiRecipDescW;
75+
5876
#ifndef MAPI_ORIG
5977
#define MAPI_ORIG 0
6078
#define MAPI_TO 1
@@ -77,6 +95,21 @@ extern "C" {
7795
lpMapiFileDesc lpFiles;
7896
} MapiMessage,*lpMapiMessage;
7997

98+
typedef struct {
99+
ULONG ulReserved;
100+
PWSTR lpszSubject;
101+
PWSTR lpszNoteText;
102+
PWSTR lpszMessageType;
103+
PWSTR lpszDateReceived;
104+
PWSTR lpszConversationID;
105+
FLAGS flFlags;
106+
lpMapiRecipDescW lpOriginator;
107+
ULONG nRecipCount;
108+
lpMapiRecipDescW lpRecips;
109+
ULONG nFileCount;
110+
lpMapiFileDescW lpFiles;
111+
} MapiMessageW, *lpMapiMessageW;
112+
80113
#define MAPI_UNREAD 0x00000001
81114
#define MAPI_RECEIPT_REQUESTED 0x00000002
82115
#define MAPI_SENT 0x00000004
@@ -93,6 +126,9 @@ extern "C" {
93126
#define MAPI_DIALOG 0x00000008
94127
#endif
95128

129+
#define MAPI_DIALOG_MODELESS (0x00000004 | MAPI_DIALOG)
130+
#define MAPI_FORCE_UNICODE 0x00040000
131+
96132
#define MAPI_UNREAD_ONLY 0x00000020
97133
#define MAPI_GUARANTEE_FIFO 0x00000100
98134
#define MAPI_LONG_MSGID 0x00004000
@@ -116,6 +152,10 @@ extern "C" {
116152
typedef MAPISENDMAIL *LPMAPISENDMAIL;
117153
MAPISENDMAIL MAPISendMail;
118154

155+
typedef ULONG (WINAPI MAPISENDMAILW)(LHANDLE lhSession,ULONG_PTR ulUIParam,lpMapiMessageW lpMessage,FLAGS flFlags,ULONG ulReserved);
156+
typedef MAPISENDMAILW *LPMAPISENDMAILW;
157+
MAPISENDMAILW MAPISendMailW;
158+
119159
typedef ULONG (WINAPI MAPISENDDOCUMENTS)(ULONG_PTR ulUIParam,LPSTR lpszDelimChar,LPSTR lpszFilePaths,LPSTR lpszFileNames,ULONG ulReserved);
120160
typedef MAPISENDDOCUMENTS *LPMAPISENDDOCUMENTS;
121161
MAPISENDDOCUMENTS MAPISendDocuments;
@@ -183,6 +223,8 @@ extern "C" {
183223
#define MAPI_E_INVALID_EDITFIELDS 24
184224
#define MAPI_E_INVALID_RECIPS 25
185225
#define MAPI_E_NOT_SUPPORTED 26
226+
#define MAPI_E_UNICODE_NOT_SUPPORTED 27
227+
#define MAPI_E_ATTACHMENT_TOO_LARGE 28
186228

187229
#ifdef MAPIX_H
188230
STDMETHODIMP_(SCODE) ScMAPIXFromSMAPI(LHANDLE lhSimpleSession,ULONG ulFlags,LPCIID lpInterface,LPMAPISESSION*lppMAPISession);

mingw64/lib/libgmon.a

-4 Bytes
Binary file not shown.

mingw64/lib/libmingwex.a

-56 Bytes
Binary file not shown.

mingw64/lib/libmsvcr100.a

-48 Bytes
Binary file not shown.

mingw64/lib/libmsvcr100d.a

-48 Bytes
Binary file not shown.

mingw64/lib/libmsvcr110.a

-48 Bytes
Binary file not shown.

mingw64/lib/libmsvcr110d.a

-48 Bytes
Binary file not shown.

mingw64/lib/libmsvcr120.a

-48 Bytes
Binary file not shown.

mingw64/lib/libmsvcr120_app.a

-48 Bytes
Binary file not shown.

mingw64/lib/libmsvcr120d.a

-48 Bytes
Binary file not shown.

mingw64/lib/libmsvcr80.a

-48 Bytes
Binary file not shown.

mingw64/lib/libmsvcr80d.a

-48 Bytes
Binary file not shown.

mingw64/lib/libmsvcr90.a

-48 Bytes
Binary file not shown.

mingw64/lib/libmsvcr90d.a

-48 Bytes
Binary file not shown.

mingw64/lib/libmsvcrt-os.a

-48 Bytes
Binary file not shown.

mingw64/lib/libmsvcrt.a

-48 Bytes
Binary file not shown.

mingw64/lib/libucrtapp.a

-4 Bytes
Binary file not shown.
Binary file not shown.

var/lib/pacman/local/mingw-w64-i686-crt-git-12.0.0.r480.gea22a99cb-1/desc renamed to var/lib/pacman/local/mingw-w64-i686-crt-git-12.0.0.r487.g9e8f2a7b5-1/desc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mingw-w64-i686-crt-git
33

44
%VERSION%
5-
12.0.0.r480.gea22a99cb-1
5+
12.0.0.r487.g9e8f2a7b5-1
66

77
%BASE%
88
mingw-w64-crt-git
@@ -17,16 +17,16 @@ https://www.mingw-w64.org/
1717
any
1818

1919
%BUILDDATE%
20-
1738224535
20+
1738951940
2121

2222
%INSTALLDATE%
23-
1738465872
23+
1738984199
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/bdd38ec7/13048007508)
26+
CI (msys2/msys2-autobuild/b4421681/13205479012)
2727

2828
%SIZE%
29-
128511507
29+
128511205
3030

3131
%GROUPS%
3232
mingw-w64-i686-toolchain
Binary file not shown.
Binary file not shown.

var/lib/pacman/local/mingw-w64-i686-headers-git-12.0.0.r480.gea22a99cb-1/desc renamed to var/lib/pacman/local/mingw-w64-i686-headers-git-12.0.0.r487.g9e8f2a7b5-1/desc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mingw-w64-i686-headers-git
33

44
%VERSION%
5-
12.0.0.r480.gea22a99cb-1
5+
12.0.0.r487.g9e8f2a7b5-1
66

77
%BASE%
88
mingw-w64-headers-git
@@ -17,16 +17,16 @@ https://www.mingw-w64.org/
1717
any
1818

1919
%BUILDDATE%
20-
1738224382
20+
1738951773
2121

2222
%INSTALLDATE%
23-
1738465872
23+
1738984199
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/bdd38ec7/13048007508)
26+
CI (msys2/msys2-autobuild/b4421681/13205479012)
2727

2828
%SIZE%
29-
90383007
29+
90384169
3030

3131
%GROUPS%
3232
mingw-w64-i686-toolchain
Binary file not shown.
Binary file not shown.

var/lib/pacman/local/mingw-w64-i686-libmangle-git-12.0.0.r480.gea22a99cb-1/desc renamed to var/lib/pacman/local/mingw-w64-i686-libmangle-git-12.0.0.r487.g9e8f2a7b5-1/desc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mingw-w64-i686-libmangle-git
33

44
%VERSION%
5-
12.0.0.r480.gea22a99cb-1
5+
12.0.0.r487.g9e8f2a7b5-1
66

77
%BASE%
88
mingw-w64-libmangle-git
@@ -17,13 +17,13 @@ https://www.mingw-w64.org/
1717
any
1818

1919
%BUILDDATE%
20-
1738225137
20+
1738954379
2121

2222
%INSTALLDATE%
23-
1738465873
23+
1738984199
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/bdd38ec7/13048007508)
26+
CI (msys2/msys2-autobuild/b4421681/13205479012)
2727

2828
%SIZE%
2929
52797
Binary file not shown.
Binary file not shown.

var/lib/pacman/local/mingw-w64-i686-libwinpthread-git-12.0.0.r480.gea22a99cb-1/desc renamed to var/lib/pacman/local/mingw-w64-i686-libwinpthread-git-12.0.0.r487.g9e8f2a7b5-1/desc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mingw-w64-i686-libwinpthread-git
33

44
%VERSION%
5-
12.0.0.r480.gea22a99cb-1
5+
12.0.0.r487.g9e8f2a7b5-1
66

77
%BASE%
88
mingw-w64-winpthreads-git
@@ -17,13 +17,13 @@ https://www.mingw-w64.org/
1717
any
1818

1919
%BUILDDATE%
20-
1738224990
20+
1738952413
2121

2222
%INSTALLDATE%
23-
1738465872
23+
1738984199
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/bdd38ec7/13048007508)
26+
CI (msys2/msys2-autobuild/b4421681/13205479012)
2727

2828
%SIZE%
2929
75630
Binary file not shown.
Binary file not shown.

var/lib/pacman/local/mingw-w64-i686-tools-git-12.0.0.r480.gea22a99cb-1/desc renamed to var/lib/pacman/local/mingw-w64-i686-tools-git-12.0.0.r487.g9e8f2a7b5-1/desc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mingw-w64-i686-tools-git
33

44
%VERSION%
5-
12.0.0.r480.gea22a99cb-1
5+
12.0.0.r487.g9e8f2a7b5-1
66

77
%BASE%
88
mingw-w64-tools-git
@@ -17,16 +17,16 @@ https://www.mingw-w64.org/
1717
any
1818

1919
%BUILDDATE%
20-
1738225251
20+
1738954498
2121

2222
%INSTALLDATE%
23-
1738465873
23+
1738984199
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/bdd38ec7/13048007508)
26+
CI (msys2/msys2-autobuild/b4421681/13205479012)
2727

2828
%SIZE%
29-
1055439
29+
1053391
3030

3131
%GROUPS%
3232
mingw-w64-i686-toolchain
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)