]> git.pld-linux.org Git - packages/crossmingw32-w32api.git/commitdiff
- updated to 3.9, runtime 3.12 auto/th/crossmingw32-w32api-3_9-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 3 Apr 2007 21:14:21 +0000 (21:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added mmsystem patch (fix mmsystem.h guards to be more consistent with MS dsound.h)

Changed files:
    crossmingw32-w32api.spec -> 1.36

crossmingw32-w32api.spec

index 3341abdaae835e558c7d642eff474eacdef94126..be567dd85baa74eaa8c5513405e5b45894f2514b 100644 (file)
@@ -1,23 +1,24 @@
 Summary:       Mingw32 Binary Utility Development Utilities - Win32 API libraries
 Summary(pl.UTF-8):     Zestaw narzÄ™dzi mingw32 - biblioteki API Win32
 Name:          crossmingw32-w32api
-Version:       3.8
+Version:       3.9
 %define        apiver  %{version}
 %define        apisrc  w32api-%{apiver}
-%define runver 3.11
+%define runver 3.12
 %define        runsrc  mingw-runtime-%{runver}
-Release:       2
+Release:       1
 Epoch:         1
 License:       Free
 Group:         Development/Libraries
 Source0:       http://dl.sourceforge.net/mingw/%{apisrc}-src.tar.gz
-# Source0-md5: f38604492ba27c914d527a07cb5c164a
+# Source0-md5: be0b0219645a4ee0f3495c2abf90b5ad
 # only for headers
 Source1:       http://dl.sourceforge.net/mingw/%{runsrc}-src.tar.gz
-# Source1-md5: 642a9619b32fbf20602a6c8517b578df
+# Source1-md5: a9fdbd5162aa1ae0171c47f929adf938
 Source2:       http://oss.sgi.com/projects/ogl-sample/ABI/glext.h
 # NoSource2-md5:       0c40bd4545aa630e139043c2b12f0807
 Patch0:                %{name}-include_fix.patch
+Patch1:                %{name}-mmsystem.patch
 URL:           http://www.mingw.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -72,6 +73,7 @@ DirectX z API Win32 dla MinGW.
 %prep
 %setup -q -n w32api-%{version} -a1
 %patch0 -p1
+%patch1 -p1
 
 %build
 cp /usr/share/automake/config.sub .
This page took 0.1077 seconds and 4 git commands to generate.