Changelog for
rubygem-mkrf-0.2.3-lp150.2.4.x86_64.rpm :
* Fri Jun 11 2010 mrueckertAATTsuse.de- use rubygems_requires macro
* Fri Jan 16 2009 mrueckertAATTsuse.de- update to version 0.2.3 Fix a bug that prevented compiling C++ extensions Support Ruby 1.9
* Tue May 22 2007 mrueckertAATTsuse.de- update to version 0.2.1
* [NEW] Added paths option to has_library?
* [NEW] Added Generator#abort! for when that critical library just isn\'t there.
* [NEW] Added Zed Shaw\'s rakehelper lib (from rfuzz, with permission).
* [NEW] Extensions using mkrf can now build properly in RubyGems!
* [NEW] Extension configurations should now be named mkrf_conf.rb to not conflict with the mkmf settings in RubyGems.
* [NEW] Added example extensions.
* [NEW] Add install task to generated Rakefile.
* [CLEAN-UP] Preprocessor define handling moved to Availability from Generator.
* [NEW] find_executable method added to Availability.
* [FIXED] include_header and has_header? now properly set preprocessor defines.
* [FIXED] Defaults on Generator work again. [44]
* Sun Oct 15 2006 mrueckertAATTsuse.de- update to version 0.1.2: o [CLEAN-UP] Removed useless add_source from Generator. We\'ve got a constructor for that. [35] o [FIXED] Generator.new defaults to sources in the local directory, so extconfs can (and should) be kept in the same directory as the extension files (PROJ_ROOT/ext) and won\'t clobber pre-existing Rakefiles. [35] o [CLEAN-UP] Goodbye ugly method missing hack! [34] o [NEW] Added objs to Generator. Access it as you might ldshared. -John G. o [CLEAN-UP] Removed the redundant .so rule from the generated rakefile. -John G. o [FIXED] Correct defaults in Availability. [29] o [NEW] Using rubylibdir from rbconfig for library path. [29] o [NEW] Availability options go straight to availability without generator modification. [29] o [NEW] CFLAGS and LDSHARED now accessible through .cflags and .ldshared. [29] o [FIXED] Can now modify Availability options from the Generator contructor. This may break some existing extconfs that use the .new(\'libname\',\'file_pattern_a\', \'file_pattern_b\') syntax. File patterns now only belong as arg 2 and should be an array or a string. o [FIXED] No indenting generated Rakefile code. [26]
* Fri Aug 25 2006 mrueckertAATTsuse.de- Initial package of version 0.1.1