From 4b7d67464c60276cdf061235dff191fc19d0fc94 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Nov 23 2008 22:18:00 +0000 Subject: Added mingw32(glut32.dll). --- diff --git a/mingw32-filesystem.spec b/mingw32-filesystem.spec index 56e8434..ae935bd 100644 --- a/mingw32-filesystem.spec +++ b/mingw32-filesystem.spec @@ -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 - 38-1 +- Added mingw32(glut32.dll). + * Wed Nov 19 2008 Richard Jones - 37-1 - Revert part of the 36-1 patch. --build option to configure was wrong.