[mingw-nsiswrapper: 9/20] - add version.dll to list of system libraries (#528467)

Kalev Lember kalev at fedoraproject.org
Wed Mar 7 16:08:48 UTC 2012


commit 9f0a38acf9ae10465ff64f76c80c8f8d259fc7eb
Author: Adam Tkac <atkac at fedoraproject.org>
Date:   Mon Oct 12 13:08:38 2009 +0000

    - add version.dll to list of system libraries (#528467)

 mingw32-nsiswrapper.spec |    5 ++++-
 nsiswrapper.pl           |    3 ++-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/mingw32-nsiswrapper.spec b/mingw32-nsiswrapper.spec
index fc347f2..f9dd310 100644
--- a/mingw32-nsiswrapper.spec
+++ b/mingw32-nsiswrapper.spec
@@ -1,6 +1,6 @@
 Name:           mingw32-nsiswrapper
 Version:        4
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Helper program for making NSIS Windows installers
 
 License:        GPLv2+
@@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Oct 12 2009 Adam Tkac <atkac redhat com> - 4-4
+- add version.dll to list of system libraries (#528467)
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
diff --git a/nsiswrapper.pl b/nsiswrapper.pl
index a303934..8f2c600 100755
--- a/nsiswrapper.pl
+++ b/nsiswrapper.pl
@@ -505,7 +505,8 @@ sub is_windows_system_dll
 	$_ eq 'winmm.dll' ||
 	$_ eq 'wsock32.dll' ||
 	$_ eq 'ws2_32.dll' ||
-	$_ eq 'wldap32.dll'
+	$_ eq 'wldap32.dll' ||
+	$_ eq 'version.dll'
 }
 
 # Add Gtk dependencies, if --with-gtk.


More information about the scm-commits mailing list