[mingw-gdb] Update to 7.8.1

Erik van Pienbroek epienbro at fedoraproject.org
Thu Jan 1 21:12:50 UTC 2015


commit 3e4b71a8324923d508e7359b0e4c0ef663f8629d
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Thu Jan 1 22:12:56 2015 +0100

    Update to 7.8.1

 .gitignore     |    1 +
 mingw-gdb.spec |    9 ++++++---
 sources        |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9e6e801..f2ebbf2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /gdb-7.5.1.tar.bz2
 /gdb-7.6.tar.bz2
 /gdb-7.7.tar.bz2
+/gdb-7.8.1.tar.xz
diff --git a/mingw-gdb.spec b/mingw-gdb.spec
index b9f14a8..3b786f4 100644
--- a/mingw-gdb.spec
+++ b/mingw-gdb.spec
@@ -1,15 +1,15 @@
 %{?mingw_package_header}
 
 Name:           mingw-gdb
-Version:        7.7
-Release:        2%{?dist}
+Version:        7.8.1
+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://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.xz
 #Source0:        ftp://sourceware.org/pub/gdb/snapshots/current/gdb-%{version}.tar.bz2
 
 BuildArch:      noarch
@@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_mandir}/
 
 
 %changelog
+* Thu Jan  1 2015 Erik van Pienbroek <epienbro at fedoraproject.org> - 7.8.1-1
+- Update to 7.8.1
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 7.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index ac8d117..2260865 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-271a18f41858a7e98b28ae4eb91287c9  gdb-7.7.tar.bz2
+8072be87a94be0936bc3b4b6941b0862  gdb-7.8.1.tar.xz


More information about the scm-commits mailing list