Added mingw32(glut32.dll).

This commit is contained in:
Richard W.M. Jones 2008-11-23 22:18:00 +00:00
parent 03e2b36396
commit 4b7d67464c

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: mingw32-filesystem
Version: 37
Version: 38
Release: 1%{?dist}
Summary: MinGW base filesystem and environment
@ -43,6 +43,7 @@ Provides: mingw32(mscoree.dll)
Provides: mingw32(msvcrt.dll)
Provides: mingw32(user32.dll)
Provides: mingw32(wldap32.dll)
Provides: mingw32(glut32.dll)
Obsoletes: mingw-filesystem = %{version}-%{release}
Provides: mingw-filesystem < 26
@ -136,6 +137,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Nov 23 2008 Richard Jones <rjones@redhat.com> - 38-1
- Added mingw32(glut32.dll).
* Wed Nov 19 2008 Richard Jones <rjones@redhat.com> - 37-1
- Revert part of the 36-1 patch. --build option to configure was wrong.