Title of New Package
PUT_UPSTREAM_URL_HERE
LONG DESCRIPTION
GOES
HERE
- Devel package for openSUSE:Factory
-
8
derived packages
- Links to openSUSE:Factory / rubygem-rake-compiler
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:ruby:extensions/rubygem-rake-compiler && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000156 156 Bytes | |
rake-compiler-0.9.1.gem | 0000033280 32.5 KB | |
rubygem-rake-compiler.changes | 0000003865 3.77 KB | |
rubygem-rake-compiler.spec | 0000003727 3.64 KB |
Revision 14 (latest revision is 54)
Stephan Kulow (coolo)
committed
(revision 14)
- 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:
Comments 0