]> git.pld-linux.org Git - packages/mono.git/commitdiff
- updated to 2.11.4
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 14 Sep 2012 17:55:12 +0000 (19:55 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 14 Sep 2012 17:55:12 +0000 (19:55 +0200)
- removed obsolete concurrent-sweep patch

mono-concurrent-sweep.patch [deleted file]
mono.spec

diff --git a/mono-concurrent-sweep.patch b/mono-concurrent-sweep.patch
deleted file mode 100644 (file)
index abce7b6..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-commit 5b3f143191d599c1fcca89125793405150c79424
-Author: Rodrigo Kumpera <kumpera@gmail.com>
-Date:   Sun Apr 22 21:02:59 2012 -0300
-
-    Fix concurrent sweep thread start code to actually work.
-
-diff --git a/mono/metadata/sgen-marksweep.c b/mono/metadata/sgen-marksweep.c
-index 15e2767..78bc368 100644
---- a/mono/metadata/sgen-marksweep.c
-+++ b/mono/metadata/sgen-marksweep.c
-@@ -1960,7 +1960,7 @@ static void
- post_param_init (void)
- {
-       if (concurrent_sweep) {
--              if (mono_native_thread_create (&ms_sweep_thread, ms_sweep_thread_func, NULL)) {
-+              if (!mono_native_thread_create (&ms_sweep_thread, ms_sweep_thread_func, NULL)) {
-                       fprintf (stderr, "Error: Could not create sweep thread.\n");
-                       exit (1);
-               }
index 20b4fc10950b8f5a6685bfc5d2591c5b03a72667..d0b6d19558d10761dc8278559d91e201f41c3c5e 100644 (file)
--- a/mono.spec
+++ b/mono.spec
 Summary:       Common Language Infrastructure implementation
 Summary(pl.UTF-8):     Implementacja Common Language Infrastructure
 Name:          mono
-Version:       2.11.1
+Version:       2.11.4
 Release:       1
 License:       LGPL v2 (VM), MIT X11/GPL v2 (C# compilers), MIT X11 (classes, tools), GPL v2 (tools)
 Group:         Development/Languages
 # latest downloads summary at http://download.mono-project.com/sources-stable/
 Source0:       http://download.mono-project.com/sources/mono/%{name}-%{version}.tar.bz2
-# Source0-md5: fdced23903b627c95ca03ab842e15bff
+# Source0-md5: 5e295d670a0f71902cd26c45e7a5b1f3
 Patch0:                %{name}-alpha-float.patch
 Patch1:                %{name}-mint.patch
 Patch2:                %{name}-sonames.patch
@@ -31,7 +31,6 @@ Patch3:               %{name}-awk.patch
 Patch4:                %{name}-console-no-utf8-bom.patch
 Patch5:                %{name}-pc.patch
 Patch6:                %{name}-ARG_MAX.patch
-Patch7:                %{name}-concurrent-sweep.patch
 URL:           http://www.mono-project.com/
 %if %(test -r /dev/random; echo $?)
 BuildRequires: ACCESSIBLE_/dev/random
@@ -222,7 +221,6 @@ oraz dotGNU.
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
-%patch7 -p1
 
 # for jay
 cat >> mcs/build/config-default.make <<'EOF'
@@ -614,6 +612,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/mono-2.0
 %attr(755,root,root) %{_rpmlibdir}/mono-find-provides
 %attr(755,root,root) %{_rpmlibdir}/mono-find-requires
+%{_pkgconfigdir}/aspnetwebstack.pc
 %{_pkgconfigdir}/cecil.pc
 %{_pkgconfigdir}/dotnet.pc
 %{_pkgconfigdir}/dotnet35.pc
@@ -633,6 +632,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_pkgconfigdir}/system.web.extensions_1.0.pc
 %{_pkgconfigdir}/system.web.mvc.pc
 %{_pkgconfigdir}/system.web.mvc2.pc
+%{_pkgconfigdir}/system.web.mvc3.pc
 %{_pkgconfigdir}/wcf.pc
 %{_includedir}/%{name}-2.0
 %{_mandir}/man1/al.1*
This page took 0.181822 seconds and 4 git commands to generate.