From 7380135b2b391b293f1076fed731f7aad15fd728 Mon Sep 17 00:00:00 2001 From: Paul F. Johnson Date: Jun 23 2009 20:19:21 +0000 Subject: Update to 2.4.2 RC1 Build for additional archs --- diff --git a/.cvsignore b/.cvsignore index f885c31..c3dca88 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mono-debugger-2.4.tar.bz2 +mono-debugger-2.4.2.tar.bz2 diff --git a/import.log b/import.log index 79c3bd7..6c73ab0 100644 --- a/import.log +++ b/import.log @@ -9,3 +9,4 @@ mono-debugger-2_4-3_20090116svn123514_fc11:HEAD:mono-debugger-2.4-3.20090116svn1 mono-debugger-2_4-6_RC2_fc11:HEAD:mono-debugger-2.4-6.RC2.fc11.src.rpm:1237125917 mono-debugger-2_4-7_RC3_fc11:HEAD:mono-debugger-2.4-7.RC3.fc11.src.rpm:1237418598 mono-debugger-2_4-8_fc11:HEAD:mono-debugger-2.4-8.fc11.src.rpm:1238109449 +mono-debugger-2_4_2-1_fc12:HEAD:mono-debugger-2.4.2-1.fc12.src.rpm:1245788313 diff --git a/mono-debugger.spec b/mono-debugger.spec index 7132bf0..0a698be 100644 --- a/mono-debugger.spec +++ b/mono-debugger.spec @@ -1,17 +1,17 @@ Summary: A debugger for Mono Name: mono-debugger -Version: 2.4 -Release: 8%{?dist} +Version: 2.4.2 +Release: 1%{?dist} License: MIT BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: http://www.go-mono.com/sources-stable/ Source0: %{name}-%{version}.tar.bz2 BuildRequires: readline-devel ncurses-devel libtool -BuildRequires: mono-devel >= 2.4 mono-nunit +BuildRequires: mono-devel >= 2.4.2 mono-nunit BuildRequires: mono-nunit-devel autoconf automake xsp-devel -Requires: mono-core >= 2.4 +Requires: mono-core >= 2.4.2 Group: Development/Tools -ExclusiveArch: %ix86 x86_64 ia64 armv4l sparc alpha +ExclusiveArch: %ix86 x86_64 ia64 armv4l sparcv9 alpha s390 s390x %description @@ -69,6 +69,7 @@ rm -rf %{buildroot} %defattr(-, root, root,-) %doc AUTHORS COPYING ChangeLog README %{_bindir}/mdb +%{_bindir}/mdb-symbol* %{_libdir}/*.so* %{_libdir}/mono/2.0/mdb* %{_libdir}/mono/gac/Mono.Debugger/ @@ -82,6 +83,10 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/mono-debugger-frontend.pc %changelog +* Mon Jun 22 2009 Paul F. Johnson 2.4.2-1 +- Bump to 2.4.2 RC1 +- Add additional archs + * Thu Mar 26 2009 Paul F. Johnson 2.4-8 - Full 2.4 release diff --git a/sources b/sources index 728d022..f807480 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -caa8608bb678b7f8662a3d45b70b0364 mono-debugger-2.4.tar.bz2 +83f208eb1088b4959dbd5b389235323c mono-debugger-2.4.2.tar.bz2