summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2012-09-04 21:56:30 -0500
committerYaakov Selkowitz <yselkowitz@users.sourceforge.net>2012-09-04 21:56:30 -0500
commit3b32fd9d2afc67b8a0457a1fff89112761ee87ae (patch)
treedd15e004c67d6faa670ece962b15ad046be1e80d
parentab1133e8a50adc9b441ca1fae1a846a6b181c173 (diff)
downloadcygwin-gdb-3b32fd9d2afc67b8a0457a1fff89112761ee87ae.tar.gz
cygwin-gdb-3b32fd9d2afc67b8a0457a1fff89112761ee87ae.tar.xz
cygwin-gdb-3b32fd9d2afc67b8a0457a1fff89112761ee87ae.zip
cygwin-gdb 7.5.50-1
-rw-r--r--cygwin-gdb.spec9
-rw-r--r--sources2
2 files changed, 8 insertions, 3 deletions
diff --git a/cygwin-gdb.spec b/cygwin-gdb.spec
index 08c3a41..1bbe987 100644
--- a/cygwin-gdb.spec
+++ b/cygwin-gdb.spec
@@ -1,7 +1,7 @@
-%define cygv 7.3.50-2
+%define cygv 7.5.50-1
Name: cygwin-gdb
-Version: 7.3.50.20110821
+Version: 7.5.50
Release: 1%{?dist}
Summary: Cygwin GNU debugger
@@ -14,6 +14,7 @@ Source0: ftp://sourceware.org/pub/cygwin/release/gdb/gdb-%{cygv}-src.tar.
BuildRequires: expat-devel
BuildRequires: ncurses-devel
+BuildRequires: python-devel
BuildRequires: zlib-devel
BuildRequires: bison
BuildRequires: flex
@@ -63,6 +64,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
rm -f $RPM_BUILD_ROOT%{_libdir}/libiberty.a
# These files conflict with ordinary gdb.
+rm -rf $RPM_BUILD_ROOT%{_includedir}
rm -rf $RPM_BUILD_ROOT%{_infodir}
@@ -79,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Tue Sep 04 2012 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> - 7.5.50-1
+- Version bump to match Cygwin distro.
+
* Tue Nov 08 2011 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> - 7.3.50.20110821-1
- Version bump to match Cygwin distro.
diff --git a/sources b/sources
index 4ed28fe..b9b9b82 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-10d672e96e9b1862bd2c06df866217d6 gdb-7.3.50-2-src.tar.bz2
+6b74c6ddfae6ab77ba6aaee5dfb4bc5d gdb-7.5.50-1-src.tar.bz2