forked from pool/mingw64-runtime
- Update to version 5.0.3
- Drop libmsvcrt.a-Added-_create_locale-and-_free_locale-ent.diff, fixed upstream. OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-runtime?expand=0&rev=45
This commit is contained in:
parent
52f4259cb6
commit
403fff56fc
@ -1,41 +0,0 @@
|
||||
diff --git a/mingw-w64-crt/lib32/msvcrt.def.in b/mingw-w64-crt/lib32/msvcrt.def.in
|
||||
index b991cd2..51f62cb 100644
|
||||
--- a/mingw-w64-crt/lib32/msvcrt.def.in
|
||||
+++ b/mingw-w64-crt/lib32/msvcrt.def.in
|
||||
@@ -138,6 +138,7 @@ _copysign
|
||||
_cprintf
|
||||
_cputs
|
||||
_creat
|
||||
+_create_locale
|
||||
_cscanf
|
||||
_ctype DATA
|
||||
_cwait
|
||||
@@ -192,6 +193,7 @@ _fpieee_flt
|
||||
_fpreset DATA
|
||||
_fputchar
|
||||
_fputwchar
|
||||
+_free_locale
|
||||
_fsopen
|
||||
_fstat
|
||||
_fstat32 == _fstat
|
||||
diff --git a/mingw-w64-crt/lib64/msvcrt.def.in b/mingw-w64-crt/lib64/msvcrt.def.in
|
||||
index 0873041..bcf41ac 100644
|
||||
--- a/mingw-w64-crt/lib64/msvcrt.def.in
|
||||
+++ b/mingw-w64-crt/lib64/msvcrt.def.in
|
||||
@@ -240,6 +240,7 @@ _cprintf_p_l
|
||||
_cputs
|
||||
_cputws
|
||||
_creat
|
||||
+_create_locale
|
||||
_cscanf
|
||||
_cscanf_l
|
||||
_cscanf_s
|
||||
@@ -315,6 +316,7 @@ _fputchar
|
||||
_fputwchar
|
||||
_fscanf_l
|
||||
_fscanf_s_l
|
||||
+_free_locale
|
||||
_fsopen
|
||||
_fstat
|
||||
_fstat64
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eab602fd892a987531046a9379e2459edf92fbc6a67a68eb172ff92b0abe076a
|
||||
size 1950212
|
3
mingw-w64-crt-5.0.3.tar.xz
Normal file
3
mingw-w64-crt-5.0.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de1772a3f74faa404fdaf89bddc1b7f13f4228046a4368f1f12a03836eab1592
|
||||
size 1558200
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 21 11:38:40 UTC 2017 - idonmez@suse.com
|
||||
|
||||
- Update to version 5.0.3
|
||||
- Drop libmsvcrt.a-Added-_create_locale-and-_free_locale-ent.diff,
|
||||
fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 18 14:12:37 UTC 2017 - idonmez@suse.com
|
||||
|
||||
|
@ -17,17 +17,16 @@
|
||||
|
||||
|
||||
Name: mingw64-runtime
|
||||
Version: 5.0.2
|
||||
Version: 5.0.3
|
||||
Release: 0
|
||||
Summary: MinGW-w64 runtime libraries for Win64
|
||||
License: SUSE-Public-Domain
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://mingw-w64.sf.net/
|
||||
|
||||
#DL-URL: http://downloads.sf.net/mingw-w64/mingw-w64-v5.0-rc1.tar.bz2
|
||||
#DL-URL: http://downloads.sf.net/mingw-w64/mingw-w64-v5.0.3.tar.bz2
|
||||
Source: mingw-w64-crt-%version.tar.xz
|
||||
Source100: %{name}-rpmlintrc
|
||||
Patch1: libmsvcrt.a-Added-_create_locale-and-_free_locale-ent.diff
|
||||
#!BuildIgnore: post-build-checks
|
||||
BuildRequires: mingw64-cross-binutils
|
||||
BuildRequires: mingw64-cross-gcc-bootstrap >= 4.4.0
|
||||
@ -51,7 +50,6 @@ MinGW Win64 cross-compiler runtime, base libraries.
|
||||
|
||||
%prep
|
||||
%setup -q -n mingw-w64-crt
|
||||
%patch1 -p2
|
||||
|
||||
%build
|
||||
%{_mingw64_configure} --disable-lib32 --enable-lib64
|
||||
|
Loading…
Reference in New Issue
Block a user