[mingw-SDL: 5/17] Add runtime requires mingw32-iconv (kraxel).

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 17:33:54 UTC 2012


commit 50c51d6e718418c502bd8753314bd71dcbeb10ea
Author: Richard W.M. Jones <rjones at fedoraproject.org>
Date:   Tue Apr 28 11:11:13 2009 +0000

    Add runtime requires mingw32-iconv (kraxel).

 mingw32-SDL.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/mingw32-SDL.spec b/mingw32-SDL.spec
index 93a2a2b..c89f5e6 100644
--- a/mingw32-SDL.spec
+++ b/mingw32-SDL.spec
@@ -6,7 +6,7 @@
 
 Name:           mingw32-SDL
 Version:        1.2.13
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        MinGW Windows port of SDL cross-platform multimedia library
 
 License:        LGPLv2+
@@ -46,6 +46,9 @@ Requires:       pkgconfig
 #BuildRequires: nasm
 #%endif
 
+# kraxel pointed out that the headers need <iconv.h>, hence:
+Requires:       mingw32-iconv
+
 
 %description
 Simple DirectMedia Layer (SDL) is a cross-platform multimedia library
@@ -115,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Apr 29 2009 Richard W.M. Jones <rjones at redhat.com> - 1.2.13-7
+- Add runtime Requires mingw32-iconv (kraxel).
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.13-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


More information about the scm-commits mailing list