rpms/mono-tools/devel import.log, 1.5, 1.6 mono-tools.spec, 1.9, 1.10 monotools-2.0-makefiles.patch, 1.1, 1.2 sources, 1.3, 1.4

Paul F. Johnson pfj at fedoraproject.org
Wed Sep 10 19:44:34 UTC 2008


Author: pfj

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

Modified Files:
	import.log mono-tools.spec monotools-2.0-makefiles.patch 
	sources 
Log Message:

Updated to Mono 2.0 RC 1 



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/mono-tools/devel/import.log,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- import.log	29 Aug 2008 11:35:29 -0000	1.5
+++ import.log	10 Sep 2008 19:44:04 -0000	1.6
@@ -3,3 +3,4 @@
 mono-tools-1_9-4_1_fc10:HEAD:mono-tools-1.9-4.1.fc10.src.rpm:1216032887
 mono-tools-2_0-2_fc10:HEAD:mono-tools-2.0-2.fc10.src.rpm:1219772232
 mono-tools-2_0-4_fc10:HEAD:mono-tools-2.0-4.fc10.src.rpm:1220009683
+mono-tools-2_0-5_fc10:HEAD:mono-tools-2.0-5.fc10.src.rpm:1221075751


Index: mono-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mono-tools/devel/mono-tools.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mono-tools.spec	29 Aug 2008 11:35:29 -0000	1.9
+++ mono-tools.spec	10 Sep 2008 19:44:04 -0000	1.10
@@ -3,7 +3,7 @@
 Summary: The mono documentation system
 Name: mono-tools
 Version: 2.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: MIT
 Group: Development/Tools
 Patch0: monotools-2.0-gendarme.patch
@@ -88,6 +88,7 @@
 %{_bindir}/monodoc
 %{_bindir}/gui-compare
 %{_bindir}/gendarme*
