FYI: Tiny patch to mingw32-filesystem

Richard W.M. Jones rjones at redhat.com
Thu Nov 13 16:38:17 UTC 2008


Uncontroversial, extra pseudo-provides, needed for curl.  I actually
already committed this.

Rich.

-- 
Richard Jones, Emerging Technologies, Red Hat  http://et.redhat.com/~rjones
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine.  Supports Linux and Windows.
http://et.redhat.com/~rjones/virt-df/
-------------- next part --------------
Index: mingw32-filesystem.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-filesystem/devel/mingw32-filesystem.spec,v
retrieving revision 1.1
diff -u -r1.1 mingw32-filesystem.spec
--- mingw32-filesystem.spec	30 Oct 2008 09:49:17 -0000	1.1
+++ mingw32-filesystem.spec	13 Nov 2008 16:40:13 -0000
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           mingw32-filesystem
-Version:        34
+Version:        35
 Release:        1%{?dist}
 Summary:        MinGW base filesystem and environment
 
@@ -42,6 +42,7 @@
 Provides:       mingw32(mscoree.dll)
 Provides:       mingw32(msvcrt.dll)
 Provides:       mingw32(user32.dll)
+Provides:       mingw32(wldap32.dll)
 
 Obsoletes:      mingw-filesystem = %{version}-%{release}
 Provides:       mingw-filesystem < 26
@@ -135,6 +136,9 @@
 
 
 %changelog
+* Thu Nov 13 2008 Richard Jones <rjones at redhat.com> - 35-1
+- Added mingw32(wldap32.dll) pseudo-provides.
+
 * Wed Oct 29 2008 Richard Jones <rjones at redhat.com> - 34-1
 - Set --prefix correctly.
 


More information about the mingw mailing list