rpms/mono/devel mono-svn-ppcreordering.patch, NONE, 1.1 .cvsignore, 1.27, 1.28 import.log, 1.25, 1.26 mono.spec, 1.98, 1.99 sources, 1.33, 1.34

Paul F. Johnson pfj at fedoraproject.org
Fri Dec 19 10:55:55 UTC 2008


Author: pfj

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

Modified Files:
	.cvsignore import.log mono.spec sources 
Added Files:
	mono-svn-ppcreordering.patch 
Log Message:

Pile more fixes from the goodness that is svn
Re-enable PPC build


mono-svn-ppcreordering.patch:

--- NEW FILE mono-svn-ppcreordering.patch ---
--- mono-121833/mono/arch/ppc/ppc-codegen.h	2008-12-19 05:57:19.000000000 +0000
+++ mono-121833/mono/arch/ppc/ppc-codegen-new.h	2008-12-19 09:15:41.000000000 +0000
@@ -150,7 +150,7 @@
 #define ppc_load_func(c,D,V)	      ppc_load_sequence ((c), (D), (V))
 
 #define ppc_load_reg(c,D,d,A)         ppc_lwz  ((c), (D), (d), (A))
-#define ppc_load_reg_update(c,D,d,A)  ppc_lwzu ((c), (D), (d), (A))
+#define ppc_load_reg_update(c,D,d,A)  ppc_lwzu ((c), (D), (A), (d))
 #define ppc_load_reg_indexed(c,D,A,B)        ppc_lwzx ((c), (D), (A), (B))
 #define ppc_load_reg_update_indexed(c,D,A,B) ppc_lwzux ((c), (D), (A), (B))
 #define ppc_load_multiple_regs(c,D,A,d)      ppc_lmw   ((c), (D), (A), (d))


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- .cvsignore	17 Dec 2008 12:36:49 -0000	1.27
+++ .cvsignore	19 Dec 2008 10:55:22 -0000	1.28
@@ -1 +1 @@
-mono-121664.tar.bz2
+mono-121833.tar.bz2


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/import.log,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- import.log	17 Dec 2008 12:36:49 -0000	1.25
+++ import.log	19 Dec 2008 10:55:23 -0000	1.26
@@ -23,3 +23,4 @@
 mono-2_2-11_pre3_20081215svn121536_fc11:HEAD:mono-2.2-11.pre3.20081215svn121536.fc11.src.rpm:1229380660
 mono-2_2-11_pre3_20081216svn121605_fc11:HEAD:mono-2.2-11.pre3.20081216svn121605.fc11.src.rpm:1229509237
 mono-2_2-12_pre3_20081217svn121664_fc11:HEAD:mono-2.2-12.pre3.20081217svn121664.fc11.src.rpm:1229517354
+mono-2_2-13_pre3_20081219svn121833_fc11:HEAD:mono-2.2-13.pre3.20081219svn121833.fc11.src.rpm:1229684067


Index: mono.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/mono.spec,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- mono.spec	17 Dec 2008 12:36:49 -0000	1.98
+++ mono.spec	19 Dec 2008 10:55:23 -0000	1.99
@@ -1,8 +1,8 @@
-%define svnver 121664
+%define svnver 121833
 
 Name:		mono
 Version:        2.2
-Release:        12.pre3.20081217svn%{svnver}%{?dist}
+Release:        13.pre3.20081219svn%{svnver}%{?dist}
 Summary:        A .NET runtime environment
 
 Group:          Development/Languages
@@ -33,7 +33,7 @@
 BuildRequires: mono-core
 
 # JIT only availible on these:
-ExclusiveArch: %ix86 x86_64 ia64 armv4l sparc alpha s390 s390x
+ExclusiveArch: %ix86 x86_64 ia64 armv4l sparc alpha s390 s390x ppc
 
 Patch0: mono-2.2-ppc-threading.patch
 Patch1: mono-libdir-126.patch
@@ -43,7 +43,7 @@
 Patch5: mono-2.0-metadata-makefile.patch
 Patch6: mono-22-libgdiwinform.patch
 Patch7: mono-22-libdir.patch
-
+Patch8: mono-svn-ppcreordering.patch
 
 %description
 The Mono runtime implements a JIT engine for the ECMA CLI
@@ -285,6 +285,7 @@
 sed -i -e 's!@libdir@!%{_libdir}!' %{PATCH7}
 %patch7 -p1 -b .libdir-22
 sed -i -e 's!%{_libdir}!@libdir@!' %{PATCH7}
+%patch8 -p1 -b .ppc-reorder
 sed -i -e 's!@prefix@/lib/!%{_libdir}/!' data/system.web.extensions_1.0.pc.in
 sed -i -e 's!@prefix@/lib/!%{_libdir}/!' data/system.web.extensions.design_1.0.pc.in
 sed -i -e 's!$(prefix)/lib/!%{_libdir}/!' docs/Makefile.{am,in}
@@ -695,6 +696,11 @@
 %{_libdir}/pkgconfig/monodoc.pc
 
 %changelog
+* Fri Dec 19 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.2-13.pre3.20081219svn121833
+- Lots more fixes
+- New patch for ppc archs
+- Re-enable ppc build
+
 * Wed Dec 17 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.2-12.pre3.20081217svn121664
 - Fix libdir issue with monodoc
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/sources,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- sources	17 Dec 2008 12:36:49 -0000	1.33
+++ sources	19 Dec 2008 10:55:23 -0000	1.34
@@ -1 +1 @@
-eb038c4b7f0cd5da9711693b58d8018b  mono-121664.tar.bz2
+cad97fa3052e20c735982efbc90ece5a  mono-121833.tar.bz2




More information about the fedora-extras-commits mailing list