rpms/mono/devel import.log,1.61,1.62 mono.spec,1.149,1.150

Paul F. Johnson pfj at fedoraproject.org
Sun Jun 6 20:38:24 UTC 2010


Author: pfj

Update of /cvs/pkgs/rpms/mono/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10974/devel

Modified Files:
	import.log mono.spec 
Log Message:

Fix mono-cairo for 64 bit machines 



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/import.log,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -p -r1.61 -r1.62
--- import.log	31 May 2010 09:56:41 -0000	1.61
+++ import.log	6 Jun 2010 20:38:24 -0000	1.62
@@ -4,3 +4,4 @@ mono-2_6_1-1_fc13:HEAD:mono-2.6.1-1.fc13
 mono-2_6_3-1_fc14:HEAD:mono-2.6.3-1.fc14.src.rpm:1269037048
 mono-2_6_4-1_fc14:HEAD:mono-2.6.4-1.fc14.src.rpm:1272392899
 mono-2_6_4-2_fc14:HEAD:mono-2.6.4-2.fc14.src.rpm:1275299763
+mono-2_6_4-3_fc14:HEAD:mono-2.6.4-3.fc14.src.rpm:1275856661


Index: mono.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/mono.spec,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -p -r1.149 -r1.150
--- mono.spec	31 May 2010 09:56:42 -0000	1.149
+++ mono.spec	6 Jun 2010 20:38:24 -0000	1.150
@@ -2,7 +2,7 @@
 
 Name:           mono
 Version:        2.6.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A .NET runtime environment
 
 Group:          Development/Languages
@@ -321,6 +321,7 @@ sed -i -e 's!@libdir@!%{_libdir}!' %{PAT
 sed -i -e 's!%{_libdir}!@libdir@!' %{PATCH7}
 sed -i -e 's!$(prefix)/lib/!%{_libdir}/!' docs/Makefile.{am,in}
 sed -i -e 's!${prefix}/lib/!%{_libdir}/!' data/monodoc.pc.in
+sed -i -e 's!${prefix}/lib/!%{_libdir}/!' data/mono-cairo.pc.in
 
 autoreconf -f -i -s
 
@@ -772,6 +773,9 @@ install -p -m0644 %{SOURCE2} %{buildroot
 %gac_dll System.Dynamic 
 
 %changelog
+* Sun Jun 06 2010 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.6.4-3
+- Fix for x86_64 mono-cairo.pc
+
 * Sun May 30 2010 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.6.4-2
 - Fix libs for monodoc on x86_64
 



More information about the scm-commits mailing list