]> git.pld-linux.org Git - packages/mono.git/commitdiff
- 1.2.2 auto/th/mono-1_2_2-1
authorwolf <wolf@pld-linux.org>
Tue, 5 Dec 2006 17:36:34 +0000 (17:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mono-alpha-float.patch -> 1.4
    mono.spec -> 1.203

mono-alpha-float.patch
mono.spec

index 1ecafce13671fbf93799cbe4c2110c5104eaa880..0fca78f3c9ee371a56ff86fa95ecc0cd58db8331 100644 (file)
 --- mono-1.1.7/mono/utils/strtod.c.orig        2004-12-23 17:53:20.000000000 +0100
 +++ mono-1.1.7/mono/utils/strtod.c     2005-05-14 00:38:46.000000000 +0200
 @@ -140,7 +140,7 @@
-  *    FLT_RADIX, FLT_ROUNDS, and DBL_MAX.
+  * #define NO_ERRNO if strtod should not assign errno = ERANGE when
+  *      the result overflows to +-Infinity or underflows to 0.
   */
 -#if defined(i386) || defined(mips) && defined(MIPSEL) || defined (__arm__)
 +#if defined(i386) || defined(mips) && defined(MIPSEL) || defined (__arm__) || defined(__alpha__)
  
index 106fc93e17f91a4eabd3398d2ad42b26ae6560ce..20760b09d4f00fdfec407f502b9dbf31e30f81e6 100644 (file)
--- a/mono.spec
+++ b/mono.spec
 Summary:       Common Language Infrastructure implementation
 Summary(pl):   Implementacja Common Language Infrastructure
 Name:          mono
-Version:       1.2.1
-Release:       2
+Version:       1.2.2
+Release:       1
 License:       GPL/LGPL/MIT
 Group:         Development/Languages
 #Source0Download: http://go-mono.com/sources-stable/
 Source0:       http://www.go-mono.com/sources/mono/%{name}-%{version}.tar.gz
-# Source0-md5: 47621f63126d6599356d28668fb5fea2
+# Source0-md5: 37933cd25b180d092765272862c5d672
 Patch0:                %{name}-alpha-float.patch
 Patch1:                %{name}-mint.patch
 Patch2:                %{name}-sonames.patch
This page took 0.043392 seconds and 4 git commands to generate.