packages: ruby/ruby-ffs.patch, ruby/ruby.spec, ruby/ruby-mkmf-shared.patch ...

baggins baggins at pld-linux.org
Fri Dec 9 11:51:38 CET 2011


Author: baggins                      Date: Fri Dec  9 10:51:38 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.9.3-p0

---- Files affected:
packages/ruby:
   ruby-ffs.patch (1.3 -> 1.4) , ruby.spec (1.235 -> 1.236) , ruby-mkmf-shared.patch (1.4 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/ruby/ruby-ffs.patch
diff -u packages/ruby/ruby-ffs.patch:1.3 packages/ruby/ruby-ffs.patch:1.4
--- packages/ruby/ruby-ffs.patch:1.3	Sun Aug 28 04:45:04 2011
+++ packages/ruby/ruby-ffs.patch	Fri Dec  9 11:51:33 2011
@@ -10,18 +10,3 @@
  	      truncate ftruncate ftello chsize times utimes utimensat fcntl lockf lstat\
  	      truncate64 ftruncate64 ftello64 fseeko fseeko64 \
  	      link symlink readlink readdir_r fsync fdatasync fchown\
-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: packages/ruby/ruby.spec
diff -u packages/ruby/ruby.spec:1.235 packages/ruby/ruby.spec:1.236
--- packages/ruby/ruby.spec:1.235	Fri Nov 18 09:40:35 2011
+++ packages/ruby/ruby.spec	Fri Dec  9 11:51:33 2011
@@ -9,11 +9,13 @@
 #
 %define		ruby_ver	1.9
 %define		stdlibdoc_version	0.10.1
-%define		patchlevel 290
-%define		basever 1.9.2
-%define		rake_ver	0.8.7
-%define		minitest_ver	1.6.0
-%define		rdoc_ver	2.5.8
+%define		patchlevel 0
+%define		basever 1.9.3
+%define		json_ver	1.5.4
+%define		rake_ver	0.9.2.2
+%define		rubygems_ver	1.8.11
+%define		minitest_ver	2.5.1
+%define		rdoc_ver	3.9.4
 Summary:	Ruby - interpreted scripting language
 Summary(ja.UTF-8):	オブジェクト指向言語Rubyインタプリタ
 Summary(pl.UTF-8):	Ruby - interpretowany język skryptowy
@@ -21,12 +23,12 @@
 Summary(zh_CN.UTF-8):	ruby - 一种快速高效的面向对象脚本编程语言
 Name:		ruby
 Version:	%{basever}.%{patchlevel}
-Release:	9
+Release:	10
 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:	096758c3e853b839dc980b183227b182
+# Source0-md5:	65401fb3194cdccd6c1175ab29b8fdb8
 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
@@ -36,9 +38,8 @@
 Source3:	rdoc.1
 Source4:	testrb.1
 Source5:	%{name}-mode-init.el
-Patch0:		%{name}-mkmf-shared.patch
-Patch1:		%{name}-lib64.patch
-Patch2:		%{name}-ffs.patch
+Patch0:		%{name}-lib64.patch
+Patch1:		%{name}-ffs.patch
 URL:		http://www.ruby-lang.org/
 BuildRequires:	autoconf >= 2.60
 BuildRequires:	automake
@@ -63,10 +64,9 @@
 Obsoletes:	ruby-doc < 1.8.4
 Obsoletes:	ruby-fastthread
 %if %{with batteries}
+Provides:	ruby-json = %{json_ver}
 Provides:	ruby-rake = %{rake_ver}
-# which versions?
-Provides:	ruby-json
-Provides:	ruby-rubygems
+Provides:	ruby-rubygems = %{rubygems_ver}
 Obsoletes:	ruby-json
 Obsoletes:	ruby-rake
 Obsoletes:	ruby-rubygems
@@ -222,7 +222,6 @@
 %setup -q -n %{name}-%{basever}-p%{patchlevel} -a1 -a2 -a100
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
 
@@ -256,7 +255,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{ruby_rdocdir},%{_examplesdir}/%{name}-%{version}}
+install -d $RPM_BUILD_ROOT{%{ruby_rdocdir},%{_examplesdir}/%{name}-%{version}} \
+	$RPM_BUILD_ROOT%{_libdir}/%{name}/%{ruby_ver}/tasks
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
@@ -267,7 +267,7 @@
 
 %if %{without batteries}
 # packaged separately
