[mingw-nsiswrapper: 11/20] Add dnsapi.dll to list of system libraries (RHBZ#548965).

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


commit 9c6c9dd80a16b839656e6da21ec0fd384181e862
Author: Richard W.M. Jones <rjones at fedoraproject.org>
Date:   Mon Dec 21 12:09:17 2009 +0000

    Add dnsapi.dll to list of system libraries (RHBZ#548965).

 mingw32-nsiswrapper.spec |    7 +++++--
 nsiswrapper.pl           |    3 ++-
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-nsiswrapper.spec b/mingw32-nsiswrapper.spec
index f9dd310..160fa31 100644
--- a/mingw32-nsiswrapper.spec
+++ b/mingw32-nsiswrapper.spec
@@ -1,6 +1,6 @@
 Name:           mingw32-nsiswrapper
-Version:        4
-Release:        4%{?dist}
+Version:        5
+Release:        1%{?dist}
 Summary:        Helper program for making NSIS Windows installers
 
 License:        GPLv2+
@@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Dec 21 2009 Richard W.M. Jones <rjones at redhat.com> - 5-1
+- Add dnsapi.dll to list of system libraries (RHBZ#548965).
+
 * Mon Oct 12 2009 Adam Tkac <atkac redhat com> - 4-4
 - add version.dll to list of system libraries (#528467)
 
diff --git a/nsiswrapper.pl b/nsiswrapper.pl
index 8f2c600..2e179e3 100755
--- a/nsiswrapper.pl
+++ b/nsiswrapper.pl
@@ -506,7 +506,8 @@ sub is_windows_system_dll
 	$_ eq 'wsock32.dll' ||
 	$_ eq 'ws2_32.dll' ||
 	$_ eq 'wldap32.dll' ||
-	$_ eq 'version.dll'
+	$_ eq 'version.dll' ||
+	$_ eq 'dnsapi.dll'
 }
 
 # Add Gtk dependencies, if --with-gtk.


More information about the scm-commits mailing list