[rtems-crossrpms commit] Regenerate.
Ralf Corsepius
ralf at rtems.org
Fri Dec 21 08:17:22 UTC 2012
Module: rtems-crossrpms
Branch: master
Commit: 1c06d4b6665a57dd9201f868ed803d9fb64f12f1
Changeset: http://git.rtems.org/rtems-crossrpms/commit/?id=1c06d4b6665a57dd9201f868ed803d9fb64f12f1
Author: Ralf Corsépius <ralf.corsepius at rtems.org>
Date: Fri Nov 30 05:49:15 2012 +0100
Regenerate.
---
rtems4.11/arm/Makefile.in | 2 +-
.../arm/rtems-4.11-arm-rtemseabi4.11-gdb.spec | 6 +++++-
rtems4.11/avr/Makefile.in | 4 ++--
rtems4.11/avr/rtems-4.11-avr-rtems4.11-gdb.spec | 10 +++++++---
rtems4.11/bfin/Makefile.in | 4 ++--
rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gdb.spec | 10 +++++++---
rtems4.11/h8300/Makefile.in | 4 ++--
.../h8300/rtems-4.11-h8300-rtems4.11-gdb.spec | 10 +++++++---
rtems4.11/i386/Makefile.in | 2 +-
rtems4.11/i386/rtems-4.11-i386-rtems4.11-gdb.spec | 6 +++++-
rtems4.11/lm32/Makefile.in | 4 ++--
rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gdb.spec | 10 +++++++---
rtems4.11/m32c/Makefile.in | 4 ++--
rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gdb.spec | 10 +++++++---
rtems4.11/m32r/Makefile.in | 4 ++--
rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gdb.spec | 10 +++++++---
rtems4.11/m68k/Makefile.in | 2 +-
rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gdb.spec | 6 +++++-
rtems4.11/microblaze/Makefile.in | 4 ++--
.../rtems-4.11-microblaze-rtems4.11-gdb.spec | 10 +++++++---
rtems4.11/mips/Makefile.in | 4 ++--
rtems4.11/mips/rtems-4.11-mips-rtems4.11-gdb.spec | 10 +++++++---
rtems4.11/mipstx39/Makefile.in | 4 ++--
.../rtems-4.11-mipstx39-rtems4.11-gdb.spec | 10 +++++++---
rtems4.11/powerpc/Makefile.in | 2 +-
.../powerpc/rtems-4.11-powerpc-rtems4.11-gdb.spec | 6 +++++-
rtems4.11/sh/Makefile.in | 2 +-
rtems4.11/sh/rtems-4.11-sh-rtems4.11-gdb.spec | 6 +++++-
rtems4.11/sparc/Makefile.in | 4 ++--
.../sparc/rtems-4.11-sparc-rtems4.11-gdb.spec | 10 +++++++---
rtems4.11/sparc64/Makefile.in | 2 +-
.../sparc64/rtems-4.11-sparc64-rtems4.11-gdb.spec | 6 +++++-
rtems4.11/v850/Makefile.in | 4 ++--
rtems4.11/v850/rtems-4.11-v850-rtems4.11-gdb.spec | 10 +++++++---
34 files changed, 135 insertions(+), 67 deletions(-)
diff --git a/rtems4.11/arm/Makefile.in b/rtems4.11/arm/Makefile.in
index 89ae143..d945358 100644
--- a/rtems4.11/arm/Makefile.in
+++ b/rtems4.11/arm/Makefile.in
@@ -217,7 +217,7 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gcc/base-newlib.add
GDB_VERS = 7.4.1
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 8
+GDB_RPMREL = 9
GDB_OPTS =
GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.11/arm/rtems-4.11-arm-rtemseabi4.11-gdb.spec b/rtems4.11/arm/rtems-4.11-arm-rtemseabi4.11-gdb.spec
index fdc2f17..bb70aab 100644
--- a/rtems4.11/arm/rtems-4.11-arm-rtemseabi4.11-gdb.spec
+++ b/rtems4.11/arm/rtems-4.11-arm-rtemseabi4.11-gdb.spec
@@ -53,7 +53,7 @@ Name: rtems-4.11-arm-rtemseabi4.11-gdb
Summary: Gdb for target arm-rtemseabi4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 8%{?dist}
+Release: 9%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -99,6 +99,10 @@ BuildRequires: /sbin/install-info
Requires: rtems-4.11-gdb-common
BuildRequires: texinfo >= 4.2
+%if "%{gdb_version}" == "7.5.1"
+Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.1.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5.1-rtems4.11-20121130.diff
+%endif
%if "%{gdb_version}" == "7.5"
Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5-rtems4.11-20121003.diff
diff --git a/rtems4.11/avr/Makefile.in b/rtems4.11/avr/Makefile.in
index a834028..83b6f20 100644
--- a/rtems4.11/avr/Makefile.in
+++ b/rtems4.11/avr/Makefile.in
@@ -215,9 +215,9 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gcc/target-objc.add \
$(top_srcdir)/gcc/target-newlib.add \
$(top_srcdir)/gcc/base-newlib.add
-GDB_VERS = 7.5
+GDB_VERS = 7.5.1
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 1
GDB_OPTS =
GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gdb.spec b/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gdb.spec
index 79005d9..c83468c 100644
--- a/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gdb.spec
+++ b/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gdb.spec
@@ -46,14 +46,14 @@
%endif
%{?!el5:%global _with_noarch_subpackages 1}
-%define gdb_version 7.5
-%define gdb_rpmvers %{expand:%(echo 7.5 | tr - _)}
+%define gdb_version 7.5.1
+%define gdb_rpmvers %{expand:%(echo 7.5.1 | tr - _)}
Name: rtems-4.11-avr-rtems4.11-gdb
Summary: Gdb for target avr-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 3%{?dist}
+Release: 1%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -99,6 +99,10 @@ BuildRequires: /sbin/install-info
Requires: rtems-4.11-gdb-common
BuildRequires: texinfo >= 4.2
+%if "%{gdb_version}" == "7.5.1"
+Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.1.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5.1-rtems4.11-20121130.diff
+%endif
%if "%{gdb_version}" == "7.5"
Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5-rtems4.11-20121003.diff
diff --git a/rtems4.11/bfin/Makefile.in b/rtems4.11/bfin/Makefile.in
index 72c7be7..ee0908d 100644
--- a/rtems4.11/bfin/Makefile.in
+++ b/rtems4.11/bfin/Makefile.in
@@ -215,9 +215,9 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gcc/target-objc.add \
$(top_srcdir)/gcc/target-newlib.add \
$(top_srcdir)/gcc/base-newlib.add
-GDB_VERS = 7.5
+GDB_VERS = 7.5.1
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 1
GDB_OPTS =
GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gdb.spec b/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gdb.spec
index 40b5d1b..1c984e8 100644
--- a/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gdb.spec
+++ b/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gdb.spec
@@ -46,14 +46,14 @@
%endif
%{?!el5:%global _with_noarch_subpackages 1}
-%define gdb_version 7.5
-%define gdb_rpmvers %{expand:%(echo 7.5 | tr - _)}
+%define gdb_version 7.5.1
+%define gdb_rpmvers %{expand:%(echo 7.5.1 | tr - _)}
Name: rtems-4.11-bfin-rtems4.11-gdb
Summary: Gdb for target bfin-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 3%{?dist}
+Release: 1%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -99,6 +99,10 @@ BuildRequires: /sbin/install-info
Requires: rtems-4.11-gdb-common
BuildRequires: texinfo >= 4.2
+%if "%{gdb_version}" == "7.5.1"
+Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.1.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5.1-rtems4.11-20121130.diff
+%endif
%if "%{gdb_version}" == "7.5"
Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5-rtems4.11-20121003.diff
diff --git a/rtems4.11/h8300/Makefile.in b/rtems4.11/h8300/Makefile.in
index cd0a58e..33dce77 100644
--- a/rtems4.11/h8300/Makefile.in
+++ b/rtems4.11/h8300/Makefile.in
@@ -215,9 +215,9 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gcc/target-objc.add \
$(top_srcdir)/gcc/target-newlib.add \
$(top_srcdir)/gcc/base-newlib.add
-GDB_VERS = 7.5
+GDB_VERS = 7.5.1
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 1
GDB_OPTS =
GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gdb.spec b/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gdb.spec
index c63c932..f939d23 100644
--- a/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gdb.spec
+++ b/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gdb.spec
@@ -46,14 +46,14 @@
%endif
%{?!el5:%global _with_noarch_subpackages 1}
-%define gdb_version 7.5
-%define gdb_rpmvers %{expand:%(echo 7.5 | tr - _)}
+%define gdb_version 7.5.1
+%define gdb_rpmvers %{expand:%(echo 7.5.1 | tr - _)}
Name: rtems-4.11-h8300-rtems4.11-gdb
Summary: Gdb for target h8300-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 3%{?dist}
+Release: 1%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -103,6 +103,10 @@ BuildRequires: /sbin/install-info
Requires: rtems-4.11-gdb-common
BuildRequires: texinfo >= 4.2
+%if "%{gdb_version}" == "7.5.1"
+Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.1.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5.1-rtems4.11-20121130.diff
+%endif
%if "%{gdb_version}" == "7.5"
Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5-rtems4.11-20121003.diff
diff --git a/rtems4.11/i386/Makefile.in b/rtems4.11/i386/Makefile.in
index 15f94fe..0c6c33d 100644
--- a/rtems4.11/i386/Makefile.in
+++ b/rtems4.11/i386/Makefile.in
@@ -217,7 +217,7 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gcc/base-newlib.add
GDB_VERS = 7.4.1
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 8
+GDB_RPMREL = 9
GDB_OPTS =
GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gdb.spec b/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gdb.spec
index 49073c4..62684bf 100644
--- a/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gdb.spec
+++ b/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gdb.spec
@@ -53,7 +53,7 @@ Name: rtems-4.11-i386-rtems4.11-gdb
Summary: Gdb for target i386-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 8%{?dist}
+Release: 9%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -99,6 +99,10 @@ BuildRequires: /sbin/install-info
Requires: rtems-4.11-gdb-common
BuildRequires: texinfo >= 4.2
+%if "%{gdb_version}" == "7.5.1"
+Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.1.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5.1-rtems4.11-20121130.diff
+%endif
%if "%{gdb_version}" == "7.5"
Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5-rtems4.11-20121003.diff
diff --git a/rtems4.11/lm32/Makefile.in b/rtems4.11/lm32/Makefile.in
index c54ed8b..ae378c7 100644
--- a/rtems4.11/lm32/Makefile.in
+++ b/rtems4.11/lm32/Makefile.in
@@ -215,9 +215,9 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gcc/target-objc.add \
$(top_srcdir)/gcc/target-newlib.add \
$(top_srcdir)/gcc/base-newlib.add
-GDB_VERS = 7.5
+GDB_VERS = 7.5.1
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 1
GDB_OPTS =
GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gdb.spec b/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gdb.spec
index d2fafc5..f5f8a1a 100644
--- a/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gdb.spec
+++ b/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gdb.spec
@@ -46,14 +46,14 @@
%endif
%{?!el5:%global _with_noarch_subpackages 1}
-%define gdb_version 7.5
-%define gdb_rpmvers %{expand:%(echo 7.5 | tr - _)}
+%define gdb_version 7.5.1
+%define gdb_rpmvers %{expand:%(echo 7.5.1 | tr - _)}
Name: rtems-4.11-lm32-rtems4.11-gdb
Summary: Gdb for target lm32-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 3%{?dist}
+Release: 1%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -103,6 +103,10 @@ BuildRequires: /sbin/install-info
Requires: rtems-4.11-gdb-common
BuildRequires: texinfo >= 4.2
+%if "%{gdb_version}" == "7.5.1"
+Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.1.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5.1-rtems4.11-20121130.diff
+%endif
%if "%{gdb_version}" == "7.5"
Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5-rtems4.11-20121003.diff
diff --git a/rtems4.11/m32c/Makefile.in b/rtems4.11/m32c/Makefile.in
index 5589469..a88da49 100644
--- a/rtems4.11/m32c/Makefile.in
+++ b/rtems4.11/m32c/Makefile.in
@@ -215,9 +215,9 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gcc/target-objc.add \
$(top_srcdir)/gcc/target-newlib.add \
$(top_srcdir)/gcc/base-newlib.add
-GDB_VERS = 7.5
+GDB_VERS = 7.5.1
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 1
GDB_OPTS =
GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gdb.spec b/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gdb.spec
index 43cdcb3..0b14efe 100644
--- a/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gdb.spec
+++ b/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gdb.spec
@@ -46,14 +46,14 @@
%endif
%{?!el5:%global _with_noarch_subpackages 1}
-%define gdb_version 7.5
-%define gdb_rpmvers %{expand:%(echo 7.5 | tr - _)}
+%define gdb_version 7.5.1
+%define gdb_rpmvers %{expand:%(echo 7.5.1 | tr - _)}
Name: rtems-4.11-m32c-rtems4.11-gdb
Summary: Gdb for target m32c-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 3%{?dist}
+Release: 1%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -103,6 +103,10 @@ BuildRequires: /sbin/install-info
Requires: rtems-4.11-gdb-common
BuildRequires: texinfo >= 4.2
+%if "%{gdb_version}" == "7.5.1"
+Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.1.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5.1-rtems4.11-20121130.diff
+%endif
%if "%{gdb_version}" == "7.5"
Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5-rtems4.11-20121003.diff
diff --git a/rtems4.11/m32r/Makefile.in b/rtems4.11/m32r/Makefile.in
index 792214f..125e53b 100644
--- a/rtems4.11/m32r/Makefile.in
+++ b/rtems4.11/m32r/Makefile.in
@@ -215,9 +215,9 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gcc/target-objc.add \
$(top_srcdir)/gcc/target-newlib.add \
$(top_srcdir)/gcc/base-newlib.add
-GDB_VERS = 7.5
+GDB_VERS = 7.5.1
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 1
GDB_OPTS =
GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gdb.spec b/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gdb.spec
index 73d045c..80f1d75 100644
--- a/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gdb.spec
+++ b/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gdb.spec
@@ -46,14 +46,14 @@
%endif
%{?!el5:%global _with_noarch_subpackages 1}
-%define gdb_version 7.5
-%define gdb_rpmvers %{expand:%(echo 7.5 | tr - _)}
+%define gdb_version 7.5.1
+%define gdb_rpmvers %{expand:%(echo 7.5.1 | tr - _)}
Name: rtems-4.11-m32r-rtems4.11-gdb
Summary: Gdb for target m32r-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 3%{?dist}
+Release: 1%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -99,6 +99,10 @@ BuildRequires: /sbin/install-info
Requires: rtems-4.11-gdb-common
BuildRequires: texinfo >= 4.2
+%if "%{gdb_version}" == "7.5.1"
+Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.1.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5.1-rtems4.11-20121130.diff
+%endif
%if "%{gdb_version}" == "7.5"
Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5-rtems4.11-20121003.diff
diff --git a/rtems4.11/m68k/Makefile.in b/rtems4.11/m68k/Makefile.in
index 356448e..3bbaacf 100644
--- a/rtems4.11/m68k/Makefile.in
+++ b/rtems4.11/m68k/Makefile.in
@@ -217,7 +217,7 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gcc/base-newlib.add
GDB_VERS = 7.4.1
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 8
+GDB_RPMREL = 9
GDB_OPTS =
GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gdb.spec b/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gdb.spec
index 3be9805..48d6867 100644
--- a/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gdb.spec
+++ b/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gdb.spec
@@ -53,7 +53,7 @@ Name: rtems-4.11-m68k-rtems4.11-gdb
Summary: Gdb for target m68k-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 8%{?dist}
+Release: 9%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -99,6 +99,10 @@ BuildRequires: /sbin/install-info
Requires: rtems-4.11-gdb-common
BuildRequires: texinfo >= 4.2
+%if "%{gdb_version}" == "7.5.1"
+Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.1.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5.1-rtems4.11-20121130.diff
+%endif
%if "%{gdb_version}" == "7.5"
Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5-rtems4.11-20121003.diff
diff --git a/rtems4.11/microblaze/Makefile.in b/rtems4.11/microblaze/Makefile.in
index ae9d56b..a29a294 100644
--- a/rtems4.11/microblaze/Makefile.in
+++ b/rtems4.11/microblaze/Makefile.in
@@ -215,9 +215,9 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gcc/target-objc.add \
$(top_srcdir)/gcc/target-newlib.add \
$(top_srcdir)/gcc/base-newlib.add
-GDB_VERS = 7.5
+GDB_VERS = 7.5.1
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 1
GDB_OPTS =
GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.11/microblaze/rtems-4.11-microblaze-rtems4.11-gdb.spec b/rtems4.11/microblaze/rtems-4.11-microblaze-rtems4.11-gdb.spec
index 7922874..287e639 100644
--- a/rtems4.11/microblaze/rtems-4.11-microblaze-rtems4.11-gdb.spec
+++ b/rtems4.11/microblaze/rtems-4.11-microblaze-rtems4.11-gdb.spec
@@ -46,14 +46,14 @@
%endif
%{?!el5:%global _with_noarch_subpackages 1}
-%define gdb_version 7.5
-%define gdb_rpmvers %{expand:%(echo 7.5 | tr - _)}
+%define gdb_version 7.5.1
+%define gdb_rpmvers %{expand:%(echo 7.5.1 | tr - _)}
Name: rtems-4.11-microblaze-rtems4.11-gdb
Summary: Gdb for target microblaze-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 3%{?dist}
+Release: 1%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -99,6 +99,10 @@ BuildRequires: /sbin/install-info
Requires: rtems-4.11-gdb-common
BuildRequires: texinfo >= 4.2
+%if "%{gdb_version}" == "7.5.1"
+Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.1.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5.1-rtems4.11-20121130.diff
+%endif
%if "%{gdb_version}" == "7.5"
Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5-rtems4.11-20121003.diff
diff --git a/rtems4.11/mips/Makefile.in b/rtems4.11/mips/Makefile.in
index c923c8e..22c29ea 100644
--- a/rtems4.11/mips/Makefile.in
+++ b/rtems4.11/mips/Makefile.in
@@ -215,9 +215,9 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gcc/target-objc.add \
$(top_srcdir)/gcc/target-newlib.add \
$(top_srcdir)/gcc/base-newlib.add
-GDB_VERS = 7.5
+GDB_VERS = 7.5.1
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 1
GDB_OPTS =
GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gdb.spec b/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gdb.spec
index 0af5c4b..6fdf2b3 100644
--- a/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gdb.spec
+++ b/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gdb.spec
@@ -46,14 +46,14 @@
%endif
%{?!el5:%global _with_noarch_subpackages 1}
-%define gdb_version 7.5
-%define gdb_rpmvers %{expand:%(echo 7.5 | tr - _)}
+%define gdb_version 7.5.1
+%define gdb_rpmvers %{expand:%(echo 7.5.1 | tr - _)}
Name: rtems-4.11-mips-rtems4.11-gdb
Summary: Gdb for target mips-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 3%{?dist}
+Release: 1%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -99,6 +99,10 @@ BuildRequires: /sbin/install-info
Requires: rtems-4.11-gdb-common
BuildRequires: texinfo >= 4.2
+%if "%{gdb_version}" == "7.5.1"
+Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.1.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5.1-rtems4.11-20121130.diff
+%endif
%if "%{gdb_version}" == "7.5"
Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5-rtems4.11-20121003.diff
diff --git a/rtems4.11/mipstx39/Makefile.in b/rtems4.11/mipstx39/Makefile.in
index 29fcb6b..470303c 100644
--- a/rtems4.11/mipstx39/Makefile.in
+++ b/rtems4.11/mipstx39/Makefile.in
@@ -175,9 +175,9 @@ MKSPEC0 = sed \
# We only want a gdb with a tx39 simulator in it. We share the other tools
-GDB_VERS = 7.5
+GDB_VERS = 7.5.1
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 1
GDB_OPTS =
GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.11/mipstx39/rtems-4.11-mipstx39-rtems4.11-gdb.spec b/rtems4.11/mipstx39/rtems-4.11-mipstx39-rtems4.11-gdb.spec
index 259e123..c80f0a8 100644
--- a/rtems4.11/mipstx39/rtems-4.11-mipstx39-rtems4.11-gdb.spec
+++ b/rtems4.11/mipstx39/rtems-4.11-mipstx39-rtems4.11-gdb.spec
@@ -46,14 +46,14 @@
%endif
%{?!el5:%global _with_noarch_subpackages 1}
-%define gdb_version 7.5
-%define gdb_rpmvers %{expand:%(echo 7.5 | tr - _)}
+%define gdb_version 7.5.1
+%define gdb_rpmvers %{expand:%(echo 7.5.1 | tr - _)}
Name: rtems-4.11-mipstx39-rtems4.11-gdb
Summary: Gdb for target mipstx39-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 3%{?dist}
+Release: 1%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -103,6 +103,10 @@ BuildRequires: /sbin/install-info
Requires: rtems-4.11-gdb-common
BuildRequires: texinfo >= 4.2
+%if "%{gdb_version}" == "7.5.1"
+Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.1.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5.1-rtems4.11-20121130.diff
+%endif
%if "%{gdb_version}" == "7.5"
Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5-rtems4.11-20121003.diff
diff --git a/rtems4.11/powerpc/Makefile.in b/rtems4.11/powerpc/Makefile.in
index 1289479..ffc899b 100644
--- a/rtems4.11/powerpc/Makefile.in
+++ b/rtems4.11/powerpc/Makefile.in
@@ -217,7 +217,7 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gcc/base-newlib.add
GDB_VERS = 7.4.1
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 8
+GDB_RPMREL = 9
GDB_OPTS =
GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gdb.spec b/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gdb.spec
index e0b8f44..d097f51 100644
--- a/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gdb.spec
+++ b/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gdb.spec
@@ -53,7 +53,7 @@ Name: rtems-4.11-powerpc-rtems4.11-gdb
Summary: Gdb for target powerpc-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 8%{?dist}
+Release: 9%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -105,6 +105,10 @@ BuildRequires: /sbin/install-info
Requires: rtems-4.11-gdb-common
BuildRequires: texinfo >= 4.2
+%if "%{gdb_version}" == "7.5.1"
+Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.1.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5.1-rtems4.11-20121130.diff
+%endif
%if "%{gdb_version}" == "7.5"
Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5-rtems4.11-20121003.diff
diff --git a/rtems4.11/sh/Makefile.in b/rtems4.11/sh/Makefile.in
index 4504f06..ae00868 100644
--- a/rtems4.11/sh/Makefile.in
+++ b/rtems4.11/sh/Makefile.in
@@ -217,7 +217,7 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gcc/base-newlib.add
GDB_VERS = 7.4.1
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 8
+GDB_RPMREL = 9
GDB_OPTS =
GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gdb.spec b/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gdb.spec
index 7960f98..00033db 100644
--- a/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gdb.spec
+++ b/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gdb.spec
@@ -53,7 +53,7 @@ Name: rtems-4.11-sh-rtems4.11-gdb
Summary: Gdb for target sh-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 8%{?dist}
+Release: 9%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -99,6 +99,10 @@ BuildRequires: /sbin/install-info
Requires: rtems-4.11-gdb-common
BuildRequires: texinfo >= 4.2
+%if "%{gdb_version}" == "7.5.1"
+Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.1.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5.1-rtems4.11-20121130.diff
+%endif
%if "%{gdb_version}" == "7.5"
Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5-rtems4.11-20121003.diff
diff --git a/rtems4.11/sparc/Makefile.in b/rtems4.11/sparc/Makefile.in
index b28f625..5e13de4 100644
--- a/rtems4.11/sparc/Makefile.in
+++ b/rtems4.11/sparc/Makefile.in
@@ -215,9 +215,9 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gcc/target-objc.add \
$(top_srcdir)/gcc/target-newlib.add \
$(top_srcdir)/gcc/base-newlib.add
-GDB_VERS = 7.4.1
+GDB_VERS = 7.5.1
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 8
+GDB_RPMREL = 1
GDB_OPTS =
GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gdb.spec b/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gdb.spec
index 4f7bdf3..3c497e5 100644
--- a/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gdb.spec
+++ b/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gdb.spec
@@ -46,14 +46,14 @@
%endif
%{?!el5:%global _with_noarch_subpackages 1}
-%define gdb_version 7.4.1
-%define gdb_rpmvers %{expand:%(echo 7.4.1 | tr - _)}
+%define gdb_version 7.5.1
+%define gdb_rpmvers %{expand:%(echo 7.5.1 | tr - _)}
Name: rtems-4.11-sparc-rtems4.11-gdb
Summary: Gdb for target sparc-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 8%{?dist}
+Release: 1%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -103,6 +103,10 @@ BuildRequires: /sbin/install-info
Requires: rtems-4.11-gdb-common
BuildRequires: texinfo >= 4.2
+%if "%{gdb_version}" == "7.5.1"
+Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.1.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5.1-rtems4.11-20121130.diff
+%endif
%if "%{gdb_version}" == "7.5"
Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5-rtems4.11-20121003.diff
diff --git a/rtems4.11/sparc64/Makefile.in b/rtems4.11/sparc64/Makefile.in
index dd993ad..14da809 100644
--- a/rtems4.11/sparc64/Makefile.in
+++ b/rtems4.11/sparc64/Makefile.in
@@ -217,7 +217,7 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gcc/base-newlib.add
GDB_VERS = 7.4.1
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 8
+GDB_RPMREL = 9
GDB_OPTS =
GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gdb.spec b/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gdb.spec
index 49383d8..874beae 100644
--- a/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gdb.spec
+++ b/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gdb.spec
@@ -53,7 +53,7 @@ Name: rtems-4.11-sparc64-rtems4.11-gdb
Summary: Gdb for target sparc64-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 8%{?dist}
+Release: 9%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -99,6 +99,10 @@ BuildRequires: /sbin/install-info
Requires: rtems-4.11-gdb-common
BuildRequires: texinfo >= 4.2
+%if "%{gdb_version}" == "7.5.1"
+Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.1.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5.1-rtems4.11-20121130.diff
+%endif
%if "%{gdb_version}" == "7.5"
Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5-rtems4.11-20121003.diff
diff --git a/rtems4.11/v850/Makefile.in b/rtems4.11/v850/Makefile.in
index 2509b13..8264ccc 100644
--- a/rtems4.11/v850/Makefile.in
+++ b/rtems4.11/v850/Makefile.in
@@ -215,9 +215,9 @@ GCC_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gcc/target-objc.add \
$(top_srcdir)/gcc/target-newlib.add \
$(top_srcdir)/gcc/base-newlib.add
-GDB_VERS = 7.5
+GDB_VERS = 7.5.1
GDB_PKGVERS = $(GDB_VERS)
-GDB_RPMREL = 3
+GDB_RPMREL = 1
GDB_OPTS =
GDB_SUBPACKAGES = $(top_srcdir)/common/common.add \
$(top_srcdir)/gdb/gdb.add $(top_srcdir)/gdb/prep.add \
diff --git a/rtems4.11/v850/rtems-4.11-v850-rtems4.11-gdb.spec b/rtems4.11/v850/rtems-4.11-v850-rtems4.11-gdb.spec
index cb42f6b..fa8401a 100644
--- a/rtems4.11/v850/rtems-4.11-v850-rtems4.11-gdb.spec
+++ b/rtems4.11/v850/rtems-4.11-v850-rtems4.11-gdb.spec
@@ -46,14 +46,14 @@
%endif
%{?!el5:%global _with_noarch_subpackages 1}
-%define gdb_version 7.5
-%define gdb_rpmvers %{expand:%(echo 7.5 | tr - _)}
+%define gdb_version 7.5.1
+%define gdb_rpmvers %{expand:%(echo 7.5.1 | tr - _)}
Name: rtems-4.11-v850-rtems4.11-gdb
Summary: Gdb for target v850-rtems4.11
Group: Development/Tools
Version: %{gdb_rpmvers}
-Release: 3%{?dist}
+Release: 1%{?dist}
License: GPL/LGPL
URL: http://sources.redhat.com/gdb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -99,6 +99,10 @@ BuildRequires: /sbin/install-info
Requires: rtems-4.11-gdb-common
BuildRequires: texinfo >= 4.2
+%if "%{gdb_version}" == "7.5.1"
+Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.1.tar.bz2
+Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5.1-rtems4.11-20121130.diff
+%endif
%if "%{gdb_version}" == "7.5"
Source0: ftp://ftp.sourceware.org/pub/gdb/snapshots/gdb-7.5.tar.bz2
Patch0: ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gdb-7.5-rtems4.11-20121003.diff
More information about the vc
mailing list