]> git.pld-linux.org Git - packages/ruby.git/commitdiff
- updated to 1.6.8, updated ac25x patch
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 2 Apr 2003 21:16:22 +0000 (21:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ruby-ac25x.patch -> 1.2
    ruby.spec -> 1.30

ruby-ac25x.patch
ruby.spec

index b22d5dfbf24afebe1e77a4c4fd8a0f33418b35d9..29762ff9a966a1bc09737fb0fc521e4cc905cd0a 100644 (file)
  AC_STRUCT_ST_RDEV
  
  dnl Checks for library functions.
-@@ -363,7 +363,7 @@
-   exit(0);
- }
- ], rb_cv_func_strtod=yes, rb_cv_func_strtod=no, rb_cv_func_strtod=no)])
--test $rb_cv_func_strtod = no && LIBOBJS="$LIBOBJS strtod.o"
-+test $rb_cv_func_strtod = no && AC_LIBOBJ([strtod])
- AC_C_BIGENDIAN
- AC_C_CONST
 @@ -742,7 +742,7 @@
      if test "$rb_cv_missing_fconvert" = yes; then
        AC_DEFINE(MISSING_FCONVERT)
@@ -49,6 +40,6 @@
        mingw*)
 -          LIBOBJS="$LIBOBJS win32.o"
 +          AC_LIBOBJ([win32])
-           CFLAGS="-DNT -D__MSVCRT__ $CFLAGS"
+           CFLAGS="-DNT -D__NO_ISOCEXT $CFLAGS"
            CCDLFLAGS=-DIMPORT ;;
        esac
index 4fdd2789944a81ab750e7b19313977c9fcd1b874..ee8e9d1c0c5e6b6b9d29cbf8f197f53c0fe5c7d3 100644 (file)
--- a/ruby.spec
+++ b/ruby.spec
@@ -4,8 +4,8 @@ Summary(pl):    Ruby - interpretowany j
 Summary(pt_BR): Linguagem de script orientada a objeto
 Summary(zh_CN):        ruby - Ò»ÖÖ¿ìËÙ¸ßЧµÄÃæÏò¶ÔÏó½Å±¾±à³ÌÓïÑÔ
 Name:          ruby
-Version:       1.6.7
-Release:       2
+Version:       1.6.8
+Release:       1
 License:       GPL
 Group:         Development/Languages
 Source0:       ftp://ftp.ruby-lang.org/pub/ruby/%{name}-%{version}.tar.gz
This page took 0.07176 seconds and 4 git commands to generate.