rpms/mono/devel .cvsignore, 1.21, 1.22 import.log, 1.9, 1.10 mono.spec, 1.83, 1.84 sources, 1.25, 1.26 mono-1.1.13.4-selinux-ia64.patch, 1.1, NONE

Paul F. Johnson pfj at fedoraproject.org
Sat Oct 25 08:36:29 UTC 2008


Author: pfj

Update of /cvs/pkgs/rpms/mono/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5863/devel

Modified Files:
	.cvsignore import.log mono.spec sources 
Removed Files:
	mono-1.1.13.4-selinux-ia64.patch 
Log Message:

Update to 2.0.1
Removed selinux ia64 patch
Added support for s390/390x 



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- .cvsignore	14 Aug 2008 13:06:25 -0000	1.21
+++ .cvsignore	25 Oct 2008 08:35:58 -0000	1.22
@@ -1 +1 @@
-mono-2.0.tar.bz2
+mono-2.0.1.tar.bz2


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/import.log,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- import.log	18 Oct 2008 23:36:22 -0000	1.9
+++ import.log	25 Oct 2008 08:35:58 -0000	1.10
@@ -7,3 +7,4 @@
 mono-2_0-10_fc10:HEAD:mono-2.0-10.fc10.src.rpm:1222991530
 mono-2_0-11_fc10:HEAD:mono-2.0-11.fc10.src.rpm:1224195347
 mono-2_0-11_1_fc10:HEAD:mono-2.0-11.1.fc10.src.rpm:1224372920
+mono-2_0_1-12_fc10:HEAD:mono-2.0.1-12.fc10.src.rpm:1224923536


Index: mono.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/mono.spec,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- mono.spec	18 Oct 2008 23:36:22 -0000	1.83
+++ mono.spec	25 Oct 2008 08:35:58 -0000	1.84
@@ -1,6 +1,6 @@
 Name:		mono
-Version:        2.0
-Release:        11.1%{?dist}
+Version:        2.0.1
+Release:        12%{?dist}
 Summary:        A .NET runtime environment
 
 Group:          Development/Languages
@@ -30,11 +30,10 @@
 BuildRequires: mono-core
 
 # JIT only availible on these:
-ExclusiveArch: %ix86 x86_64 ppc ia64 armv4l sparc alpha
+ExclusiveArch: %ix86 x86_64 ppc ia64 armv4l sparc alpha s390 s390x
 # Disabled due to strange build failure:
 # s390 s390x
 
-Patch1: mono-1.1.13.4-selinux-ia64.patch
 Patch2: mono-2.0-ppc-threading.patch
 Patch3: mono-libdir-126.patch
 Patch4: mono-1.2.3-use-monodir.patch
@@ -256,7 +255,6 @@
 sed -i -e 's!@@LIBDIR@@!%{_libdir}!' %{PATCH8}
 %patch8 -p1 -b .config
 sed -i -e 's!%{_libdir}!@@LIBDIR@@!' %{PATCH8}
-%patch1 -p1 -b .selinux-ia64
 %patch2 -p1 -b .ppc-threading
 %patch3 -p1 -b .libdir
 %patch4 -p1 -b .use-monodir
@@ -280,16 +278,16 @@
 rm -rf mcs/class/lib/monolite/*
 
 %build
-%ifarch ia64 s390
-export CFLAGS="-O2 -fno-strict-aliasing"
+%ifarch ia64 s390 s390x
+export CFLAGS="-O2 -fno-strict-aliasing -DMONO_DISABLE_SHM=1"
 %else
-export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -DMONO_DISABLE_SHM=1"
 %endif
 #autoreconf -f -i -s
 
 gcc -o monodir %{SOURCE1} -DMONODIR=\"%{_libdir}/mono\"
 
-%configure --with-ikvm=yes --with-jit=yes --with-xen_opt=yes --with-moonlight=no --disable-static --with-preview=yes 
+%configure --with-ikvm=yes --with-jit=yes --with-xen_opt=yes --with-moonlight=no --disable-static --with-preview=yes --with-libgdiplus=installed
 make
 
 
@@ -412,6 +410,7 @@
 %dir %{_sysconfdir}/mono
 %dir %{_sysconfdir}/mono/1.0
 %dir %{_sysconfdir}/mono/2.0
+%dir %{_sysconfdir}/mono/mconfig
 %config (noreplace) %{_sysconfdir}/mono/config
 %config (noreplace) %{_sysconfdir}/mono/1.0/machine.config
 %config (noreplace) %{_sysconfdir}/mono/2.0/machine.config
@@ -625,6 +624,14 @@
 %gac_dll IBM.Data.DB2
 
 %changelog
+* Fri Oct 24 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0.12
+- Update to 2.0.1
+- remove selinux patch
+- remove s390 disable
+
+* Tue Oct 21 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-11.2
+- fixed no ownership of etc-mono-mconfig directory
+
 * Sat Oct 18 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-11.1
 - fix the last fix...
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sources	2 Oct 2008 23:53:05 -0000	1.25
+++ sources	25 Oct 2008 08:35:58 -0000	1.26
@@ -1 +1 @@
-d8fb1b2bab0066b82289b8a5856b9705  mono-2.0.tar.bz2
+60ab4d1d1990826578891e90cd560fa0  mono-2.0.1.tar.bz2


--- mono-1.1.13.4-selinux-ia64.patch DELETED ---




More information about the fedora-extras-commits mailing list