[mingw-filesystem: 28/73] Fixed a small rpmlint warning caused by the debuginfo generation macro Thanks to Kalev Lember fo

Kalev Lember kalev at fedoraproject.org
Thu Feb 23 19:14:59 UTC 2012


commit dc67d0699c8a0daf73626ccff12ad51537230d0f
Author: epienbro <epienbro at fedoraproject.org>
Date:   Sun Aug 23 18:50:36 2009 +0000

    Fixed a small rpmlint warning caused by the debuginfo generation macro
        Thanks to Kalev Lember for spotting this

 macros.mingw32          |    2 +-
 mingw32-filesystem.spec |    8 ++++++--
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/macros.mingw32 b/macros.mingw32
index 27ac79e..3f6a99d 100644
--- a/macros.mingw32
+++ b/macros.mingw32
@@ -62,7 +62,7 @@
 %_mingw32_debug_package(n:) \
 %package %{-n:-n %{-n*}-}debuginfo \
 Summary: Debug information for package %{name} \
-Group: Development/debug \
+Group: Development/Debug \
 %description %{-n:-n %{-n*}-}debuginfo \
 This package provides debug information for package %{name}.\
 Debug information is useful when developing applications that use this\
diff --git a/mingw32-filesystem.spec b/mingw32-filesystem.spec
index 118e2ff..7781afa 100644
--- a/mingw32-filesystem.spec
+++ b/mingw32-filesystem.spec
@@ -1,8 +1,8 @@
 %define debug_package %{nil}
 
 Name:           mingw32-filesystem
-Version:        52
-Release:        3%{?dist}
+Version:        53
+Release:        1%{?dist}
 Summary:        MinGW base filesystem and environment
 
 Group:          Development/Libraries
@@ -165,6 +165,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Aug 23 2009 Erik van Pienbroek <epienbro at fedoraproject.org> - 53-1
+- Fixed a small rpmlint warning caused by the debuginfo generation macro
+  Thanks to Kalev Lember for spotting this
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 52-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


More information about the scm-commits mailing list