From 9f0a38acf9ae10465ff64f76c80c8f8d259fc7eb Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Oct 12 2009 13:08:38 +0000 Subject: - add version.dll to list of system libraries (#528467) --- 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 - 4-4 +- add version.dll to list of system libraries (#528467) + * Sat Jul 25 2009 Fedora Release Engineering - 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.