Revisions of rubygem-rake-compiler

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 185908 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 8)
- updated to version 0.9.1
 * Bugfixes:
   * Restore compatibility with RubyGems platforms for cross-compilation
     (i386-mingw32 and x86-mingw32 are the same and supported)
 
 === 0.9.0 / 2013-08-03
 
 * Enhancements:
   * Add support for cross-builds and multiple platforms (x86/x64).
     Pull #74 [larskanis]
 
       $ rake-compiler cross-ruby VERSION=1.8.7-p371
       $ rake-compiler cross-ruby VERSION=1.9.3-p392
       $ rake-compiler cross-ruby VERSION=2.0.0-p0
       $ rake-compiler cross-ruby VERSION=2.0.0-p0 HOST=x86_64-w64-mingw32
       $ rake cross compile RUBY_CC_VERSION=1.8.7:1.9.3:2.0.0
 
       # Rakefile
       ext.cross_platform = %w[i386-mingw32 x64-mingw32]
 
   * Support for cross-platform specific options. Pull #74 [larskanis]
 
       # Rakefile
       ext.cross_config_options << "--with-common-option"
       ext.cross_config_options << {"x64-mingw32" => "--enable-64bits"}
 
 * Bugfixes:
   * Correct fat-gems support caused by RubyGems issues. Pull #76 [knu]
 
 * Deprecations:
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 158224 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 7)
Automatic submission by obs-autosubmit
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 6)
Split 12.3 from Factory
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 5)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 116628 from Flavio Castelli's avatar Flavio Castelli (flavio_castelli) (revision 4)
- update to 0.8.1
   * Raise error when either make or gmake could be found. Closes #53, #54 (forwarded request 116542 from coolo)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 114140 from Flavio Castelli's avatar Flavio Castelli (flavio_castelli) (revision 3)
- update to 0.8.0
  * Enhancements:
    * Invocation from command line now support extra options similar to RubyGems.
      Closes #4 from Pull #47 [jonforums]
  
        $ rake compile -- --with-opt-dir=/opt/local
  
  * Bugfixes:
    * Only emit cross-compilation warnings for C when `cross` is invoked.
      Closes #16 from Pull #48 [mvz]
    * Only emit warnings when invoking cross-compilation tasks for JRuby.
      Pull #45 [jfirebaugh]
    * Use x86 MinGW cross-compiler. Pull #49 [larskanis] (forwarded request 114049 from coolo)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 2)
replace license with spdx.org variant
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 94570 from Stefan Schubert's avatar Stefan Schubert (schubi2) (revision 1)
needed for webyast
Displaying revisions 21 - 28 of 28
openSUSE Build Service is sponsored by