rpms/mono/devel import.log, 1.15, 1.16 mono-2.2-pcfiles.patch, 1.1, 1.2 mono.spec, 1.88, 1.89

Paul F. Johnson pfj at fedoraproject.org
Wed Nov 26 09:54:24 UTC 2008


Author: pfj

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

Modified Files:
	import.log mono-2.2-pcfiles.patch mono.spec 
Log Message:

Fix mono.pc file (used the wrong patch originally) 



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/import.log,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- import.log	25 Nov 2008 21:50:28 -0000	1.15
+++ import.log	26 Nov 2008 09:53:53 -0000	1.16
@@ -13,3 +13,4 @@
 mono-2_2-1_pre1_fc10:HEAD:mono-2.2-1.pre1.fc10.src.rpm:1227626955
 mono-2_2-1_1_pre1_fc10:HEAD:mono-2.2-1.1.pre1.fc10.src.rpm:1227627723
 mono-2_2-2_pre1_fc10:HEAD:mono-2.2-2.pre1.fc10.src.rpm:1227649766
+mono-2_2-3_pre1_fc10:HEAD:mono-2.2-3.pre1.fc10.src.rpm:1227693180

mono-2.2-pcfiles.patch:

Index: mono-2.2-pcfiles.patch
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/mono-2.2-pcfiles.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mono-2.2-pcfiles.patch	25 Nov 2008 15:30:21 -0000	1.1
+++ mono-2.2-pcfiles.patch	26 Nov 2008 09:53:53 -0000	1.2
@@ -72,3 +72,13 @@
  Libraries=${assemblies_dir}/2.1/smcs.exe
  
  Name: Mono Internal -- Do not use.
+
+--- mono-2.2/data/mono.pc.in	2008-09-10 17:12:13.000000000 +0100
++++ mono-2.2/data/mono.pc-new.in	2008-11-26 09:20:09.000000000 +0000
+@@ -1,6 +1,6 @@
+ prefix=${pcfiledir}/../..
+ exec_prefix=${pcfiledir}/../..
+-libdir=${prefix}/@reloc_libdir@
++libdir=@libdir@/
+ includedir=${prefix}/include/mono- at API_VER@
+ sysconfdir=@sysconfdir@


Index: mono.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/mono.spec,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- mono.spec	25 Nov 2008 21:50:28 -0000	1.88
+++ mono.spec	26 Nov 2008 09:53:54 -0000	1.89
@@ -1,6 +1,6 @@
 Name:		mono
 Version:        2.2
-Release:        2.pre1%{?dist}
+Release:        3.pre1%{?dist}
 Summary:        A .NET runtime environment
 
 Group:          Development/Languages
@@ -677,6 +677,9 @@
 %{_libdir}/pkgconfig/monodoc.pc
 
 %changelog
+* Wed Nov 26 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.2-3.pre1
+- mono.pc libfile fix
+
 * Tue Nov 25 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.2-2.pre1
 - fix monodoc libdir issues
 




More information about the fedora-extras-commits mailing list