Update to 4.6.3

f38
Michael Cronenworth 9 years ago
parent 1f562fab78
commit 16c55debec

2
.gitignore vendored

@ -1 +1 @@
/wine-mono-4.6.2.tar.gz
/wine-mono-4.6.3.tar.gz

@ -1 +1 @@
f14b62e04cc6d105405c1fdd5fba92ff wine-mono-4.6.2.tar.gz
76a9046e05c22900c5f8d5c71450e844 wine-mono-4.6.3.tar.gz

@ -1,12 +0,0 @@
--- wine-mono-4.5.6/mono/libgc/win32_threads.c.orig 2015-03-08 00:50:02.940982196 -0600
+++ wine-mono-4.5.6/mono/libgc/win32_threads.c 2015-03-08 00:50:18.624128240 -0600
@@ -165,9 +165,6 @@
* GC_max_thread_index may temporarily be larger than MAX_THREADS.
* To avoid subscript errors, we check on access.
*/
-#ifdef __GNUC__
-__inline__
-#endif
LONG GC_get_max_thread_index()
{
LONG my_max = GC_max_thread_index;

@ -2,7 +2,7 @@
%{?mingw_package_header}
Name: wine-mono
Version: 4.6.2
Version: 4.6.3
Release: 1%{?dist}
Summary: Mono library required for Wine
@ -13,8 +13,6 @@ Source0: http://dl.winehq.org/wine/wine-mono/%{version}/wine-mono-%{versi
Patch0: wine-mono-build-msifilename.patch
# to statically link in winpthreads
Patch1: wine-mono-build-static.patch
# this function gets optimized out when inlined
Patch2: wine-mono-build-inline.patch
# see git://github.com/madewokherd/wine-mono
@ -57,7 +55,6 @@ Windows Mono library required for Wine.
%setup -q
%patch0 -p1 -b.msifilename
%patch1 -p1 -b.static
%patch2 -p1 -b.inline
%build
MAKEOPTS=%{_smp_mflags} MSIFILENAME=wine-mono-%{version}.msi ./build-winemono.sh.static
@ -88,12 +85,14 @@ cp mono-basic/README mono-basic-README
cp mono-basic/LICENSE mono-basic-LICENSE
%files
%doc COPYING README
%doc mono-LICENSE mono-COPYING.LIB mono-mcs*
%doc mono-basic-README mono-basic-LICENSE
%license COPYING mono-LICENSE mono-COPYING.LIB mono-basic-LICENSE mono-mcs*
%doc README mono-basic-README
%{_datadir}/wine/mono/wine-mono-%{version}.msi
%changelog
* Wed Jun 15 2016 Michael Cronenworth <mike@cchtml.com> - 4.6.3-1
- version upgrade
* Sun Apr 17 2016 Michael Cronenworth <mike@cchtml.com> - 4.6.2-1
- version upgrade

Loading…
Cancel
Save