[mingw-gdb] Update to 7.5

Erik van Pienbroek epienbro at fedoraproject.org
Sun Sep 9 17:55:52 UTC 2012


commit 939d73207a2869b3147c6a51aa9ca198431be329
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sun Sep 9 19:55:46 2012 +0200

    Update to 7.5

 .gitignore                           |    1 +
 gdb-use-correct-sprintf-format.patch |   46 ----------------------------------
 mingw-gdb.spec                       |   15 +++++------
 sources                              |    2 +-
 4 files changed, 9 insertions(+), 55 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0bf166a..eb4a9d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /gdb-7.3.tar.bz2
 /gdb-7.4.tar.bz2
 /gdb-7.4.50.20120603.tar.bz2
+/gdb-7.5.tar.bz2
diff --git a/mingw-gdb.spec b/mingw-gdb.spec
index cbd860f..8932ee5 100644
--- a/mingw-gdb.spec
+++ b/mingw-gdb.spec
@@ -1,19 +1,16 @@
 %{?mingw_package_header}
 
 Name:           mingw-gdb
-Version:        7.4.50.20120603
-Release:        2%{?dist}
+Version:        7.5
+Release:        1%{?dist}
 Summary:        MinGW Windows port of the GDB debugger
 
 # Same License tag as the native gdb package has:
 License:        GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and BSD and Public Domain
 Group:          Development/Libraries
 URL:            http://gnu.org/software/gdb/
-#Source0:        ftp://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.bz2
-Source0:        ftp://sourceware.org/pub/gdb/snapshots/current/gdb-%{version}.tar.bz2
-
-# Fix compilation failure which occurs on a sprintf("%llu", foo); call
-Patch0:         gdb-use-correct-sprintf-format.patch
+Source0:        ftp://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.bz2
+#Source0:        ftp://sourceware.org/pub/gdb/snapshots/current/gdb-%{version}.tar.bz2
 
 BuildArch:      noarch
 
@@ -61,7 +58,6 @@ This is the MinGW Windows port of the GDB, the GNU debugger.
 
 %prep
 %setup -q -n gdb-%{version}
-%patch0 -p1
 
 
 %build
@@ -103,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_mandir}/
 
 
 %changelog
+* Sun Sep  9 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 7.5-1
+- Update to 7.5
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 7.4.50.20120603-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index ca43fe1..dd9fa34 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d6766c3ec4444f337cb0d7a0265130f9  gdb-7.4.50.20120603.tar.bz2
+24a6779a9fe0260667710de1b082ef61  gdb-7.5.tar.bz2


More information about the scm-commits mailing list