+%{_bindir}/mprof*
 %{_libdir}/gendarme/*.dll
 %{_libdir}/gendarme/*.exe
 %{_libdir}/gendarme/*.xml
@@ -103,6 +104,9 @@
 %{_libdir}/monodoc/browser.exe
 %dir %{_libdir}/ilcontrast
 %{_libdir}/ilcontrast/ilcontrast.exe
+%dir %{_libdir}/mono-tools
+%{_libdir}/mono-tools/mprof*
+%{_mandir}/man1/mprof*
 %{_mandir}/man1/create-native-map.1.gz
 %{_datadir}/pixmaps/ilcontrast.png
 %{_datadir}/pixmaps/monodoc.png
@@ -115,6 +119,10 @@
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Tue Sep 09 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> - 2.0-5
+- bump to 2.0 RC 1
+- spec file chanages
+
 * Fri Aug 29 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> - 2.0-4
 - additional BRs included
 

monotools-2.0-makefiles.patch:

Index: monotools-2.0-makefiles.patch
===================================================================
RCS file: /cvs/pkgs/rpms/mono-tools/devel/monotools-2.0-makefiles.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- monotools-2.0-makefiles.patch	26 Aug 2008 17:38:06 -0000	1.1
+++ monotools-2.0-makefiles.patch	10 Sep 2008 19:44:04 -0000	1.2
@@ -62,21 +62,7 @@
  pkgconfig_DATA = $(pkgconfig_in_files:.pc.in=.pc)
  
  framework_sources_in = ../AssemblyInfo.cs.in
---- mono-tools-2.0/gendarme/rules/Makefile.am	2008-07-15 19:18:53.000000000 +0100
-+++ mono-tools-2.0/gendarme/rules/Makefile-new.am	2008-08-14 18:33:06.000000000 +0100
-@@ -11,10 +11,10 @@
- DISTCLEANFILES = Makefile.in
- 
- install-data-hook:
--	$(INSTALL) -c -m 0644 rules.xml $(DESTDIR)$(prefix)/lib/gendarme;
-+	$(INSTALL) -c -m 0644 rules.xml $(DESTDIR)$(libdir)/gendarme;
- 
- uninstall-hook:
--	rm -f $(DESTDIR)$(prefix)/lib/gendarme/`basename rules.xml`;
-+	rm -f $(DESTDIR)$(libdir)/gendarme/`basename rules.xml`;
- 
- test:
- 	for ASM in $(SUBDIRS); do \
+
 --- mono-tools-2.0/gendarme/rules/Gendarme.Rules.BadPractice/Makefile.am	2008-07-15 19:18:53.000000000 +0100
 +++ mono-tools-2.0/gendarme/rules/Gendarme.Rules.BadPractice/Makefile-new.am	2008-08-14 18:34:05.000000000 +0100
 @@ -5,7 +5,7 @@
@@ -231,14 +217,6 @@
  ui_rules_SCRIPTS = $(rules_dll)
  ui_rules_DATA = 
  
---- mono-tools-2.0/gendarme/swf-wizard-runner/Makefile.am	2008-07-16 22:21:58.000000000 +0100
-+++ mono-tools-2.0/gendarme/swf-wizard-runner/Makefile-new.am	2008-08-14 18:44:39.000000000 +0100
-@@ -1,4 +1,4 @@
--wizarddir=$(prefix)/lib/gendarme
-+wizarddir=$(libdir)/gendarme
- wizard_SCRIPTS = ../bin/gendarme-wizard.exe
- EXTRA_DIST = $(wizard_sources) $(wizard_sources_in) swf-wizard-runner.csproj Wizard.resx Properties/Resources.resx \
- 	Resources/gendarme.png gendarme.ico
 --- mono-tools-2.0/gnunit/src/Makefile.am	2008-08-10 14:23:19.000000000 +0100
 +++ mono-tools-2.0/gnunit/src/Makefile-new.am	2008-08-14 18:20:59.000000000 +0100
 @@ -11,8 +11,8 @@
@@ -260,3 +238,26 @@
  bin_SCRIPTS = gui-compare
  guicompare_DATA = gui-compare.exe Mono.Cecil.dll
  
+--- mono-tools-2.0/gendarme/rules/Makefile.am	2008-09-09 11:21:04.000000000 +0100
++++ mono-tools-2.0/gendarme/rules/Makefile-new.am	2008-09-09 11:23:35.000000000 +0100
+@@ -11,10 +11,10 @@
+ DISTCLEANFILES = Makefile.in
+ 
+ install-data-hook:
+-	$(INSTALL) -c -m 0644 $(addprefix $(srcdir)/, rules.xml) $(DESTDIR)$(prefix)/lib/gendarme;
++	$(INSTALL) -c -m 0644 $(addprefix $(srcdir)/, rules.xml) $(DESTDIR)$(libdir)/gendarme;
+ 
+ uninstall-hook:
+-	rm -f $(DESTDIR)$(prefix)/lib/gendarme/`basename rules.xml`;
++	rm -f $(DESTDIR)$(libdir)/gendarme/`basename rules.xml`;
+ 
+ test:
+ 	for ASM in $(SUBDIRS); do \
+--- mono-tools-2.0/gendarme/swf-wizard-runner/Makefile.am	2008-09-09 11:21:04.000000000 +0100
++++ mono-tools-2.0/gendarme/swf-wizard-runner/Makefile-new.am	2008-09-09 11:25:19.000000000 +0100
+@@ -1,4 +1,4 @@
+-wizarddir=$(prefix)/lib/gendarme
++wizarddir=$(libdir)/gendarme
+ wizard_SCRIPTS = ../bin/gendarme-wizard.exe
+ EXTRA_DIST = $(wizard_sources) $(wizard_sources_in) swf-wizard-runner.csproj Wizard.resx Properties/Resources.resx \
+ 	Resources/gendarme.png $(wizard_icon) swf-wizard-runner.mdp


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mono-tools/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	26 Aug 2008 17:38:06 -0000	1.3
+++ sources	10 Sep 2008 19:44:04 -0000	1.4
@@ -1 +1 @@
-5c0dda666ee3a3dc131e1c0c9b73075b  mono-tools-2.0.tar.bz2
+955025ab9b25bc58058facc39ab88aae  mono-tools-2.0.tar.bz2




More information about the fedora-extras-commits mailing list