From ab1133e8a50adc9b441ca1fae1a846a6b181c173 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 8 Nov 2011 23:20:19 -0600 Subject: cygwin-gdb 7.3.50-2 --- cygwin-gdb.spec | 13 +++++++++---- sources | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/cygwin-gdb.spec b/cygwin-gdb.spec index 0624ff1..08c3a41 100644 --- a/cygwin-gdb.spec +++ b/cygwin-gdb.spec @@ -1,5 +1,7 @@ +%define cygv 7.3.50-2 + Name: cygwin-gdb -Version: 7.3.50.20110801 +Version: 7.3.50.20110821 Release: 1%{?dist} Summary: Cygwin GNU debugger @@ -8,7 +10,7 @@ Group: Development/Utilities URL: http://www.gnu.org/software/gdb/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Source0: ftp://sourceware.org/pub/gdb/snapshots/current/gdb-%{version}.tar.bz2 +Source0: ftp://sourceware.org/pub/cygwin/release/gdb/gdb-%{cygv}-src.tar.bz2 BuildRequires: expat-devel BuildRequires: ncurses-devel @@ -28,13 +30,13 @@ using a gdbserver(1) instance on a Cygwin machine to run the executable. %prep -%setup -q -n gdb-%{version} +%setup -q -n gdb-%{cygv} %build mkdir -p build cd build -CFLAGS="$RPM_OPT_FLAGS" \ +CFLAGS="$RPM_OPT_FLAGS -DLINKER_SYMBOLS_HAVE_WIN32_STDCALL_ARG_SIZES=1" \ ../configure \ --build=%_build --host=%_host \ --target=%{_cygwin_target} \ @@ -77,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Nov 08 2011 Yaakov Selkowitz - 7.3.50.20110821-1 +- Version bump to match Cygwin distro. + * Sun Jul 31 2011 Yaakov Selkowitz - 7.3.50.20110801-1 - Version bump to match Cygwin distro. diff --git a/sources b/sources index dde45d0..4ed28fe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -84f9e1a341875f13bddd9feac7c075d1 gdb-7.3.50.20110801.tar.bz2 +10d672e96e9b1862bd2c06df866217d6 gdb-7.3.50-2-src.tar.bz2 -- cgit