-%{__rm} -r $RPM_BUILD_ROOT%{_libdir}/%{name}/%{ruby_ver}/{rubygems,rake,json}
+%{__rm} -r $RPM_BUILD_ROOT%{_libdir}/%{name}/%{ruby_ver}/{rubygems,rake,json,tasks}
 %{__rm} -r $RPM_BUILD_ROOT%{_libdir}/%{name}/%{ruby_ver}/*-linux*/json
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/%{name}/%{ruby_ver}/{rake,rubygems,json}.rb
 %{__rm} $RPM_BUILD_ROOT%{_bindir}/{gem,rake}
@@ -326,6 +326,7 @@
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libruby.so
 %{_includedir}/%{name}-%{ruby_ver}
+%{_pkgconfigdir}/ruby-%{ruby_ver}.pc
 
 %files static
 %defattr(644,root,root,755)
@@ -355,7 +356,9 @@
 %{_libdir}/%{name}/%{ruby_ver}/dl
 %{_libdir}/%{name}/%{ruby_ver}/drb
 %{_libdir}/%{name}/%{ruby_ver}/fiddle
+%{_libdir}/%{name}/%{ruby_ver}/io
 %{_libdir}/%{name}/%{ruby_ver}/irb
+%{_libdir}/%{name}/%{ruby_ver}/matrix
 %{_libdir}/%{name}/%{ruby_ver}/minitest
 %{_libdir}/%{name}/%{ruby_ver}/net
 %{_libdir}/%{name}/%{ruby_ver}/openssl
@@ -364,6 +367,7 @@
 %{_libdir}/%{name}/%{ruby_ver}/json
 %{_libdir}/%{name}/%{ruby_ver}/rake
 %{_libdir}/%{name}/%{ruby_ver}/rubygems
+%dir %{_libdir}/%{name}/%{ruby_ver}/tasks
 %endif
 %{_libdir}/%{name}/%{ruby_ver}/psych
 %{_libdir}/%{name}/%{ruby_ver}/racc
@@ -414,11 +418,22 @@
 %{_libdir}/%{name}/%{ruby_ver}/*-linux*/rbconfig.rb
 %dir %{_libdir}/%{name}/gems
 %dir %{_libdir}/%{name}/gems/%{ruby_ver}
+%dir %{_libdir}/%{name}/gems/%{ruby_ver}/gems
 %dir %{_libdir}/%{name}/gems/%{ruby_ver}/specifications
+%{_libdir}/%{name}/gems/%{ruby_ver}/specifications/io-console-*.gemspec
+%{_libdir}/%{name}/gems/%{ruby_ver}/specifications/bigdecimal-*.gemspec
 %if %{with batteries}
+%dir %{_libdir}/%{name}/gems/%{ruby_ver}/gems/rake-%{rake_ver}
+%dir %{_libdir}/%{name}/gems/%{ruby_ver}/gems/rake-%{rake_ver}/bin
+%attr(755,root,root) %{_libdir}/%{name}/gems/%{ruby_ver}/gems/rake-%{rake_ver}/bin/rake
+%dir %{_libdir}/%{name}/gems/%{ruby_ver}/gems/rdoc-%{rdoc_ver}
+%dir %{_libdir}/%{name}/gems/%{ruby_ver}/gems/rdoc-%{rdoc_ver}/bin
+%attr(755,root,root) %{_libdir}/%{name}/gems/%{ruby_ver}/gems/rdoc-%{rdoc_ver}/bin/rdoc
+%attr(755,root,root) %{_libdir}/%{name}/gems/%{ruby_ver}/gems/rdoc-%{rdoc_ver}/bin/ri
 %{_libdir}/%{name}/gems/%{ruby_ver}/specifications/minitest-%{minitest_ver}.gemspec
 %{_libdir}/%{name}/gems/%{ruby_ver}/specifications/rake-%{rake_ver}.gemspec
 %{_libdir}/%{name}/gems/%{ruby_ver}/specifications/rdoc-%{rdoc_ver}.gemspec
+%{_libdir}/%{name}/gems/%{ruby_ver}/specifications/json-%{json_ver}.gemspec
 %endif
 %{_mandir}/man1/erb.1*
 %{_mandir}/man1/irb.1*
