From 3450d725d277f8103a6508f817f60165098cac2f Mon Sep 17 00:00:00 2001 From: WizardHowl Date: Mon, 13 Feb 2023 01:32:23 +0000 Subject: [PATCH] rectify the spec file Signed-off-by: WizardHowl --- ...01-set-entry-point-when-text-segment-is-missing.patch | 0 ...-8.2.patch => 0002-Add-support-for-readline-8.2.patch | 0 gdb.spec | 9 ++++++--- 3 files changed, 6 insertions(+), 3 deletions(-) rename 0002-set-entry-point-when-text-segment-is-missing.patch => 0001-set-entry-point-when-text-segment-is-missing.patch (100%) rename 0003-Add-support-for-readline-8.2.patch => 0002-Add-support-for-readline-8.2.patch (100%) diff --git a/0002-set-entry-point-when-text-segment-is-missing.patch b/0001-set-entry-point-when-text-segment-is-missing.patch similarity index 100% rename from 0002-set-entry-point-when-text-segment-is-missing.patch rename to 0001-set-entry-point-when-text-segment-is-missing.patch diff --git a/0003-Add-support-for-readline-8.2.patch b/0002-Add-support-for-readline-8.2.patch similarity index 100% rename from 0003-Add-support-for-readline-8.2.patch rename to 0002-Add-support-for-readline-8.2.patch diff --git a/gdb.spec b/gdb.spec index d49d858..743822c 100644 --- a/gdb.spec +++ b/gdb.spec @@ -1,6 +1,6 @@ Name: gdb Version: 12.1 -Release: 2 +Release: 3 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL-1.3 Source: https://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.xz @@ -86,8 +86,8 @@ Patch73: gdb-rhbz1553104-s390x-arch12-test.patch Patch76: gdb-sw22395-constify-target_desc.patch # Fedra patch end -Patch83: 0002-set-entry-point-when-text-segment-is-missing.patch -Patch84: 0003-Add-support-for-readline-8.2.patch +Patch77: 0001-set-entry-point-when-text-segment-is-missing.patch +Patch78: 0002-Add-support-for-readline-8.2.patch %global gdb_src gdb-%{version} %global gdb_build build-%{_target_platform} @@ -363,6 +363,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/gdb/python/gdb/command/backtrace.py %{_infodir}/ctf-spec.info.gz %changelog +* Tue Feb 14 2023 Wenyu Liu - 12.1-3 +- Rectify the spec file. + * Mon Feb 6 2023 Wenyu Liu - 12.1-2 - Add support for readline 8.2