rpms/mono-debugger/devel mono-debugger.spec, 1.7, 1.8 monodebug-configure.patch, 1.1, 1.2

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Fri Feb 16 19:23:50 UTC 2007


Author: pfj

Update of /cvs/extras/rpms/mono-debugger/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4080/devel

Modified Files:
	mono-debugger.spec monodebug-configure.patch 
Log Message:
auto-import mono-debugger-0.31-2 on branch devel from mono-debugger-0.31-2.src.rpm


Index: mono-debugger.spec
===================================================================
RCS file: /cvs/extras/rpms/mono-debugger/devel/mono-debugger.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mono-debugger.spec	15 Feb 2007 14:03:38 -0000	1.7
+++ mono-debugger.spec	16 Feb 2007 19:23:18 -0000	1.8
@@ -1,7 +1,7 @@
 Summary: A debugger for Mono
 Name: mono-debugger
 Version: 0.31
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MIT
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL: http://www.go-mono.com/sources/mono-debugger
@@ -37,7 +37,7 @@
 autoreconf
 
 %build
-%configure --disable-static
+%configure --disable-static --disable-dependency-tracking
 make %{?_smp_mflags}
 
 %install
@@ -70,6 +70,10 @@
 %{_libdir}/libmono*.so
 
 %changelog
+* Fri Feb 16 2007 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.31-2
+- fix for faulty config (Ville Skytta)
+- added addition configure flag
+
 * Thu Feb 15 2007 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.31-1
 - removed BR termcap
 - bump to 0.31

monodebug-configure.patch:

Index: monodebug-configure.patch
===================================================================
RCS file: /cvs/extras/rpms/mono-debugger/devel/monodebug-configure.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- monodebug-configure.patch	2 Sep 2006 09:30:31 -0000	1.1
+++ monodebug-configure.patch	16 Feb 2007 19:23:18 -0000	1.2
@@ -1,5 +1,16 @@
 --- mono-debugger-0.30/configure.in	2006-07-18 17:59:13.000000000 +0100
 +++ mono-debugger-0.30/configure.in	2006-08-27 10:33:30.000000000 +0100
+@@ -104,7 +104,7 @@
+ # not 64 bit clean in cross-compile
+ AC_CHECK_SIZEOF(void *, 4)
+ 
+-CFLAGS='-g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes  -Wmissing-prototypes -Wnested-externs  -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings'
++CFLAGS="-g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes  -Wmissing-prototypes -Wnested-externs  -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings $CFLAGS"
+ 
+ AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
+ if test "x$PKG_CONFIG" = "xno"; then
+--- mono-debugger-0.30/configure.in	2006-07-18 17:59:13.000000000 +0100
++++ mono-debugger-0.30/configure.in	2006-08-27 10:33:30.000000000 +0100
 @@ -153,7 +153,7 @@
     AC_SUBST(WRAPPER_CFLAGS)
     AC_SUBST(WRAPPER_LIBS)
@@ -9,6 +20,17 @@
     AC_PATH_PROG(GACUTIL, gacutil, no)
     if test "x$GACUTIL" = "xno" ; then
        AC_MSG_ERROR([No gacutil tool found])
+--- mono-debugger-0.30/configure.in	2006-07-18 17:59:13.000000000 +0100
++++ mono-debugger-0.30/configure.in	2006-08-27 10:33:30.000000000 +0100
+@@ -217,7 +217,7 @@
+ CHECK_READLINE
+ 
+ AC_MSG_CHECKING([Whether your Mono is working])
+-old_CFLAGS=$cflags
++old_CFLAGS=$CFLAGS
+ CFLAGS=$WRAPPER_CFLAGS
+ AC_TRY_COMPILE([#include <mono/metadata/mono-debug.h>
+ ], [
 
 --- mono-debugger-0.30/mono-debugger.pc.in	2006-07-18 17:59:13.000000000 +0100
 +++ mono-debugger-0.30/mono-debugger.pc.in	2006-08-27 10:35:11.000000000 +0100




More information about the scm-commits mailing list