rpms/mingw32-nsiswrapper/F-12 mingw32-nsiswrapper.spec, 1.7, 1.8 nsiswrapper.pl, 1.4, 1.5

Richard W.M. Jones rjones at fedoraproject.org
Mon Dec 21 12:09:24 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/mingw32-nsiswrapper/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11415

Modified Files:
	mingw32-nsiswrapper.spec nsiswrapper.pl 
Log Message:
Add dnsapi.dll to list of system libraries (RHBZ#548965).


Index: mingw32-nsiswrapper.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-nsiswrapper/F-12/mingw32-nsiswrapper.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- mingw32-nsiswrapper.spec	12 Oct 2009 13:10:49 -0000	1.7
+++ mingw32-nsiswrapper.spec	21 Dec 2009 12:09:24 -0000	1.8
@@ -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)
 


Index: nsiswrapper.pl
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-nsiswrapper/F-12/nsiswrapper.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- nsiswrapper.pl	12 Oct 2009 13:10:49 -0000	1.4
+++ nsiswrapper.pl	21 Dec 2009 12:09:24 -0000	1.5
@@ -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 fedora-extras-commits mailing list