rpms/monodevelop/devel md-2.2-pc.patch, NONE, 1.1 import.log, 1.27, 1.28 monodevelop.spec, 1.47, 1.48

Paul F. Johnson pfj at fedoraproject.org
Sun Dec 27 00:16:31 UTC 2009


Author: pfj

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

Modified Files:
	import.log monodevelop.spec 
Added Files:
	md-2.2-pc.patch 
Log Message:

Patch monodevelop.pc to fix problems with the debugger plugin


md-2.2-pc.patch:
 monodevelop.pc-new.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE md-2.2-pc.patch ---
--- monodevelop-2.2/monodevelop.pc.in	2009-11-05 18:12:21.000000000 +0000
+++ monodevelop-2.2/monodevelop.pc-new.in	2009-12-26 23:39:25.000000000 +0000
@@ -10,4 +10,4 @@
 Name: MonoDevelop
 Description: Free .NET Development Environment
 Version: @VERSION@
-Libs: -r:${libdir}/bin/MonoDevelop.Core.dll -r:${libdir}/bin/MonoDevelop.Core.Gui.dll -r:${libdir}/bin/MonoDevelop.Projects.dll -r:${libdir}/bin/MonoDevelop.Projects.Gui.dll -r:${libdir}/bin/MonoDevelop.Ide.dll -r:${libdir}/bin/MonoDevelop.Components.dll -r:${libdir}/bin/NRefactory.dll -r:${libdir}/bin/Mono.Cecil.dll -r:${libdir}/bin/Mono.TextEditor.dll -r:${libdir}/bin/Mono.Debugging.dll
+Libs: -r:${libdir}/bin/MonoDevelop.Core.dll -r:${libdir}/bin/MonoDevelop.Core.Gui.dll -r:${libdir}/bin/MonoDevelop.Projects.dll -r:${libdir}/bin/MonoDevelop.Projects.Gui.dll -r:${libdir}/bin/MonoDevelop.Ide.dll -r:${libdir}/bin/MonoDevelop.Components.dll -r:${libdir}/bin/NRefactory.dll -r:${libdir}/bin/Mono.TextEditor.dll -r:${libdir}/bin/Mono.Debugging.dll


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/monodevelop/devel/import.log,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- import.log	23 Dec 2009 00:44:28 -0000	1.27
+++ import.log	27 Dec 2009 00:16:31 -0000	1.28
@@ -25,3 +25,4 @@ monodevelop-2_1_0-1_fc12:HEAD:monodevelo
 monodevelop-2_1_0-3_fc12:HEAD:monodevelop-2.1.0-3.fc12.src.rpm:1254334217
 monodevelop-2_1_1-1_fc12:HEAD:monodevelop-2.1.1-1.fc12.src.rpm:1255980720
 monodevelop-2_2-1_fc13:HEAD:monodevelop-2.2-1.fc13.src.rpm:1261529035
+monodevelop-2_2-2_fc13:HEAD:monodevelop-2.2-2.fc13.src.rpm:1261872798


Index: monodevelop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/monodevelop/devel/monodevelop.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -p -r1.47 -r1.48
--- monodevelop.spec	23 Dec 2009 00:44:28 -0000	1.47
+++ monodevelop.spec	27 Dec 2009 00:16:31 -0000	1.48
@@ -6,7 +6,7 @@
 
 Name:           monodevelop
 Version:        2.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A full-featured IDE for Mono and Gtk#
 
 Group:          Development/Tools
@@ -16,6 +16,7 @@ Source0:        http://ftp.novell.com/pu
 Patch0:         md-2.2-unbundle-cecil.patch
 Patch1:         %{name}-2.1.0-unbundle-nunit.patch
 Patch2:         %{name}-2.1.0-rmcecildeps.patch
+Patch3:		md-2.2-pc.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  mono-devel >= 2.4 mono-addins-devel >= 0.4 mono-nunit-devel
@@ -55,6 +56,7 @@ Development files for %{name}.
 %patch0 -p1 -b .unbundle-cecil
 %patch1 -p1 -b .unbundle-nunit
 %patch2 -p1 -b .rmcecildeps
+%patch3 -p1 -b .mono-cecil
 
 sed -i -e 's!$(prefix)/lib/!%{_libdir}/!' \
     -e 's!${exec_prefix}/lib!%{_libdir}!' configure
@@ -142,6 +144,9 @@ update-desktop-database &> /dev/null || 
 %{_libdir}/pkgconfig/monodevelop*.pc
 
 %changelog
+* Sat Dec 26 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.2-2
+- Patch monodevelop.pc file for more monocecil fixes
+
 * Tue Dec 22 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.2-1
 - Bump to 2.2 release
 - Fix unbundle-cecil patch




More information about the fedora-extras-commits mailing list