upgrade gdb to 11.2 (#2987)
* upgrade gdb to 11.2 * update gdb signatures * update cgmanifest.json Co-authored-by: Fanzhe Lyu <falyu@microsoft.com>
This commit is contained in:
parent
eaf64e27f2
commit
d60a3674f0
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"gdb-11.1.tar.xz": "cccfcc407b20d343fb320d4a9a2110776dd3165118ffd41f4b1b162340333f94"
|
||||
"gdb-11.2.tar.xz": "1497c36a71881b8671a9a84a0ee40faab788ca30d7ba19d8463c3cc787152e32"
|
||||
}
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
Summary: C debugger
|
||||
Name: gdb
|
||||
Version: 11.1
|
||||
Version: 11.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Vendor: Microsoft Corporation
|
||||
|
@ -88,6 +88,9 @@ rm -f $(dirname $(gcc -print-libgcc-file-name))/../specs
|
|||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Wed May 11 2022 Fanzhe Lyu <falyu@microsoft.com> - 11.2
|
||||
- Upgrade to gdb 11.2
|
||||
|
||||
* Thu Nov 11 2021 Thomas Crain <thcrain@microsoft.com> - 11.1
|
||||
- Upgrade to latest upstream version and remove upstreamed patches
|
||||
- Use system zlib during build
|
||||
|
|
|
@ -3550,8 +3550,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "gdb",
|
||||
"version": "11.1",
|
||||
"downloadUrl": "https://ftp.gnu.org/gnu/gdb/gdb-11.1.tar.xz"
|
||||
"version": "11.2",
|
||||
"downloadUrl": "https://ftp.gnu.org/gnu/gdb/gdb-11.2.tar.xz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue