rpms/monodevelop/devel md-2.2-unbundle-cecil.patch, NONE, 1.1 .cvsignore, 1.26, 1.27 import.log, 1.26, 1.27 monodevelop.spec, 1.46, 1.47 sources, 1.26, 1.27 monodevelop-2.1.0-unbundle-cecil.patch, 1.1, NONE

Paul F. Johnson pfj at fedoraproject.org
Wed Dec 23 00:44:28 UTC 2009


Author: pfj

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

Modified Files:
	.cvsignore import.log monodevelop.spec sources 
Added Files:
	md-2.2-unbundle-cecil.patch 
Removed Files:
	monodevelop-2.1.0-unbundle-cecil.patch 
Log Message:

Update to the full 2.2 release version 


md-2.2-unbundle-cecil.patch:
 Makefile-new.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE md-2.2-unbundle-cecil.patch ---
--- monodevelop-2.2/contrib/Makefile.in	2009-12-12 03:35:28.000000000 +0000
+++ monodevelop-2.2/contrib/Makefile-new.in	2009-12-22 23:07:33.000000000 +0000
@@ -174,7 +174,7 @@
 top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-SUBDIRS = Mono.Cecil NRefactory
+SUBDIRS = NRefactory
 EXTRA_DIST = $(srcdir)/extract_makefile_variable.sh
 all: all-recursive
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/monodevelop/devel/.cvsignore,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- .cvsignore	19 Oct 2009 19:32:43 -0000	1.26
+++ .cvsignore	23 Dec 2009 00:44:28 -0000	1.27
@@ -1 +1 @@
-monodevelop-2.1.1.tar.bz2
+monodevelop-2.2.tar.bz2


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/monodevelop/devel/import.log,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- import.log	19 Oct 2009 19:32:43 -0000	1.26
+++ import.log	23 Dec 2009 00:44:28 -0000	1.27
@@ -24,3 +24,4 @@ monodevelop-2_0-3_fc12:HEAD:monodevelop-
 monodevelop-2_1_0-1_fc12:HEAD:monodevelop-2.1.0-1.fc12.src.rpm:1252535001
 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


Index: monodevelop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/monodevelop/devel/monodevelop.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -p -r1.46 -r1.47
--- monodevelop.spec	19 Oct 2009 19:32:43 -0000	1.46
+++ monodevelop.spec	23 Dec 2009 00:44:28 -0000	1.47
@@ -5,7 +5,7 @@
 %global nunitver    2.4.8.0
 
 Name:           monodevelop
-Version:        2.1.1
+Version:        2.2
 Release:        1%{?dist}
 Summary:        A full-featured IDE for Mono and Gtk#
 
@@ -13,7 +13,7 @@ Group:          Development/Tools
 License:        GPLv2+
 URL:            http://monodevelop.com/
 Source0:        http://ftp.novell.com/pub/mono/sources/%{name}/%{name}-%{version}.tar.bz2
-Patch0:         %{name}-2.1.0-unbundle-cecil.patch
+Patch0:         md-2.2-unbundle-cecil.patch
 Patch1:         %{name}-2.1.0-unbundle-nunit.patch
 Patch2:         %{name}-2.1.0-rmcecildeps.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -62,7 +62,6 @@ sed -i -e 's!/lib/monodevelop!/%{_lib}/m
 sed -i -e 's!$PREFIX/lib/!%{_libdir}/!' mdtool.in
 sed -i -e 's!monodevelop}/lib/!monodevelop}/%{_lib}/!' monodevelop.in
 
-
 find . -name Makefile.in -or -name \*.pc.in \
        -or -name \*.in -or -name \*.xml \
        | while read f ;
@@ -92,6 +91,8 @@ done
 
 # Craziness: NRefactory relies on the bundled Cecil creating build/bin for it
 mkdir -p build/bin
+cp %{_libdir}/mono/gac/Mono.Cecil/*/Mono.Cecil.dll build/bin
+
 # Not parallel-buildable
 #make %{?_smp_mflags}
 make
@@ -141,6 +142,11 @@ update-desktop-database &> /dev/null || 
 %{_libdir}/pkgconfig/monodevelop*.pc
 
 %changelog
+* 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
+- Copy system mono-cecil to build/bin
+
 * Mon Oct 19 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.1.1-1
 - Bump to 2.2 beta 2
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/monodevelop/devel/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- sources	19 Oct 2009 19:32:44 -0000	1.26
+++ sources	23 Dec 2009 00:44:28 -0000	1.27
@@ -1 +1 @@
-9f52804f967cc7bbc2d7e67d3149c365  monodevelop-2.1.1.tar.bz2
+0d51c8d3a1e0a352f97ee5ac731b3238  monodevelop-2.2.tar.bz2


--- monodevelop-2.1.0-unbundle-cecil.patch DELETED ---




More information about the fedora-extras-commits mailing list