packages: ruby/ruby-ffs.patch, ruby/ruby.spec - 1.9.2-p180
aredridel
aredridel at pld-linux.org
Mon Mar 28 19:29:10 CEST 2011
Author: aredridel Date: Mon Mar 28 17:29:09 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- 1.9.2-p180
---- Files affected:
packages/ruby:
ruby-ffs.patch (1.1 -> 1.2) , ruby.spec (1.224 -> 1.225)
---- Diffs:
================================================================
Index: packages/ruby/ruby-ffs.patch
diff -u packages/ruby/ruby-ffs.patch:1.1 packages/ruby/ruby-ffs.patch:1.2
--- packages/ruby/ruby-ffs.patch:1.1 Sat Oct 9 19:21:56 2010
+++ packages/ruby/ruby-ffs.patch Mon Mar 28 19:29:04 2011
@@ -1,11 +1,12 @@
---- ruby-1.9.2-p0/configure.in.orig 2010-10-09 14:30:10.239742720 +0200
-+++ ruby-1.9.2-p0/configure.in 2010-10-09 14:35:19.007744396 +0200
-@@ -1163,7 +1163,7 @@
+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 @@
else
AC_LIBOBJ([signbit])
fi
--AC_CHECK_FUNCS(fmod killpg wait4 waitpid fork spawnv syscall chroot getcwd eaccess\
-+AC_CHECK_FUNCS(fmod killpg wait4 waitpid fork spawnv syscall chroot getcwd eaccess ffs\
+-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\
link symlink readlink readdir_r fsync fdatasync fchown\
setitimer setruid seteuid setreuid setresuid setproctitle socketpair\
================================================================
Index: packages/ruby/ruby.spec
diff -u packages/ruby/ruby.spec:1.224 packages/ruby/ruby.spec:1.225
--- packages/ruby/ruby.spec:1.224 Sun Mar 13 17:44:26 2011
+++ packages/ruby/ruby.spec Mon Mar 28 19:29:04 2011
@@ -8,7 +8,7 @@
#
%define ruby_ver 1.9
%define stdlibdoc_version 0.10.1
-%define patchlevel 0
+%define patchlevel 180
%define basever 1.9.2
Summary: Ruby - interpreted scripting language
Summary(ja.UTF-8): オブジェクト指向言語Rubyインタプリタ
@@ -22,7 +22,7 @@
License: The Ruby License
Group: Development/Languages
Source0: ftp://ftp.ruby-lang.org/pub/ruby/%{name}-%{basever}-p%{patchlevel}.tar.bz2
-# Source0-md5: d8a02cadf57d2571cd4250e248ea7e4b
+# Source0-md5: 68510eeb7511c403b91fe5476f250538
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
@@ -394,8 +394,10 @@
%dir %{_libdir}/%{name}/gems
%dir %{_libdir}/%{name}/gems/%{ruby_ver}
%dir %{_libdir}/%{name}/gems/%{ruby_ver}/specifications
+%if %{with batteries}
%{_libdir}/%{name}/gems/%{ruby_ver}/specifications/rake.gemspec
%{_libdir}/%{name}/gems/%{ruby_ver}/specifications/rdoc.gemspec
+%endif
%{_mandir}/man1/erb.1*
%{_mandir}/man1/irb.1*
%{_mandir}/man1/rdoc.1*
@@ -432,6 +434,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.225 2011/03/28 17:29:04 aredridel
+- 1.9.2-p180
+
Revision 1.224 2011/03/13 16:44:26 baggins
- rel 4
- package minitest here, obsolete ruby-minitest package
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ruby/ruby-ffs.patch?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ruby/ruby.spec?r1=1.224&r2=1.225&f=u
More information about the pld-cvs-commit
mailing list