diff --git a/mingw32-filesystem.spec b/mingw32-filesystem.spec index 49669e8..5e51a42 100644 --- a/mingw32-filesystem.spec +++ b/mingw32-filesystem.spec @@ -2,7 +2,7 @@ Name: mingw32-filesystem Version: 52 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MinGW base filesystem and environment Group: Development/Libraries @@ -165,11 +165,16 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Mon Jun 22 2009 Erik van Pienbroek - 52-0 +* Wed Jun 24 2009 Erik van Pienbroek - 52-2 +- Updated ChangeLog comment from previous version as the RPM variable + __debug_install_post needs to be overridden instead of __os_install_post + for -debuginfo subpackage generation + +* Mon Jun 22 2009 Erik van Pienbroek - 52-1 - Add script to create -debuginfo subpackages This script was created by Fridrich Strba - All mingw32 packages now need to add these lines to their .spec files: - %%define __os_install_post %%{_mingw32_debug_install_post} + %%define __debug_install_post %%{_mingw32_debug_install_post} %%{_mingw32_debug_package} * Thu Jun 4 2009 Adam Goode - 51-1