forked from pool/mono-core
Accepting request 325329 from Mono:Factory
1 OBS-URL: https://build.opensuse.org/request/show/325329 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mono-core?expand=0&rev=93
This commit is contained in:
commit
1b9cd2402b
@ -1,18 +0,0 @@
|
|||||||
Index: mono-3.10.0/mcs/class/Managed.Windows.Forms/Makefile
|
|
||||||
===================================================================
|
|
||||||
--- mono-3.10.0.orig/mcs/class/Managed.Windows.Forms/Makefile
|
|
||||||
+++ mono-3.10.0/mcs/class/Managed.Windows.Forms/Makefile
|
|
||||||
@@ -122,11 +122,11 @@ TEST_HARNESS_EXCLUDES_ONDOTNET = -exclud
|
|
||||||
$(the_lib): $(RESOURCES)
|
|
||||||
|
|
||||||
$(RESX_RESOURCES): %.resources: %.resx
|
|
||||||
- $(RESGEN) $< || cp $@.prebuilt $@
|
|
||||||
+ $(RESGEN) $< || cp -r $@.prebuilt $@
|
|
||||||
|
|
||||||
$(LIBRARY): $(CUR_RESOURCES)
|
|
||||||
|
|
||||||
$(PREBUILT): %.prebuilt: %
|
|
||||||
- cp $* $@
|
|
||||||
+ cp -r $* $@
|
|
||||||
|
|
||||||
dist-default: $(PREBUILT)
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b074584eea5bbaaf29362486a69d70abe53d0d2feb334f231fa9c841cf6fd651
|
|
||||||
size 96051374
|
|
3
mono-4.0.3.20.tar.bz2
Normal file
3
mono-4.0.3.20.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:976c0be3ab9b66361f48e8133c60b1b2942b88c44a7a11a19cd98f5ff64313fc
|
||||||
|
size 95987018
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 22 06:16:37 UTC 2015 - mailaender@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 4.0.3.20, Bugfixes:
|
||||||
|
* bxc#28600: Some LLVM artifacts are being written to the base project dir rather than obj/$Config/
|
||||||
|
* bxc#26205: System.IO.Package.LoadRelationships throws null reference for some NuGet packages with PCLs generated on Windows
|
||||||
|
* bxc#30868: ObjectDisposedException in mono 4.0.1.28, but not mono 3.12.1
|
||||||
|
* bxc#31582: iOS -O=float32 fails for some operations on ARM7
|
||||||
|
* bxc#30043: Disposing a FileSystemWatcher object causes ArgumentOutOfRangeException
|
||||||
|
* bxc#31060: F# sprintf AOT bug happens still now
|
||||||
|
- Dropped unnecessary mono-3.x-keyboards.resources-cp_r.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 25 00:00:00 UTC 2015 - fwdsbs.to.11df@xoxy.net
|
Thu Jun 25 00:00:00 UTC 2015 - fwdsbs.to.11df@xoxy.net
|
||||||
|
|
||||||
|
@ -21,21 +21,17 @@
|
|||||||
%define sgen yes
|
%define sgen yes
|
||||||
|
|
||||||
Name: mono-core
|
Name: mono-core
|
||||||
Version: 4.0.2.5
|
Version: 4.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Cross-platform, Open Source, .NET development framework
|
Summary: Cross-platform, Open Source, .NET development framework
|
||||||
License: LGPL-2.1 and MIT and MS-PL
|
License: LGPL-2.1 and MIT and MS-PL
|
||||||
Group: Development/Languages/Mono
|
Group: Development/Languages/Mono
|
||||||
Url: http://www.mono-project.com
|
Url: http://www.mono-project.com
|
||||||
Source0: http://download.mono-project.com/sources/mono/mono-%{version}.tar.bz2
|
Source0: http://download.mono-project.com/sources/mono/mono-%{version}.20.tar.bz2
|
||||||
Source1: mono-core.rpmlintrc
|
Source1: mono-core.rpmlintrc
|
||||||
Source2: gmcs
|
Source2: gmcs
|
||||||
# PATCH-FIX-OPENSUSE Use runtime 4.5 as default for nunit
|
# PATCH-FIX-OPENSUSE Use runtime 4.5 as default for nunit
|
||||||
Patch0: mono-nunit-default-runtime-4.5.patch
|
Patch0: mono-nunit-default-runtime-4.5.patch
|
||||||
# PATCH-FIX-UPSTREAM resources/keyboards.resources exists on x86_64,
|
|
||||||
# so cp won't work, should add -r argument
|
|
||||||
# https://github.com/mono/mono/pull/1764
|
|
||||||
Patch1: mono-3.x-keyboards.resources-cp_r.patch
|
|
||||||
# PATCH-FIX-UPSTREAM https://github.com/mono/mono/commit/bcb651
|
# PATCH-FIX-UPSTREAM https://github.com/mono/mono/commit/bcb651
|
||||||
Patch2: mono-bug-28777.patch
|
Patch2: mono-bug-28777.patch
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
@ -107,9 +103,8 @@ cross-platform .NET applications. The project will implement various
|
|||||||
technologies that have been submitted to the ECMA for standardization.
|
technologies that have been submitted to the ECMA for standardization.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n mono-4.0.2
|
%setup -q -n mono-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user