Browse Source

A few package fixes. Thanks to Michael Schloh.

master
parent
commit
a74dd38bf7
  1. 2
      mono/mono.patch
  2. 2
      mono/mono.spec

2
mono/mono.patch

@ -47,7 +47,7 @@ Index: mono/mini/mini-x86.c
+union IEEEd2bits {
+ double d;
+ struct {
+#if _BYTE_ORDER == _LITTLE_ENDIAN
+#if _BYTE_ORDER == G_LITTLE_ENDIAN
+ unsigned int manl :32;
+ unsigned int manh :20;
+ unsigned int exp :11;

2
mono/mono.spec

@ -37,7 +37,7 @@ Class: PLUS
Group: Language
License: GPL
Version: %{V_major}.%{V_minor}
Release: 20061014
Release: 20061015
# list of sources
Source0: http://go-mono.com/sources/mono/mono-%{version}.tar.gz

Loading…
Cancel
Save