From d60a3674f00d37c48b402d6d8205c1c7519a6053 Mon Sep 17 00:00:00 2001 From: Fanzhe Lyu Date: Thu, 12 May 2022 13:39:03 -0700 Subject: [PATCH] upgrade gdb to 11.2 (#2987) * upgrade gdb to 11.2 * update gdb signatures * update cgmanifest.json Co-authored-by: Fanzhe Lyu --- SPECS/gdb/gdb.signatures.json | 2 +- SPECS/gdb/gdb.spec | 5 ++++- cgmanifest.json | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/SPECS/gdb/gdb.signatures.json b/SPECS/gdb/gdb.signatures.json index e214ce5fc8..ad2dca1664 100644 --- a/SPECS/gdb/gdb.signatures.json +++ b/SPECS/gdb/gdb.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "gdb-11.1.tar.xz": "cccfcc407b20d343fb320d4a9a2110776dd3165118ffd41f4b1b162340333f94" + "gdb-11.2.tar.xz": "1497c36a71881b8671a9a84a0ee40faab788ca30d7ba19d8463c3cc787152e32" } } \ No newline at end of file diff --git a/SPECS/gdb/gdb.spec b/SPECS/gdb/gdb.spec index ee28d60b50..68e54bad64 100644 --- a/SPECS/gdb/gdb.spec +++ b/SPECS/gdb/gdb.spec @@ -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 - 11.2 +- Upgrade to gdb 11.2 + * Thu Nov 11 2021 Thomas Crain - 11.1 - Upgrade to latest upstream version and remove upstreamed patches - Use system zlib during build diff --git a/cgmanifest.json b/cgmanifest.json index cd9080e643..ef05386df9 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -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" } } },