From dc67d0699c8a0daf73626ccff12ad51537230d0f Mon Sep 17 00:00:00 2001 From: epienbro Date: Sun, 23 Aug 2009 18:50:36 +0000 Subject: [PATCH] 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 - 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 - 52-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild