diff --git a/mingw-filesystem.spec b/mingw-filesystem.spec index d97dafb..5d562ea 100644 --- a/mingw-filesystem.spec +++ b/mingw-filesystem.spec @@ -2,7 +2,7 @@ Name: mingw-filesystem Version: 96 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MinGW cross compiler base filesystem and environment Group: Development/Libraries @@ -79,6 +79,7 @@ Requires: %{name}-base = %{version}-%{release} # it comes out the same either way. # Provides: %(sed "s/\(.*\)/mingw32(\1) /g" %{SOURCE16} | tr "\n" " ") +Provides: mingw32(mscoree.dll) %description -n mingw32-filesystem This package contains the base filesystem layout, RPM macros and @@ -94,6 +95,7 @@ Summary: MinGW cross compiler base filesystem and environment for the win Requires: %{name}-base = %{version}-%{release} Provides: %(sed "s/\(.*\)/mingw64(\1) /g" %{SOURCE17} | tr "\n" " ") +Provides: mingw64(mscoree.dll) %description -n mingw64-filesystem This package contains the base filesystem layout, RPM macros and @@ -246,6 +248,9 @@ install -m 0644 %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/mingw/ %changelog +* Sat Nov 10 2012 Kalev Lember - 96-2 +- Add provides for mscoree.dll and regenerate the standard-dlls file + * Mon Sep 17 2012 Erik van Pienbroek - 96-1 - Added new macros for Qt5 support, %%mingw32_qmake_qt5, %%mingw64_qmake_qt5, %%mingw_qmake_qt4 and %%mingw_qmake_qt5 diff --git a/standard-dlls-mingw32 b/standard-dlls-mingw32 index 70692cb..ca07c75 100644 --- a/standard-dlls-mingw32 +++ b/standard-dlls-mingw32 @@ -7,6 +7,7 @@ avifil32.dll bcrypt.dll bootvid.dll bthprops.cpl +cabinet.dll cap.dll cfgmgr32.dll classpnp.sys @@ -154,6 +155,7 @@ msimg32.dll mstask.dll msvcp60.dll msvcr100.dll +msvcr110.dll msvcr80.dll msvcr90d.dll msvcr90.dll @@ -258,6 +260,7 @@ wevtapi.dll wevtfwd.dll win32k.sys win32spl.dll +winhttp.dll wininet.dll winmm.dll winscard.dll diff --git a/standard-dlls-mingw64 b/standard-dlls-mingw64 index 0fcc7da..11659f4 100644 --- a/standard-dlls-mingw64 +++ b/standard-dlls-mingw64 @@ -736,6 +736,7 @@ msv1_0.dll msvcirt.dll msvcp60.dll msvcr100.dll +msvcr110.dll msvcr80.dll msvcr90d.dll msvcr90.dll @@ -1161,6 +1162,7 @@ wiaservc.dll wiashext.dll win32spl.dll winfax.dll +winhttp.dll wininet.dll winipsec.dll winmm.dll