rpms/monodevelop/devel monodevelop-2.1.0-rmcecildeps.patch, NONE, 1.1 monodevelop-2.1.0-unbundle-cecil.patch, NONE, 1.1 monodevelop-2.1.0-unbundle-nunit.patch, NONE, 1.1 monodevelop.spec, 1.43, 1.44 monodevelop-1.9.2-removed-contrib.patch, 1.1, NONE monodevelop-192-nunit.patch, 1.2, NONE monodevelop-2.spec, 1.20, NONE monodevelop-210-nunitmakes.patch, 1.1, NONE monodevelop-210-usececil.patch, 1.1, NONE

Michel Alexandre Salim salimma at fedoraproject.org
Mon Sep 21 08:11:50 UTC 2009


Author: salimma

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

Added Files:
	monodevelop-2.1.0-rmcecildeps.patch 
	monodevelop-2.1.0-unbundle-cecil.patch 
	monodevelop-2.1.0-unbundle-nunit.patch monodevelop.spec 
Removed Files:
	monodevelop-1.9.2-removed-contrib.patch 
	monodevelop-192-nunit.patch monodevelop-2.spec 
	monodevelop-210-nunitmakes.patch 
	monodevelop-210-usececil.patch 
Log Message:
* Mon Sep 21 2009 Michel Salim <salimma at fedoraproject.org> - 2.1.0-2
- Properly disable bundled Mono.Cecil and NUnit
- Readjust launcher script (bz #523695)
- Remove unnecessary dependencies
- Clean up spec file


monodevelop-2.1.0-rmcecildeps.patch:
 addins/MonoDevelop.AssemblyBrowser/Makefile.in     |    2 +-
 addins/MonoDevelop.DesignerSupport/Makefile.in     |    2 +-
 addins/MonoDevelop.GtkCore/Makefile.in             |    2 +-
 addins/MonoDevelop.GtkCore/libsteticui/Makefile.in |    2 +-
 core/MonoDevelop.Projects/Makefile.in              |    3 +--
 5 files changed, 5 insertions(+), 6 deletions(-)

--- NEW FILE monodevelop-2.1.0-rmcecildeps.patch ---
--- monodevelop-2.1.0/src/core/MonoDevelop.Projects/Makefile.in.rmcecildeps	2009-09-07 11:36:23.000000000 -0400
+++ monodevelop-2.1.0/src/core/MonoDevelop.Projects/Makefile.in	2009-09-21 03:07:04.250038481 -0400
@@ -175,8 +175,6 @@
 ASSEMBLY = $(top_builddir)/build/bin/MonoDevelop.Projects.dll
 CONFIG = MonoDevelop.Projects.dll.config
 DEPS = \
-	$(top_builddir)/build/bin/Mono.Cecil.dll \
-	$(top_builddir)/build/bin/Mono.Cecil.Mdb.dll \
 	$(top_builddir)/build/bin/MonoDevelop.Core.dll \
 	$(top_builddir)/build/bin/MonoDevelop.Projects.Formats.MSBuild.exe
 
@@ -186,6 +184,7 @@
 	-r:Microsoft.Build.Engine \
 	-r:Microsoft.Build.Framework \
 	-r:Microsoft.Build.Utilities \
+        -r:Mono.Cecil.dll \
 	-r:Mono.Posix \
 	-r:System \
 	-r:System.Core \
--- monodevelop-2.1.0/src/addins/MonoDevelop.DesignerSupport/Makefile.in.rmcecildeps	2009-09-21 03:07:04.388788379 -0400
+++ monodevelop-2.1.0/src/addins/MonoDevelop.DesignerSupport/Makefile.in	2009-09-21 03:09:16.325792105 -0400
@@ -175,7 +175,6 @@
 ADDIN_BUILD = $(top_builddir)/build/AddIns/MonoDevelop.DesignerSupport
 ASSEMBLY = $(ADDIN_BUILD)/MonoDevelop.DesignerSupport.dll
 DEPS = \
-	$(top_builddir)/build/bin/Mono.Cecil.dll \
 	$(top_builddir)/build/bin/MonoDevelop.Components.dll \
 	$(top_builddir)/build/bin/MonoDevelop.Core.dll \
 	$(top_builddir)/build/bin/MonoDevelop.Core.Gui.dll \
@@ -188,6 +187,7 @@
 	$(GTK_SHARP_LIBS) \
 	$(MONO_ADDINS_LIBS) \
 	-r:Mono.Cairo \
+        -r:Mono.Cecil.dll \
 	-r:Mono.Posix \
 	-r:System \
 	-r:System.Core \
--- monodevelop-2.1.0/src/addins/MonoDevelop.GtkCore/Makefile.in.rmcecildeps	2009-09-21 03:13:56.456038797 -0400
+++ monodevelop-2.1.0/src/addins/MonoDevelop.GtkCore/Makefile.in	2009-09-21 03:17:02.615041739 -0400
@@ -192,7 +192,6 @@
 	$(top_builddir)/build/AddIns/MonoDevelop.DesignerSupport/MonoDevelop.DesignerSupport.dll \
 	$(top_builddir)/build/AddIns/MonoDevelop.GtkCore/libstetic.dll \
 	$(top_builddir)/build/AddIns/MonoDevelop.GtkCore/libsteticui.dll \
-	$(top_builddir)/build/bin/Mono.Cecil.dll \
 	$(top_builddir)/build/bin/MonoDevelop.Components.dll \
 	$(top_builddir)/build/bin/MonoDevelop.Core.dll \
 	$(top_builddir)/build/bin/MonoDevelop.Core.Gui.dll \
@@ -205,6 +204,7 @@
 	$(GLIB_SHARP_LIBS) \
 	$(GTK_SHARP_LIBS) \
 	$(MONO_ADDINS_LIBS) \
+        -r:Mono.Cecil.dll \
 	-r:Mono.Posix \
 	-r:System \
 	-r:System.Xml
--- monodevelop-2.1.0/src/addins/MonoDevelop.GtkCore/libsteticui/Makefile.in.rmcecildeps	2009-09-21 03:19:37.620787875 -0400
+++ monodevelop-2.1.0/src/addins/MonoDevelop.GtkCore/libsteticui/Makefile.in	2009-09-21 03:22:05.125042847 -0400
@@ -249,12 +249,12 @@
 
 DEPS = \
 	../../../../build/AddIns/MonoDevelop.GtkCore/libstetic.dll \
-	../../../../build/bin/Mono.Cecil.dll
 
 REFS = \
 	$(GLADE_SHARP_LIBS) \
 	$(GLIB_SHARP_LIBS) \
 	$(GTK_SHARP_LIBS) \
+        -r:Mono.Cecil.dll \
 	-r:Mono.Posix \
 	-r:System \
 	-r:System.Runtime.Remoting \
--- monodevelop-2.1.0/src/addins/MonoDevelop.AssemblyBrowser/Makefile.in.rmcecildeps	2009-09-21 03:23:28.112038372 -0400
+++ monodevelop-2.1.0/src/addins/MonoDevelop.AssemblyBrowser/Makefile.in	2009-09-21 03:26:11.564792286 -0400
@@ -213,7 +213,6 @@
 
 DEPS = \
 	$(top_builddir)/build/AddIns/MonoDevelop.Refactoring/MonoDevelop.Refactoring.dll \
-	$(top_builddir)/build/bin/Mono.Cecil.dll \
 	$(top_builddir)/build/bin/Mono.TextEditor.dll \
 	$(top_builddir)/build/bin/MonoDevelop.Components.dll \
 	$(top_builddir)/build/bin/MonoDevelop.Core.dll \
@@ -226,6 +225,7 @@
 REFS = \
 	$(GLIB_SHARP_LIBS) \
 	$(GTK_SHARP_LIBS) \
+        -r:Mono.Cecil.dll \
 	-r:Mono.Posix \
 	-r:System \
 	-r:System.Core \

monodevelop-2.1.0-unbundle-cecil.patch:
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE monodevelop-2.1.0-unbundle-cecil.patch ---
--- monodevelop-2.1.0/contrib/Makefile.in.unbundle-cecil	2009-09-07 11:36:19.000000000 -0400
+++ monodevelop-2.1.0/contrib/Makefile.in	2009-09-21 02:26:54.932791665 -0400
@@ -173,7 +173,7 @@
 target_alias = @target_alias@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-SUBDIRS = Mono.Cecil NRefactory
+SUBDIRS = NRefactory
 EXTRA_DIST = $(srcdir)/extract_makefile_variable.sh
 all: all-recursive
 

monodevelop-2.1.0-unbundle-nunit.patch:
 Makefile.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE monodevelop-2.1.0-unbundle-nunit.patch ---
--- monodevelop-2.1.0/src/addins/NUnit/Makefile.in.unbundle-nunit	2009-09-07 11:36:22.000000000 -0400
+++ monodevelop-2.1.0/src/addins/NUnit/Makefile.in	2009-09-21 02:21:44.249795300 -0400
@@ -278,9 +278,9 @@
 SRC_NUNIT_FILES = $(addprefix $(srcdir)/lib/, $(NUNIT_FILES))
 BUILD_NUNIT_FILES = $(addprefix $(ADDIN_BUILD)/, $(NUNIT_FILES))
 assemblydir = $(MD_ADDIN_DIR)/NUnit
-assembly_DATA = $(ASSEMBLY) $(ASSEMBLY).mdb $(SRC_NUNIT_FILES)
+assembly_DATA = $(ASSEMBLY) $(ASSEMBLY).mdb 
 CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb $(BUILD_NUNIT_FILES)
-EXTRA_DIST = $(FILES) $(RES) $(SRC_NUNIT_FILES)
+EXTRA_DIST = $(FILES) $(RES)
 build_deps = $(addprefix -r:, $(DEPS))
 build_sources = $(addprefix $(srcdir)/, $(FILES)) $(GENERATED_FILES)
 build_resources = $(addprefix $(srcdir)/, $(RES))


Index: monodevelop.spec
===================================================================
RCS file: monodevelop.spec
diff -N monodevelop.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ monodevelop.spec	21 Sep 2009 08:11:48 -0000	1.44
@@ -0,0 +1,487 @@
+%global debug_package %{nil}
+
+%global cecildll    %(rpm -ql mono-core | grep Cecil.dll$)
+%global cecilmdbdll %(rpm -ql mono-core | grep Cecil.Mdb.dll$)
+%global nunitver    2.4.8.0
+
+Name:           monodevelop
+Version:        2.1.0
+Release:        2%{?dist}
+Summary:        A full-featured IDE for Mono and Gtk#
+
+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
+Patch1:         %{name}-2.1.0-unbundle-nunit.patch
+Patch2:         %{name}-2.1.0-rmcecildeps.patch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  mono-devel >= 2.4 mono-addins-devel >= 0.4 mono-nunit-devel
+BuildRequires:  mono-nunit-devel monodoc-devel
+BuildRequires:  gnome-desktop-sharp-devel
+BuildRequires:  desktop-file-utils intltool
+#Requires:       gecko-sharp2
+Requires:       mono-addins >= 0.4
+# Using system nunit, but dependency not automatically picked up by RPM
+Requires:       mono(nunit.core) = %{nunitver}
+Requires:       mono(nunit.framework) = %{nunitver}
+Requires:       gnome-desktop-sharp
+Requires:       subversion monodoc
+Requires:       hicolor-icon-theme shared-mime-info
+
+# ppc* not supported: needs mono-nunit which needs nant
+ExclusiveArch: %ix86 x86_64 ia64 armv4l sparcv9 alpha s390 s390x
+
+%description
+This package provides MonoDevelop, a full-featured IDE for Mono with
+syntax colouring, code completion, debugging, project management and
+support for C sharp, Visual Basic.NET, Java, Boo, Nemerle and MSIL.
+
+
+%package        devel
+Summary:        Development files for monodevelop
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
+Requires:       pkgconfig
+ 
+%description devel
+Development files for %{name}.
+
+
+%prep
+%setup -q
+%patch0 -p1 -b .unbundle-cecil
+%patch1 -p1 -b .unbundle-nunit
+%patch2 -p1 -b .rmcecildeps
+
+sed -i -e 's!$(prefix)/lib/!%{_libdir}/!' \
+    -e 's!${exec_prefix}/lib!%{_libdir}!' configure
+sed -i -e 's!/lib/monodevelop!/%{_lib}/monodevelop!' monodevelop
+sed -i -e 's!$PREFIX/lib/!%{_libdir}/!' mdtool.in
+
+
+find . -name Makefile.in -or -name \*.pc.in \
+       -or -name \*.in -or -name \*.xml \
+       | while read f ;
+         do
+           sed -i -e 's!$(prefix)/lib/!%{_libdir}/!' \
+               -e 's!@prefix@/lib/!%{_libdir}/!' \
+               -e 's!/usr/lib/!%{_libdir}/!' \
+               -e 's!${exec_prefix}/lib/!%{_libdir}/!' "$f" 1>/dev/null
+         done
+
+for f in `grep -rl 'NUnit/lib/nunit' \`find . -name 'Makefile.in'\``; do
+    sed -i 's|-r:.*NUnit/lib/nunit.|-r:%{_libdir}/mono/1.0/nunit.|' $f
+done
+
+for f in `grep -rl 'Cecil.dll' \`find . -name 'Makefile.in'\``; do
+    sed -i 's|-r:.*Mono.Cecil.dll|-r:%{cecildll}|' $f
+done
+
+for f in `grep -rl 'Cecil.Mdb.dll' \`find . -name 'Makefile.in'\``; do
+    sed -i 's|-r:.*Mono.Cecil.Mdb.dll|-r:%{cecilmdbdll}|' $f
+done
+
+
+%build
+%configure --disable-update-mimedb \
+           --disable-update-desktopdb
+
+# Craziness: NRefactory relies on the bundled Cecil creating build/bin for it
+mkdir -p build/bin
+# Not parallel-buildable
+#make %{?_smp_mflags}
+make
+
+
+%check
+make check
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+desktop-file-install \
+                     --dir $RPM_BUILD_ROOT%{_datadir}/applications \
+                     --delete-original \
+  $RPM_BUILD_ROOT%{_datadir}/applications/monodevelop.desktop
+
+%find_lang %{name}
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%post
+update-mime-database %{_datadir}/mime &> /dev/null || :
+update-desktop-database &> /dev/null || :
+
+%postun
+update-mime-database %{_datadir}/mime &> /dev/null || :
+update-desktop-database &> /dev/null || :
+
+
+%files -f %{name}.lang
+%defattr(-,root,root,-)
+%doc AUTHORS ChangeLog COPYING README
+%{_bindir}/m*
+%{_libdir}/monodevelop
+%{_mandir}/man1/m*
+%{_datadir}/applications/*.desktop
+%{_datadir}/icons/hicolor/
+%{_datadir}/mime/packages/monodevelop.xml
+
+%files devel
+%defattr(-,root,root,-)
+%{_libdir}/pkgconfig/monodevelop*.pc
+
+%changelog
+* Mon Sep 21 2009 Michel Salim <salimma at fedoraproject.org> - 2.1.0-2
+- Properly disable bundled Mono.Cecil and NUnit
+- Readjust launcher script (bz #523695)
+- Remove unnecessary dependencies
+- Clean up spec file
+
+* Wed Sep 09 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> - 2.1.0-1
+- Bump to 2.2 beta 1
+- Fixed cecil patch
+- Drop desktop patch
+
+* Tue Jun 23 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> - 2.0-3
+- Fix mdtool libdir issue
+- Add additional arcs
+
+* Mon Apr 27 2009 Christopher Aillon <caillon at redhat.com> - 2.0-2
+- Rebuild against newer gecko
+
+* Thu Mar 26 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.0-1
+- Full 2.0 release
+
+* Tue Mar 10 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9.3-1.beta2
+- Move back to tarballs
+- Bump to beta2
+
+* Fri Feb 27 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9.2-2.beta1.20092202svn127584
+- Added desktop file patch
+
+* Sun Feb 22 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9.2-1.beta1.20092202svn127584
+- Update from svn
+- Fix the month on the changelog
+- renamed use-system-cecil patch to removed-contrib
+
+* Tue Feb 10 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9.2-beta1.20091003svn126521
+- Update from svn
+- retagged as beta 1
+- ensure being built against mono-2.4 and mono-addins-0.4
+
+* Tue Feb 03 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9.2-pre1.20090203svn125551
+- Update from svn
+
+* Fri Jan 29 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9.2-pre1.20090129svn124664
+- Update from svn
+
+* Sat Jan 24 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9.2-pre1.20090124svn124411
+- Update from svn
+
+* Fri Jan 16 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9.2-pre1.20090116svn123651
+- Update from svn
+- Altered nunit patch
+
+* Sat Jan 10 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9.2-pre1.200900109svn122940
+- Update from svn
+
+* Sun Jan 04 2009 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9.2-pre1.200900104svn122336
+- Update from svn
+- Reversioned as 1.9.1 is out there already
+
+* Tue Dec 30 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9.1-7.pre1.20081230svn122192
+- Update from svn
+
+* Wed Dec 24 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9.1-7.pre1.20081224svn122090
+- Update from svn
+
+* Fri Dec 19 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9.1-7.pre1.20081219svn121787
+- Update from svn
+
+* Thu Dec 18 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9.1-6.pre1.20081217svn121699
+- Actually use the svn version!
+
+* Wed Dec 17 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9.1-5.pre1.20081217svn121653
+- Update
+
+* Tue Dec 16 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9.1-4.pre1.20081216svn121578
+- Update
+
+* Sat Nov 29 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9.1-3.pre1
+- missed a libdir...
+
+* Sat Nov 29 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9.1-2.pre1
+- remove libdir patch, now using sed
+
+* Sun Nov 23 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9.1-1.pre1
+- Update to 1.9.1 preview 1
+- Removed R mono-basic and vala
+
+* Sat Oct 18 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9-7
+- Fix dependancies of R (BZ 467544)
+
+* Tue Sep 09 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9-6
+- Added patch to build against 2.0 RC 1
+- rebuild against 2.0 RC 1
+
+* Mon Aug 25 2008 Michel Salim <salimma at fedoraproject.org> - 1.9-5
+- Use system-provided nunit
+
+* Sat Aug 23 2008 Michel Alexandre Salim <salimma at fedoraproject.org> - 1.9-4
+- Clean up build dependencies: database support now a separate package
+- Clean up spec file and patches
+
+* Fri Aug 08 2008 David Nielsen <gnomeuser at gmail.com> - 1.9-3
+- rebase configure patch for fuzz
+- file list fix up
+
+* Thu Jul 10 2008 David Nielsen <gnomeuser at gmail.com> 1.9-2
+- numerical compare for fedora version test, fixes compile on f10
+
+* Mon Jul 07 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9-1
+- bump to latest beta for md2
+- fixes to patch files for mono.cecil
+- fix the archs to be mono package happy
+- spec file fixes
+
+* Tue May 06 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.0-6
+- added br mono-tools
+- removed prepackaged mime
+
+* Thu May 01 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.0-5.1
+- attempt a fix for a text editor to work
+- rebuild
+
+* Wed Apr 30 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.0-4
+- mdtool fix
+
+* Wed Apr 30 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.0-3
+- remove BR ikvm-devel
+
+* Fri Apr 25 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.0-2
+- add in gtksourceview2 support
+
+* Mon Apr 21 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.0-1
+- bump to release
+
+* Mon Apr 21 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.19-7
+- remove ppc specific stuff
+- enabled gnomeplatform and c and c++ projects
+- add BR monobasic
+- remove the debug package
+
+* Sat Apr 12 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.19-6
+- disable Requires on ikvm, since ikvm doesn't build from source at the moment
+
+* Fri Apr 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.19-5
+- ExcludeArch ppc (no mono-nunit22, due to no nant, means no ppc)
+
+* Fri Apr 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.19-4
+- buildrequires mono-core for gacutil
+
+* Fri Apr 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.19-3
+- use system Mono.Cecil
+- use copies of built from source nunit22 rather than bundling (upstream should really uncouple this)
+
+* Thu Feb 21 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.19-2
+- added BR update-desktop-database
+
+* Thu Feb 21 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.19-1
+- bump to preview 1
+
+* Fri Jan 04 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.18.1-1
+- bump
+
+* Wed Dec 19 2007 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.18-1
+- fix for BR boo where boo is not supported
+- bump to MD0.18
+
+* Tue Nov 13 2007 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.17-4
+- added R mono-data-sqlite
+
+* Sun Nov 11 2007 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.17-3
+- excludearch ppc64
+
+* Sun Nov 11 2007 David Nielsen <david at lovesunix.net> - 0.17-2
+- Remove support for Fedora < 5
+- rediff config patch
+
+* Thu Nov  8 2007 David Nielsen <david at lovesunix.net> - 0.17-1
+- Update to MonoDevelop Beta 2
+
+* Wed Oct 17 2007 David Nielsen <david at lovesunix.net> - 0.16
+- Update to MonoDevelop Beta 1
+
+* Sat Aug 11 2007 David Nielsen <david at lovesunix.net> - 0.15
+- bump to 0.15
+
+* Thu Mar 08 2007 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.13.1-1
+- bugfixes to the source
+
+* Fri Feb 23 2007 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.13-1
+- bump to new version
+
+* Wed Dec 20 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.12-9
+- disables version control
+- requires gnome-sharp
+- enable nemerle added
+- enabled aspnet and aspnetedit (rawhide only - requires jscall-sharp)
+- added R firefox > 1.99
+
+* Wed Nov 01 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.12-7
+- Added R gtk-sharp2-gapi
+
+* Fri Oct 27 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.12-6
+- fixed url
+- added R apr-devel
+
+* Wed Sep 27 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.12-5
+- pkgconfig fix 
+
+* Mon Sep 25 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.12-4
+- added R mono-nunit
+
+* Mon Sep 18 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.12-3
+- rebuild to make use of the new boo
+
+* Thu Sep 07 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.12-2
+- minor spec file fixes
+
+* Wed Sep 06 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.12-1
+- Bump to new version
+- Include the patches for all users
+- Fixed so it uses ?fedora (silly me!)
+- Added BR mono-nunit-devel (FC6)
+
+* Mon Sep 04 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.11-21
+- Revert 64 bit clean for FC-5 and still follow FC guidelines
+
+* Sun Sep 03 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.11-20
+- Added gtk sharp fix
+- Added conditional so it builds for FC5
+
+* Sun Aug 27 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.11-17
+- 64 bit goodness restored
+
+* Fri Aug 04 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.11-16
+- fixed ownership problem in spec file
+- added comment about the libdir hack
+
+* Wed Aug 02 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.11-15
+- removed R which, added R mono-nunit
+- changed R bytefx-data-mysq to msql
+- altered update-mime-info and added update-desktop-database
+- added R pkgconfig to devel
+- added comment as to why smp_flags are not used on the build
+
+* Sat Jul 29 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.11-14
+- Added additional Rs
+- minor specfile tweaks
+
+* Sun Jul 23 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.11-12
+- fixed which problem
+- fixes the libdir issue for 64 bit
+
+* Sun Jul 09 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.11-11
+- minor spec files changes to satisfy rpmlint
+- added BR ikvm-devel
+
+* Sun Jul 09 2006 John Mahowald  <jpmahowald at gmail.com> - 0.11-10
+- libdir fixes
+- BR mono-data-sqlite
+
+* Sun Jul 09 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.11-9
+- removed noarch
+- added a couple of patches from the new nant package
+- fixes for new mono guidelines
+
+* Wed Jun 14 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.11-8
+- Removed libdir hack
+- Added BR pkgconfig
+- Added R monodoc
+- Altered configure line to satisfy the parts required
+
+* Mon Jun 05 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.11-7
+- Added additional fix for 64 bit systems
+
+* Sun Jun 04 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.11-6
+- Minor mod to the BR
+- Fixed the desktop-file-install problem
+
+* Sat Jun 03 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.11-5
+- Removed duplicate desktop file
+
+* Sat Jun 03 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.11-4
+- Removed R filesystem
+- Simplified mime-applications
+- Added scriptlets to handle mime info
+- Corrected handling of desktop icon
+- Removed INSTALL file
+
+* Sat Jun 03 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.11-3
+- Added BR shared-mime-info
+- Added R filesystem
+- Made all of the bindir and datadir ownerships explicit
+
+* Wed May 31 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.11-2
+- Added devel
+- Added fix for 64 bit systems
+
+* Sun May 07 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.11-1
+- bump to new version
+- added exclude archs for x86_64 and ia64 due to build problems
+
+* Wed Apr 26 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.10-8
+- removed smp_flags
+- added boo and ikvm support
+
+* Sun Apr 23 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.10-7
+- removed static usrlib
+- added export macros to fix the x86_64 problem
+- disabled boo
+
+* Wed Apr 19 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.10-6
+- spec file version correctly bumped
+- small spec file fixed
+- enable-boo and enable-java added to the %%configure line
+
+* Mon Apr 18 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.10-5
+- libdir now usr-lib irrespective of hardware built on
+
+* Mon Apr 17 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.10-4
+- Altered install script somewhat
+- Changed the path for the monodevelop libdir to be FE compliant
+- Fixed source and URL
+
+* Sat Apr 15 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.10-3
+- Add in boo and mono-debugger
+- fixed a couple of minor spec file bugs
+- fixed MonoDevelop.Core not being found in the addins
+
+* Wed Apr 5 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.10-2
+- Additional buildreqs and two typo fixed - thanks to Angel Marin again
+
+* Wed Apr 5 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.10-1
+- Bump to new version
+- mods to spec file for new version
+
+* Wed Apr 5 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.9-3
+- minor tweaks
+- fixed a couple of typos - thanks to Angel Marin for spotting them
+
+* Wed Jan 25 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.9-2
+- added deps for ikvm and bytefx-data-mysql
+- removed language support for the moment
+
+* Mon Jan 23 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.9-1
+- Initial import
+


--- monodevelop-1.9.2-removed-contrib.patch DELETED ---


--- monodevelop-192-nunit.patch DELETED ---


--- monodevelop-2.spec DELETED ---


--- monodevelop-210-nunitmakes.patch DELETED ---


--- monodevelop-210-usececil.patch DELETED ---




More information about the scm-commits mailing list