rpms/monodevelop/F-10 monodevelop-1.9-libdir.patch, 1.1, 1.2 monodevelop.spec, 1.39, 1.40

Christian Krause chkr at fedoraproject.org
Tue Mar 31 20:53:49 UTC 2009


Author: chkr

Update of /cvs/pkgs/rpms/monodevelop/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18082

Modified Files:
	monodevelop-1.9-libdir.patch monodevelop.spec 
Log Message:
- update monodevelop-1.9-libdir.patch to fix x86_64 build problem
- rebuild to find gnome-sharp plugin (BZ 472240)


monodevelop-1.9-libdir.patch:

Index: monodevelop-1.9-libdir.patch
===================================================================
RCS file: /cvs/pkgs/rpms/monodevelop/F-10/monodevelop-1.9-libdir.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- monodevelop-1.9-libdir.patch	24 Aug 2008 21:29:14 -0000	1.1
+++ monodevelop-1.9-libdir.patch	31 Mar 2009 20:53:48 -0000	1.2
@@ -67,3 +67,14 @@
                                                                                  
  Name: MonoDevelop
  Description: Free .NET Development Environment
+--- monodevelop-1.9.old/Makefile.am	2008-06-30 19:36:01.000000000 +0200
++++ monodevelop-1.9/Makefile.am	2009-03-11 23:14:30.000000000 +0100
+@@ -12,7 +12,7 @@
+ 
+ pkgconfig_in_files = monodevelop.pc.in monodevelop-core-addins.pc.in
+ 
+-pkgconfigdir= $(prefix)/lib/pkgconfig
++pkgconfigdir= $(libdir)/pkgconfig
+ pkgconfig_DATA = $(pkgconfig_in_files:.pc.in=.pc)
+ 
+ if ENABLE_UPDATE_MIMEDB


Index: monodevelop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/monodevelop/F-10/monodevelop.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- monodevelop.spec	19 Oct 2008 13:42:42 -0000	1.39
+++ monodevelop.spec	31 Mar 2009 20:53:48 -0000	1.40
@@ -11,7 +11,7 @@
 
 Name:           monodevelop
 Version:        1.9
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        A full-featured IDE for Mono and Gtk#
 
 Group:          Development/Tools
@@ -145,6 +145,10 @@
 
 
 %changelog
+* Tue Mar 31 2009 Christian Krause <chkr at fedoraproject.org> - 1.9-8
+- update monodevelop-1.9-libdir.patch to fix x86_64 build problem
+- rebuild to find gnome-sharp plugin (BZ 472240)
+
 * Sat Oct 18 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9-7
 - Fix dependancies of R (BZ 467544)
 




More information about the fedora-extras-commits mailing list