[mingw-filesystem: 26/73] Updated ChangeLog comment from previous version as the RPM variable __debug_install_post needs t

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


commit c95a721510ad9a3f461d43564864ef5b7fd7d953
Author: epienbro <epienbro at fedoraproject.org>
Date:   Wed Jun 24 17:27:24 2009 +0000

    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

 mingw32-filesystem.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
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 <epienbro at fedoraproject.org> - 52-0
+* Wed Jun 24 2009 Erik van Pienbroek <epienbro at fedoraproject.org> - 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 <epienbro at fedoraproject.org> - 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 <adam at spicenitz.org> - 51-1


More information about the scm-commits mailing list