]> git.pld-linux.org Git - packages/ruby.git/commitdiff
- 1.9.2-p290
authoraredridel <aredridel@pld-linux.org>
Sun, 28 Aug 2011 02:45:04 +0000 (02:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ruby-ffs.patch -> 1.3
    ruby.spec -> 1.229

ruby-ffs.patch
ruby.spec

index 38b22c091d735d190e2b43666ff8e0607e538d7f..31f0a3498e32e4272522e5735177bc7bcc03b3a7 100644 (file)
@@ -1,12 +1,27 @@
-diff -ur ruby-1.9.2-p180-o/configure.in ruby-1.9.2-p180/configure.in
---- ruby-1.9.2-p180-o/configure.in     2011-03-27 21:38:41.000000000 -0600
-+++ ruby-1.9.2-p180/configure.in       2011-03-27 21:40:29.000000000 -0600
-@@ -1185,7 +1185,7 @@
+diff -ur ruby-1.9.2-p290-o//configure.in ruby-1.9.2-p290/configure.in
+--- ruby-1.9.2-p290-o//configure.in    2011-08-27 20:31:47.000000000 -0600
++++ ruby-1.9.2-p290/configure.in       2011-08-27 20:35:03.000000000 -0600
+@@ -1184,7 +1184,7 @@
  else
    AC_LIBOBJ([signbit])
  fi
 -AC_CHECK_FUNCS(fmod killpg wait4 waitpid fork spawnv syscall __syscall chroot getcwd eaccess\
 +AC_CHECK_FUNCS(fmod killpg wait4 waitpid fork spawnv syscall __syscall chroot getcwd eaccess ffs\
-             truncate ftruncate chsize times utimes utimensat fcntl lockf lstat\
+             truncate ftruncate ftello chsize times utimes utimensat fcntl lockf lstat\
+             truncate64 ftruncate64 ftello64 fseeko fseeko64 \
              link symlink readlink readdir_r fsync fdatasync fchown\
-             setitimer setruid seteuid setreuid setresuid setproctitle socketpair\
+Only in ruby-1.9.2-p290: configure.in~
+diff -ur ruby-1.9.2-p290-o//configure.in.orig ruby-1.9.2-p290/configure.in.orig
+--- ruby-1.9.2-p290-o//configure.in.orig       2011-05-29 22:45:00.000000000 -0600
++++ ruby-1.9.2-p290/configure.in.orig  2011-08-27 20:31:47.000000000 -0600
+@@ -2245,7 +2245,7 @@
+       RUBY_APPEND_OPTION(CFLAGS, -pipe)
+       ],
+     [human*], [
+-      AC_LIBOBJ([x68.o])
++      AC_LIBOBJ([x68])
+       CFLAGS="$CFLAGS -fansi-only"
+       XCFLAGS="$XCFLAGS -cc1-stack=262144 -cpp-stack=2694144"
+       EXEEXT=.x
+Only in ruby-1.9.2-p290: configure.in.rej
+Only in ruby-1.9.2-p290: configure.in.rej~
index 89f109f552b00bf89d8e61a51b16da8469688f1b..6fbae74e5a317fe6ab0ff8d49ad8e4dee6670040 100644 (file)
--- a/ruby.spec
+++ b/ruby.spec
@@ -7,7 +7,7 @@
 #
 %define                ruby_ver        1.9
 %define                stdlibdoc_version       0.10.1
-%define                patchlevel 180
+%define                patchlevel 290
 %define                basever 1.9.2
 %define                rake_ver        0.8.7
 %define                minitest_ver    1.6.0
@@ -24,7 +24,7 @@ Epoch:                1
 License:       The Ruby License
 Group:         Development/Languages
 Source0:       ftp://ftp.ruby-lang.org/pub/ruby/%{name}-%{basever}-p%{patchlevel}.tar.bz2
-# Source0-md5: 68510eeb7511c403b91fe5476f250538
+# Source0-md5: 096758c3e853b839dc980b183227b182
 Source1:       http://www.ruby-doc.org/download/%{name}-doc-bundle.tar.gz
 # Source1-md5: ad1af0043be98ba1a4f6d0185df63876
 Source2:       http://www.ruby-doc.org/download/stdlib/%{name}-doc-stdlib-%{stdlibdoc_version}.tgz
This page took 3.037248 seconds and 4 git commands to generate.