[mono-debugger] - updated the supported arch list

Dan Horák sharkcz at fedoraproject.org
Tue Jan 11 11:17:39 UTC 2011


commit de4b9ba21a2fbdc2aca9748a1a49f4b51a25a1e0
Author: Dan Horák <dan at danny.cz>
Date:   Tue Jan 11 12:17:28 2011 +0100

    - updated the supported arch list

 mono-debugger.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/mono-debugger.spec b/mono-debugger.spec
index 05954eb..e91cfb0 100644
--- a/mono-debugger.spec
+++ b/mono-debugger.spec
@@ -1,7 +1,7 @@
 Summary: A debugger for Mono
 Name: mono-debugger
 Version: 2.8.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MIT
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL:            http://www.mono-project.com/Main_Page
@@ -14,7 +14,8 @@ BuildRequires: mono-devel >= 2.8.1 mono-nunit
 BuildRequires: mono-nunit-devel autoconf automake xsp-devel 
 Requires: mono-core >= 2.8.1
 Group: Development/Tools
-ExclusiveArch: %ix86 x86_64 ia64 armv4l sparcv9 alpha s390 s390x
+# Mono only available on these:
+ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390x
 
 %description
 
@@ -87,6 +88,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/mono-debugger-frontend.pc
 
 %changelog
+* Tue Jan 11 2011 Dan Horák <dan[at]danny.cz> - 2.8.1-2
+- updated the supported arch list
+
 * Tue Dec 07 2010 Paul F. Johnson <paul at all-the-johnsons.co.uk> 2.8.1-1
 - Update for newer mono
 


More information about the scm-commits mailing list