[mingw-gdb] Update to 7.3

Kalev Lember kalev at fedoraproject.org
Sat Jul 30 04:13:51 UTC 2011


commit fa4e1d537a36a21a3723a3f57bc585f5a4f6dc3a
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat Jul 30 07:00:50 2011 +0300

    Update to 7.3
    
    Also switch to using the automatic mingw dep extraction.

 .gitignore     |    1 +
 mingw-gdb.spec |   13 +++++++------
 sources        |    2 +-
 3 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e1dd966..fee7795 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /gdb-7.2.tar.bz2
+/gdb-7.3.tar.bz2
diff --git a/mingw-gdb.spec b/mingw-gdb.spec
index 10818e0..708c4d1 100644
--- a/mingw-gdb.spec
+++ b/mingw-gdb.spec
@@ -1,13 +1,10 @@
 %global __strip %{_mingw32_strip}
 %global __objdump %{_mingw32_objdump}
-%global _use_internal_dependency_generator 0
-%global __find_requires %{_mingw32_findrequires}
-%global __find_provides %{_mingw32_findprovides}
 %define __debug_install_post %{_mingw32_debug_install_post}
 
 Name:           mingw-gdb
-Version:        7.2
-Release:        3%{?dist}
+Version:        7.3
+Release:        1%{?dist}
 Summary:        MinGW Windows port of the GDB debugger
 
 # Same License tag as the native gdb package has:
@@ -20,7 +17,7 @@ BuildArch:      noarch
 
 BuildRequires:  mingw32-binutils
 BuildRequires:  mingw32-expat
-BuildRequires:  mingw32-filesystem
+BuildRequires:  mingw32-filesystem >= 68
 BuildRequires:  mingw32-gcc
 BuildRequires:  mingw32-win-iconv
 BuildRequires:  mingw32-zlib
@@ -72,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT%{_mingw32_mandir}/
 
 
 %changelog
+* Sat Jul 30 2011 Kalev Lember <kalevlember at gmail.com> - 7.3-1
+- Update to 7.3
+- Use automatic mingw dep extraction
+
 * Wed Jul 06 2011 Erik van Pienbroek <epienbro at fedoraproject.org> - 7.2-3
 - Rebuild against win-iconv
 
diff --git a/sources b/sources
index 6c2d734..4e5f643 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-64260e6c56979ee750a01055f16091a5  gdb-7.2.tar.bz2
+485022b8df7ba2221f217e128f479fe7  gdb-7.3.tar.bz2


More information about the scm-commits mailing list