OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 13-Mar-2007 08:16:20
Branch: HEAD Handle: 2007031307161900
Modified files:
openpkg-src/ruby ruby.patch ruby.spec
Log:
upgrading package: ruby 1.8.5p12 -> 1.8.6
Summary:
Revision Changes Path
1.12 +12 -12 openpkg-src/ruby/ruby.patch
1.51 +3 -3 openpkg-src/ruby/ruby.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ruby/ruby.patch
============================================================================
$ cvs diff -u -r1.11 -r1.12 ruby.patch
--- openpkg-src/ruby/ruby.patch 25 Dec 2006 19:14:46 -0000 1.11
+++ openpkg-src/ruby/ruby.patch 13 Mar 2007 07:16:19 -0000 1.12
@@ -1,7 +1,7 @@
Index: configure
---- configure.orig 2006-12-16 00:27:37 +0100
-+++ configure 2006-12-25 19:40:08 +0100
-@@ -18285,7 +18285,7 @@
+--- configure.orig 2007-03-12 20:19:03 +0100
++++ configure 2007-03-13 08:08:33 +0100
+@@ -15935,7 +15935,7 @@
rb_cv_dlopen=yes ;;
esix*|uxpds*) : ${LDSHARED="ld -G"}
rb_cv_dlopen=yes ;;
@@ -11,14 +11,14 @@
bsdi3*) case "$CC" in
*shlicc*) : ${LDSHARED="$CC -r"}
Index: ext/dbm/extconf.rb
---- ext/dbm/extconf.rb.orig 2006-12-05 20:27:06 +0100
-+++ ext/dbm/extconf.rb 2006-12-25 19:41:45 +0100
-@@ -48,7 +48,7 @@
- if dblib
- dbm_hdr = db_check(dblib)
+--- ext/dbm/extconf.rb.orig 2007-02-13 00:01:19 +0100
++++ ext/dbm/extconf.rb 2007-03-13 08:11:50 +0100
+@@ -5,7 +5,7 @@
+ if dblib = with_config("dbm-type", nil)
+ dblib = dblib.split(/[ ,]+/)
else
-- dbm_hdr = %w(db db2 db1 dbm gdbm gdbm_compat qdbm).any? do |dblib|
-+ dbm_hdr = %w(dbm db2 db1 db gdbm gdbm_compat qdbm).any? do |dblib|
- db_check(dblib)
- end
+- dblib = %w(db db2 db1 dbm gdbm gdbm_compat qdbm)
++ dblib = %w(dbm db2 db1 db gdbm gdbm_compat qdbm)
end
+
+ headers = {
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/ruby/ruby.spec
============================================================================
$ cvs diff -u -r1.50 -r1.51 ruby.spec
--- openpkg-src/ruby/ruby.spec 12 Jan 2007 14:20:02 -0000 1.50
+++ openpkg-src/ruby/ruby.spec 13 Mar 2007 07:16:19 -0000 1.51
@@ -23,8 +23,8 @@
##
# package versions
-%define V_dst 1.8.5-p12
-%define V_opkg 1.8.5p12
+%define V_dst 1.8.6
+%define V_opkg 1.8.6
# package information
Name: ruby
@@ -37,7 +37,7 @@
Group: Language
License: GPL
Version: %{V_opkg}
-Release: 20070112
+Release: 20070313
# list of sources
Source0: ftp://ftp.ruby-lang.org/pub/ruby/ruby-%{V_dst}.tar.gz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]