From eb489028c96a11ba30ebedc9fb9761662839c69b Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Jan 13 2006 10:15:09 +0000 Subject: - Update to 1.13 - Add libgdiplus dep to mono-core - Add s390x to build --- diff --git a/.cvsignore b/.cvsignore index ca99ee8..d0dbb91 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mono-1.1.12.1.tar.gz +mono-1.1.13.tar.gz diff --git a/mono.spec b/mono.spec index 9c22cba..bb6dbb4 100644 --- a/mono.spec +++ b/mono.spec @@ -1,5 +1,5 @@ Name: mono -Version: 1.1.12.1 +Version: 1.1.13 Release: 1 Summary: a .NET runtime environment @@ -12,9 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: bison, glib2-devel, pkgconfig, libicu-devel libgdiplus # JIT only availible on these: -ExclusiveArch: %ix86 x86_64 ppc ia64 s390 armv4l sparc -# Some build failure on s390x -ExcludeArch: s390x +ExclusiveArch: %ix86 x86_64 ppc ia64 s390 s390x armv4l sparc %description The Mono runtime implements a JIT engine for the ECMA CLI @@ -25,6 +23,7 @@ metadata access libraries. %package core Summary: The Mono CIL runtime, suitable for running .NET code Group: Development/Languages +Requires: libgdiplus %description core This package contains the core of the Mono runtime including its @@ -256,7 +255,7 @@ rm $RPM_BUILD_ROOT/%_bindir/cilc rm $RPM_BUILD_ROOT%{monodir}/1.0/cilc* rm $RPM_BUILD_ROOT/%_bindir/jay rm -r $RPM_BUILD_ROOT%{_datadir}/jay -rm $RPM_BUILD_ROOT%{_prefix}/man/man1/jay.1 +rm $RPM_BUILD_ROOT%{_mandir}/man1/jay.1 rm $RPM_BUILD_ROOT%{_mandir}/man1/monostyle.1 rm $RPM_BUILD_ROOT%{_mandir}/man1/oldmono.1 rm $RPM_BUILD_ROOT%{_mandir}/man1/mint.1 @@ -491,6 +490,11 @@ rm -rf $RPM_BUILD_ROOT %gac_dll IBM.Data.DB2 %changelog +* Fri Jan 13 2006 Alexander Larsson - 1.1.13-1 +- Update to 1.13 +- Add libgdiplus dep to mono-core +- Add s390x to build + * Mon Jan 9 2006 Alexander Larsson - 1.1.12.1-1 - Update to 1.1.12.1 diff --git a/sources b/sources index f54947b..e373f51 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1afd911a96a0032b5d1c13656a5d0369 mono-1.1.12.1.tar.gz +37fe3f191321ab7c426d57d0e1581bfe mono-1.1.13.tar.gz