rpms/mono/devel import.log, 1.7, 1.8 mono-2.0-pcfiles.patch, 1.1, 1.2 mono.spec, 1.81, 1.82

Paul F. Johnson pfj at fedoraproject.org
Thu Oct 16 22:17:24 UTC 2008


Author: pfj

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

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

Fix mono-cario.pc libdir 



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/import.log,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- import.log	2 Oct 2008 23:53:05 -0000	1.7
+++ import.log	16 Oct 2008 22:16:52 -0000	1.8
@@ -5,3 +5,4 @@
 mono-2_0-7_fc10:HEAD:mono-2.0-7.fc10.src.rpm:1221685120
 mono-2_0-8_fc10:HEAD:mono-2.0-8.fc10.src.rpm:1221814700
 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-pcfiles.patch:

Index: mono-2.0-pcfiles.patch
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/mono-2.0-pcfiles.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mono-2.0-pcfiles.patch	14 Aug 2008 13:06:25 -0000	1.1
+++ mono-2.0-pcfiles.patch	16 Oct 2008 22:16:52 -0000	1.2
@@ -16,16 +16,20 @@
  includedir=${prefix}/include/mono- at API_VER@
  
  
---- mono-2.0/data/mono-cairo.pc.in	2008-08-03 15:59:34.000000000 +0100
-+++ mono-2.0/data/mono-cairo.pc-new.in	2008-08-03 15:59:55.000000000 +0100
-@@ -1,6 +1,6 @@
+--- mono-2.0/data/mono-cairo.pc.in	2008-07-01 18:51:07.000000000 +0100
++++ mono-2.0/data/mono-cairo.pc-new.in	2008-10-16 22:24:15.000000000 +0100
+@@ -1,9 +1,9 @@
  prefix=${pcfiledir}/../..
  exec_prefix=${pcfiledir}/../..
 -libdir=${prefix}/@reloc_libdir@
-+libdir=@libdir@
++libdir=${libdir}
  includedir=${prefix}/include
  
  Name: Mono.Cairo
+ Description: Cairo bindings for Mono
+ Version: @VERSION@
+-Libs: -r:${prefix}/lib/mono/1.0/Mono.Cairo.dll
++Libs: -r:${libdir}/mono/1.0/Mono.Cairo.dll
 --- mono-2.0/data/mono.pc.in	2008-07-01 18:51:07.000000000 +0100
 +++ mono-2.0/data/mono.pc-new.in	2008-08-03 15:59:18.000000000 +0100
 @@ -1,6 +1,6 @@


Index: mono.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono/devel/mono.spec,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- mono.spec	2 Oct 2008 23:53:05 -0000	1.81
+++ mono.spec	16 Oct 2008 22:16:52 -0000	1.82
@@ -1,6 +1,6 @@
 Name:		mono
 Version:        2.0
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        A .NET runtime environment
 
 Group:          Development/Languages
@@ -623,6 +623,9 @@
 %gac_dll IBM.Data.DB2
 
 %changelog
+* Thu Oct 16 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-11
+- correct libdir in mono-cairo.pc file (BZ 467294)
+
 * Fri Oct 03 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-10
 - bump to RC4
 




More information about the scm-commits mailing list