Author: baggins                      Date: Mon Mar  1 12:33:05 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- use short version for version specific directories
- use GCC __builtin_frame_address()

---- Files affected:
packages/ruby:
   ruby.spec (1.207 -> 1.208) 

---- Diffs:

================================================================
Index: packages/ruby/ruby.spec
diff -u packages/ruby/ruby.spec:1.207 packages/ruby/ruby.spec:1.208
--- packages/ruby/ruby.spec:1.207       Mon Mar  1 02:21:21 2010
+++ packages/ruby/ruby.spec     Mon Mar  1 13:33:00 2010
@@ -5,7 +5,7 @@
 %bcond_without emacs   # skip building package with ruby-mode for emacs
 %bcond_without tk      # skip building package with Tk bindings
 #
-%define                ruby_ver        1.9.1
+%define                ruby_ver        1.9
 %define                stdlibdoc_version       0.10.1
 %define                patchlevel 378
 %define                basever 1.9.1
@@ -216,7 +216,9 @@
 %{__autoconf}
 %configure \
        --enable-shared \
-       --enable-pthread
+       --enable-pthread \
+       --with-ruby-version=minor \
+       --enable-frame-address
 
 %{__make} -j1
 
@@ -392,6 +394,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.208  2010/03/01 12:33:00  baggins
+- use short version for version specific directories
+- use GCC __builtin_frame_address()
+
 Revision 1.207  2010/03/01 01:21:21  baggins
 - rel 2
 - no parallel build
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ruby/ruby.spec?r1=1.207&r2=1.208&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to