summaryrefslogtreecommitdiffstats
path: root/cygwin-gdb.spec
diff options
context:
space:
mode:
Diffstat (limited to 'cygwin-gdb.spec')
-rw-r--r--cygwin-gdb.spec14
1 files changed, 13 insertions, 1 deletions
diff --git a/cygwin-gdb.spec b/cygwin-gdb.spec
index 9d1ba5f..407e3dd 100644
--- a/cygwin-gdb.spec
+++ b/cygwin-gdb.spec
@@ -1,12 +1,17 @@
Name: cygwin-gdb
-Version: 7.9.1
+Version: 7.10.1
Release: 1%{?dist}
Summary: Cygwin GNU debugger
License: GPLv3+
Group: Development/Utilities
URL: http://www.gnu.org/software/gdb/
+
Source0: ftp://sourceware.org/pub/gdb/releases/gdb-%{version}.tar.xz
+Patch0: 7.8-symtab-cygwin.patch
+Patch1: 0001-Teach-gdb-how-to-unwind-cygwin-_sigbe-and-sigdelayed.patch
+Patch2: 0002-7.8-windows-nat-cygwin.patch.patch
+Patch3: 0003-Better-handling-for-realpath-failures-in-windows_mak.patch
BuildRequires: expat-devel
BuildRequires: ncurses-devel
@@ -52,6 +57,10 @@ using a gdbserver(1) instance on a Cygwin machine to run the executable.
%prep
%setup -q -n gdb-%{version}
+%patch0 -p2
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
%build
@@ -127,6 +136,9 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man1/*gdbserver*
%changelog
+* Mon Sep 12 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 7.10.1-1
+- new version
+
* Thu Aug 20 2015 Yaakov Selkowitz <yselkowi@redhat.com> - 7.9.1-1
- New version with split support for Cygwin 32- and 64-bit toolchains