summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2011-11-08 23:20:19 -0600
committerYaakov Selkowitz <yselkowitz@users.sourceforge.net>2011-11-08 23:20:19 -0600
commitab1133e8a50adc9b441ca1fae1a846a6b181c173 (patch)
treeb49b420cb87713b14b16a4d3b962ec4f6f6c61ee
parentebec1841bdfbd74ddff990563a9063911980eb2a (diff)
downloadcygwin-gdb-ab1133e8a50adc9b441ca1fae1a846a6b181c173.tar.gz
cygwin-gdb-ab1133e8a50adc9b441ca1fae1a846a6b181c173.tar.xz
cygwin-gdb-ab1133e8a50adc9b441ca1fae1a846a6b181c173.zip
cygwin-gdb 7.3.50-2
-rw-r--r--cygwin-gdb.spec13
-rw-r--r--sources2
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 <yselkowitz@users.sourceforge.net> - 7.3.50.20110821-1
+- Version bump to match Cygwin distro.
+
* Sun Jul 31 2011 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> - 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