@@ -456,6 +471,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.236  2011/12/09 10:51:33  baggins
+- updated to 1.9.3-p0
+
 Revision 1.235  2011/11/18 08:40:35  lisu
 - rel 9
 
@@ -585,694 +603,3 @@
 
 Revision 1.199  2010/02/26 10:41:35  baggins
 - started update to 1.9.1
-
-Revision 1.198  2010/01/14 16:40:21  glen
-- release 2
-
-Revision 1.197  2010/01/14 16:39:18  glen
-- up to 1.8.7.249
-
-Revision 1.196  2009/11/17 13:29:23  glen
-- release 2
-
-Revision 1.195  2009/11/13 08:55:58  mis
-- update to 1.8.7p174 (fixes 173's BigDecimal.new('10.03').to_f => 10.3)
-
-Revision 1.194  2009/07/07 23:12:23  aredridel
-- fix patch name
-
-Revision 1.193  2009/07/07 23:08:34  aredridel
-- fix IMAP bug with quicksync support (Dovvecot 1.2.0 triggers)
-
-Revision 1.192  2009/06/15 19:20:58  glen
-- release 2
-
-Revision 1.191  2009/06/15 16:54:25  glen
-- up to 1.8.7-p173, fixes DoS vulnerability in BigDecimal
-
-Revision 1.190  2009/06/15 13:23:42  blues
-- security blocker
-
-Revision 1.189  2009/05/03 13:46:53  hawk
-- release 7
-
-Revision 1.188  2009/03/09 23:07:36  glen
-- release 6
-
-Revision 1.187  2009/02/25 23:38:50  glen
-- fix tk ext build on ac-lib64; rel 5
-
-Revision 1.186  2009/02/24 08:39:47  arekm
-- rel 4
-
-Revision 1.185  2009/02/24 08:30:01  arekm
-- rel 3; sed real files only
-
-Revision 1.184  2009/02/23 22:08:10  arekm
-- release 2
-
-Revision 1.183  2009/01/06 06:41:44  glen
-- include patchlevel in version
-
-Revision 1.182  2009/01/06 05:34:00  glen
-- mkdir rdocdir
-
-Revision 1.181  2008/10/27 10:43:42  blues
-- CVE note
-
-Revision 1.180  2008/10/12 10:49:20  glen
-- package %ruby_rdocdir
-- use postshell for scriptlets
-- rel 4
-
-Revision 1.179  2008/10/01 13:47:37  twittner
-- patch (-require-rubygems-version.patch) ruby againts an error:
-  /usr/lib/ruby/1.8/rdoc/ri/ri_paths.rb:62: uninitialized constant Gem::Version (NameError)
-  when ruby-RubyGems is installed
-- back to bz2 tarball
-- renumber patches
-- rel. 3
-
-Revision 1.178  2008/09/13 20:31:44  twittner
-- up to patchlevel 72 [fixes: CVE-2008-3443]
-- fix last fix (missing $RPM_BUILD_ROOT added)
-- rel. 2
-
-Revision 1.177  2008/08/20 21:58:27  qboosh
-- ghost soname symlink
-- avoid creating junk %{buildroot}ERROR tree when building without emacs
-
-Revision 1.176  2008/08/15 19:57:51  arekm
-- up to 1.8.7p22; lib_prefix and vendordir seems to be merged in some form;
-- onigurma doesn't build so bcond off it; probably several CVE fixed
-
-Revision 1.175  2008/06/14 10:12:08  arekm
-- rel 6
-
-Revision 1.174  2008-03-10 13:39:02  twittner
-- up to 1.8.6-p114, security issue:
-  http://securitytracker.com/alerts/2008/Mar/1019562.html
-  no CVE entry
-- rel. 5 for p114
-- rm rubydb2x.el* (ruby debugger support for emacs 19.2x or before)
-
-Revision 1.173  2007-12-30 18:21:11  twittner
-- fix -vendordir.patch, fix load-path
-- rel. 4
-
-Revision 1.172  2007-12-10 22:36:47  aredridel
-- 1.8.6p111
-
-Revision 1.171  2007-07-31 09:21:18  arekm
-- rel 3; rebuild with db4.6
-
-Revision 1.170  2007/07/10 10:28:57  tommat
-- allow build doc without ruby installed
-
-Revision 1.169  2007/04/30 19:36:34  aredridel
-- replace full ruby update patch with just thread patch
-- rel 2
-
-Revision 1.168  2007/04/29 18:55:24  aredridel
-- patch to current stable
-
-Revision 1.167  2007/04/27 06:37:52  qboosh
-- CVE reference for 1.8.5
-
-Revision 1.166  2007/03/13 07:05:15  qboosh
-- unified
-
-Revision 1.165  2007/03/12 21:44:53  aredridel
-- 1.8.6
-
-Revision 1.164  2007/03/08 02:52:14  aredridel
-- 1.8.6preview3
-
-Revision 1.163  2007/03/03 19:21:38  aredridel
-- fix commit message
-
-Revision 1.162  2007/03/03 19:20:13  aredridel
-- 1.8.6preview2
-
-Revision 1.161  2007/02/20 08:56:35  arekm
-- rel .2; lib64 fixes
-
-Revision 1.160  2007/02/20 08:48:16  aredridel
-- O: ruby-fastthread
-
-Revision 1.159  2007/02/20 08:45:42  aredridel
-- add lib64 patch
-
-Revision 1.158  2007/02/20 08:37:02  aredridel
-- todos
-
-Revision 1.157  2007/02/20 08:28:33  qboosh
-- no need to bcond preamble
-
-Revision 1.156  2007/02/20 08:24:55  aredridel
-- remove note about system oniguruma (not appropriate: oniguruma 2.5.8 is
-  specific to ruby 1.8; oniguruma 5.5.2 (system) is not for ruby at all)
-- add vendordir patch
-
-Revision 1.155  2007/02/20 08:17:42  twittner
-- removed NOTE about segfaulting on ppc during build
-  (not longer valid after ruby or gcc update)
-
-Revision 1.154  2007/02/20 07:31:30  glen
-- todo?
-
-Revision 1.153  2007/02/20 07:20:26  arekm
-- reenable threads on ppc
-
-Revision 1.152  2007/02/20 07:03:29  aredridel
-- 1.8.6preview1
-- switch to using ./miniruby to build docs, as it doesn't work with
-  LD_LIBRARY_PATH anymore
-- oniguruma 2.5.8
-
-Revision 1.151  2007/02/20 04:24:15  aredridel
-- bcond tk
-
-Revision 1.150  2007/02/12 22:09:14  glen
-- tabs in preamble
-
-Revision 1.149  2007/02/12 01:06:31  baggins
-- converted to UTF-8
-
-Revision 1.148  2006/12/25 18:51:28  twittner
-- restored `--without-pthreads' for PPCs after producing buildlog with
-  compilation error msg.
-- added huge note with explanation of encountered building fails on PPC
-
-Revision 1.147  2006/12/25 16:15:11  twittner
-- missing comment
-
-Revision 1.146  2006/12/25 15:03:33  twittner
-- temporary reverted pluto's changes from rev. 1.138:
-  - disable pthreads on ppc ( now it builds but may segv with tcl/tk ).
-  for test build
-
-Revision 1.145  2006/12/25 14:57:08  twittner
-- added `%%bcond_without doc': skip generating some generated docs
-  which is time-consuming. Intended for speed up test builds.
-
-Revision 1.144  2006/12/25 14:40:09  twittner
-- further fixes related to /lib64/:
-  remove %%_ulibdir = /usr/lib from %%files - older packages
-  have only empty /lib/ directories
-
-Revision 1.143  2006/12/25 13:42:43  twittner
-- keep my changes separately: ruby-LIB_PREFIX.patch restored
-  to its oryginal contents; fix shell quotation for ruby_site
-  is in ruby-a260.patch
-- rel. 4.1 - let's try it on arch with /lib64
-
-Revision 1.142  2006/12/23 20:02:37  twittner
-- fixed ruby load modules paths - ruby_site are back
-  (POSIXLY_CORRECT && autoconf-2.60 && shell quotation issue)
-  thanks to arekm for an apt suggestion
-- rel. 4
-
-Revision 1.141  2006/12/11 20:46:24  glen
-- avoid packaging /usr/lib/ruby twice
-
-Revision 1.140  2006/12/11 16:43:25  qboosh
-- updated to 1.8.5-p2 (fixes CVE-2006-6303)
-- removed obsolete cgi-dos-1 patch (already in sources)
-
-Revision 1.139  2006/11/04 18:52:59  aredridel
-- patched to fix CVE-2006-5467.
-
-Revision 1.138  2006/10/03 20:58:33  pluto
-- disable pthreads on ppc ( now it builds but may segv with tcl/tk ).
-
-Revision 1.137  2006/10/01 12:40:09  arekm
-- rel 2; add %%dir %%{_ulibdir}/%%{name}
-
-Revision 1.136  2006/09/12 14:46:20  pluto
-- th/blocker added. ruby causes SEGVs at -O0.
-
-Revision 1.135  2006/08/27 19:05:49  qboosh
-- updated: ruby 1.8.5, onigd 2.5.7, doc-stdlib 0.10.1
-[fixes CVE-2006-3694]
-
-Revision 1.134  2006/05/23 19:53:32  glen
-- typo
-
-Revision 1.133  2006/05/23 19:48:09  glen
-- drop macros.ruby (not needed (rpm-build-macros provides it) and done wrong (not lib64 safe)); rel 6
-
-Revision 1.132  2006/05/01 19:09:50  pluto
-- keep frame pointers for correct exception handling.
-
-Revision 1.131  2006/04/10 20:14:21  twittner
-- BR: openssl-devel
-
-Revision 1.130  2006/04/08 19:58:46  twittner
-- force info page generating from (patched) texinfo sources
-
-Revision 1.129  2006/01/09 20:24:52  qboosh
-- pl summary for -modules, cosmetics
-
-Revision 1.128  2006/01/06 19:24:29  twittner
-- don't pack *.el files (only byte-compiled *.elc)
-
-Revision 1.127  2006/01/02 17:32:14  twittner
-- added -emacs-mode subpackage
-
-Revision 1.126  2006/01/01 09:54:11  twittner
-- don't force linking with -lruby-static: restore commented out
-  -mkmf-shared.patch (updated for ruby 1.8.4)
-- rel. 5, STBR
-
-Revision 1.125  2005/12/29 16:47:34  twittner
-- add Provides: ruby(ver) = 1.8 and ruby-modules(ver) = 1.8
-- use %ruby_ver macro instead of 1.8
-- move directory skeleton (only empty directories) from
-  ruby-modules to ruby package
-- rel. 4, STBR
-
-Revision 1.124  2005/12/27 08:48:22  twittner
-- add version ( < 1.8.4 ) to O: ruby-doc - subpkg. ruby-doc is restored
-- extend s,/usr/local/bin,%{_bindir} changes (not only shebangs in scripts)
-- rel. 3 - STBR again please
-
-Revision 1.123  2005/12/27 01:15:32  twittner
-- rel. 2, STBR
-
-Revision 1.122  2005/12/26 21:04:09  glen
-- adapterized; adapter friendly sed
-
-Revision 1.121  2005/12/26 20:52:24  twittner
-- fix typo: s/runnter/runner/
-- fix /usr/local/bin fix, use sed instead of perl, BR: sed >= 4.0
-
-Revision 1.120  2005/12/26 08:28:32  ankry
-- formatting
-
-Revision 1.119  2005/12/26 07:43:20  twittner
-- fix R: in -tk, add `R: ruby-modules' to -doc-ri, complete pl translations
-
-Revision 1.118  2005/12/26 07:13:48  twittner
-- fixed requires: static pkg. R: devel
-
-Revision 1.117  2005/12/26 01:35:10  twittner
-- main change: split ruby main package into separate subpackages:
-  - ruby - contains only ruby shared library and interpreter
-  - ruby-modules - contains ruby boundled libraries and utilities: irb,
-    rdoc, ri. Utilities and their libraries are rather small so it isn't
-    worth to release them into separate subpkg. and for complicating
-    requires - for this reason ri doc empty directories belong to this pkg.
-     - ri docs from ruby extension packages go here.
-  - ruby-doc - contains html documentation: FAQ, Guide, Core and Stdlib
-  - ruby-examples - contains what is in sample directory
-  - ruby-doc-ri - ruby bundled(?) and generated documentation during ruby
-    building in ri format.
-- added manpages from Debian for rdoc(1), ri(1), testrb(1); updated irb(1)
-  with Debian version.
-- rel. 1.1 (please test it and raise objections)
-
-Revision 1.116  2005/12/24 23:42:48  aredridel
-- up to 1.8.4
-- Merry Christmas!
-
-Revision 1.115  2005/09/25 13:54:33  aredridel
-- docs build
-
-Revision 1.114  2005/09/21 04:24:32  aredridel
-- added rexml fix
-
-Revision 1.113  2005/09/21 02:24:26  aredridel
-- up to 1.8.3
-- remove broken docs
-
-Revision 1.112  2005/09/17 10:33:56  arekm
-- rebuild with readline 5.0
-
-Revision 1.111  2005/08/18 17:00:17  aredridel
-- prettier find
-
-Revision 1.110  2005/07/11 16:29:58  glen
-- revert overadapterization
-
-Revision 1.109  2005/07/11 15:35:10  aredridel
-- remove todo
-
-Revision 1.108  2005/07/11 15:34:30  aredridel
-- rel 5
-- patch XMLRPC flaw
-- STBR
-
-Revision 1.107  2005/07/11 14:59:25  glen
-- TODO (possible xmlrpc bug)
-
-Revision 1.106  2005/07/09 23:21:40  aredridel
-- add datadir, beginning of fixing AMD64 libdir issues
-
-Revision 1.105  2005/04/29 13:30:35  pluto
-- release 4 for Th.
-
-Revision 1.104  2005/03/21 23:37:01  aredridel
-- oniguruma 2.4.2
-
-Revision 1.103  2005/02/27 07:20:58  aredridel
-- inline source in docs
-- add macros
-
-Revision 1.102  2005/01/15 21:48:01  saq
-- doesn't work, reverted
-
-Revision 1.101  2005/01/10 21:43:27  saq
-- lib64-friendly sitedir
-
-Revision 1.100  2004/12/30 15:15:04  kali
-- added missing dirs
-
-Revision 1.99  2004/12/26 02:28:16  qboosh
-- removed obsolete onig-types,cgi_dos patches
-
-Revision 1.98  2004/12/26 01:35:54  aredridel
-- up to 1.8.2
-- rel 3 for final release
-
-Revision 1.97  2004/12/23 22:48:56  aredridel
-- up to 20041222, 1.8.2-preview4
-
-Revision 1.96  2004/12/13 21:38:05  krolik
-- updated MD5 for sources, rel *.4
-
-Revision 1.95  2004/12/13 21:11:32  krolik
-- rel. *.3 (package builds, thanks to Aredridel)
-- has a latest security patch added in previous Release.
-- STBR
-
-Revision 1.94  2004/12/13 20:08:03  aredridel
-- builds without installed ruby
-
-Revision 1.93  2004/12/13 07:55:57  aredridel
-- builds for me
-- uses built ruby, not system to build docs (thanks krolik)
-
-Revision 1.92  2004/12/13 07:10:42  krolik
-- added security patch (id. no. #5548)
-- rel next (*.2) package doesn't build yet. :(
-
-Revision 1.91  2004/09/06 08:12:55  aredridel
-- up to 20040906
-- fix doc building
-
-Revision 1.90  2004/09/06 06:57:57  aredridel
-- fix stupid mistake in putting ridocs in the right place
-
-Revision 1.89  2004/09/05 06:54:36  aredridel
-- fix revision log
-
-Revision 1.88  2004/09/05 06:53:06  aredridel
-- up to stable 20040904
-- use prebuilt docs, don't kill builder
-
-Revision 1.87  2004/08/29 23:36:42  aredridel
-- up to stable CVS 20040829
-
-Revision 1.86  2004/08/23 23:10:33  qboosh
-- release .3
-
-Revision 1.85  2004/08/23 23:09:59  qboosh
-- added mkmf-shared patch
-- libruby.so.1.8 symlink is autogenerated by ldconfig
-
-Revision 1.84  2004/08/23 21:24:30  qboosh
-- security bug (CAN-2004-0755 - tmp files perms problem) is fixed in 1.8.2-preview2
-- release .2
<<Diff was trimmed, longer than 597 lines>>

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ruby/ruby-ffs.patch?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ruby/ruby.spec?r1=1.235&r2=1.236&f=u



More information about the pld-cvs-commit mailing list