commit rubygem-rake-compiler for openSUSE:Factory

2020-10-05 Thread root
Hello community,

here is the log from the commit of package rubygem-rake-compiler for 
openSUSE:Factory checked in at 2020-10-05 19:33:06

Comparing /work/SRC/openSUSE:Factory/rubygem-rake-compiler (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new.4249 (New)


Package is "rubygem-rake-compiler"

Mon Oct  5 19:33:06 2020 rev:23 rq:838072 version:1.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-rake-compiler/rubygem-rake-compiler.changes  
2020-03-07 21:39:42.140331452 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new.4249/rubygem-rake-compiler.changes
2020-10-05 19:33:15.913208401 +0200
@@ -1,0 +2,7 @@
+Fri Sep 25 14:44:59 UTC 2020 - Stephan Kulow 
+
+updated to version 1.1.1
+ see installed History.txt
+
+
+---

Old:

  rake-compiler-1.1.0.gem

New:

  rake-compiler-1.1.1.gem



Other differences:
--
++ rubygem-rake-compiler.spec ++
--- /var/tmp/diff_new_pack.SGyiSc/_old  2020-10-05 19:33:17.581210030 +0200
+++ /var/tmp/diff_new_pack.SGyiSc/_new  2020-10-05 19:33:17.585210034 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rake-compiler
-Version:1.1.0
+Version:1.1.1
 Release:0
 %define mod_name rake-compiler
 %define mod_full_name %{mod_name}-%{version}

++ rake-compiler-1.1.0.gem -> rake-compiler-1.1.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.txt new/History.txt
--- old/History.txt 2019-12-24 22:04:19.0 +0100
+++ new/History.txt 2020-07-09 22:41:11.0 +0200
@@ -1,10 +1,22 @@
-=== 1.1.0 / 2012-12-25
+=== 1.1.1 / 2020-07-10
+
+* Changes:
+  * Bump the default Java bytecode to 1.7.
+#172 [Patch by Charles Oliver Nutter]
+
+* Enhancements:
+  * Add support for finding x86_64 MinGW GCC.
+#164 [Patch by Lars Kanis]
+  * Strip cross compiled shared library automatically.
+#165 [Patch by Lars Kanis]
+
+=== 1.1.0 / 2019-12-25
 
 * Bugfixes:
   * Fix a bug that JavaExtenstionTask can't build anything.
 #163 [Reported by Kai Kuchenbecker]
 
-=== 1.0.9 / 2012-12-23
+=== 1.0.9 / 2019-12-23
 
 * Changes:
   * Use "-Xlint" option for JRuby native extension by default.
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rake/extensioncompiler.rb 
new/lib/rake/extensioncompiler.rb
--- old/lib/rake/extensioncompiler.rb   2019-12-24 22:04:19.0 +0100
+++ new/lib/rake/extensioncompiler.rb   2020-07-09 22:41:11.0 +0200
@@ -37,7 +37,7 @@
   paths = ENV['PATH'].split(File::PATH_SEPARATOR)
 
   # the pattern to look into (captures *nix and windows executables)
-  pattern = "{mingw32-,i?86*mingw*}gcc{,.*}"
+  pattern = "{mingw32-,i?86*mingw*,x86*mingw*}gcc{,.*}"
 
   @mingw_gcc_executable = paths.find do |path|
 # cleanup paths before globbing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rake/extensiontask.rb 
new/lib/rake/extensiontask.rb
--- old/lib/rake/extensiontask.rb   2019-12-24 22:04:19.0 +0100
+++ new/lib/rake/extensiontask.rb   2020-07-09 22:41:11.0 +0200
@@ -26,6 +26,7 @@
   @no_native = false
   @config_includes = []
   @ruby_versions_per_platform = {}
+  @make = nil
 end
 
 def cross_platform
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rake/javaextensiontask.rb 
new/lib/rake/javaextensiontask.rb
--- old/lib/rake/javaextensiontask.rb   2019-12-24 22:04:19.0 +0100
+++ new/lib/rake/javaextensiontask.rb   2020-07-09 22:41:11.0 +0200
@@ -35,8 +35,8 @@
   @source_pattern = '**/*.java'
   @classpath  = nil
   @debug  = false
-  @source_version = '1.6'
-  @target_version = '1.6'
+  @source_version = '1.7'
+  @target_version = '1.7'
   @encoding   = nil
   @java_compiling = nil
   @lint_option= nil
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2019-12-24 22:04:19.0 +0100
+++ new/metadata2020-07-09 22:41:11.0 +0200
@@ -1,15 +1,15 @@
 --- !ruby/object:Gem::Specification
 name: rake-compiler
 version: !ruby/object:Gem::Version
-  version: 1.1.0
+  version: 1.1.1
 platform: ruby
 authors:
 - Kouhei Sutou
 - Luis Lavena
-autorequire: 
+autorequire:
 bindir: bin
 cert_chain: []
-date: 2019-12-24 00:00:00.0 Z
+date: 2020-07-09 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rake
@@ -126,7 

commit rubygem-rake-compiler for openSUSE:Factory

2020-03-07 Thread root
Hello community,

here is the log from the commit of package rubygem-rake-compiler for 
openSUSE:Factory checked in at 2020-03-07 21:39:38

Comparing /work/SRC/openSUSE:Factory/rubygem-rake-compiler (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new.26092 (New)


Package is "rubygem-rake-compiler"

Sat Mar  7 21:39:38 2020 rev:22 rq:773841 version:1.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-rake-compiler/rubygem-rake-compiler.changes  
2019-03-04 09:21:08.368592730 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new.26092/rubygem-rake-compiler.changes
   2020-03-07 21:39:42.140331452 +0100
@@ -1,0 +2,35 @@
+Mon Feb 10 15:31:09 UTC 2020 - Stephan Kulow 
+
+- updated to version 1.1.0
+ see installed History.txt
+
+  === 1.1.0 / 2012-12-25
+  
+  * Bugfixes:
+* Fix a bug that JavaExtenstionTask can't build anything.
+  #163 [Reported by Kai Kuchenbecker]
+  
+  === 1.0.9 / 2012-12-23
+  
+  * Changes:
+* Use "-Xlint" option for JRuby native extension by default.
+  #158 [Patch by Stephen George]
+  
+  * Enhancements:
+* Make customizable compiler Xlint option for JRuby native extension.
+  #118 [Patch by Hiroshi Hatake]
+* Add support for Ruby 2.7.
+  #161 [Reported by Masaki Hara]
+  
+  === 1.0.8 / 2019-09-21
+  
+  * Enhancements:
+* Added Rake::JavaExtensionTask#encoding= to pass the -encoding option to
+  javac.
+  #157 [Patch by Tiago Dias]
+  
+  * Bugfixes:
+* Drop EOL'd rubyforge_project directive from .gemspec.
+  #155 [Patch by Olle Jonsson]
+
+---

Old:

  rake-compiler-1.0.7.gem

New:

  rake-compiler-1.1.0.gem



Other differences:
--
++ rubygem-rake-compiler.spec ++
--- /var/tmp/diff_new_pack.gAqfoY/_old  2020-03-07 21:39:43.132332121 +0100
+++ /var/tmp/diff_new_pack.gAqfoY/_new  2020-03-07 21:39:43.132332121 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rake-compiler
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rake-compiler
-Version:1.0.7
+Version:1.1.0
 Release:0
 %define mod_name rake-compiler
 %define mod_full_name %{mod_name}-%{version}
@@ -34,7 +34,7 @@
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-Url:https://github.com/rake-compiler/rake-compiler
+URL:https://github.com/rake-compiler/rake-compiler
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Rake-based Ruby Extension (C, Java) task generator
@@ -53,7 +53,7 @@
 %install
 %gem_install \
   --symlink-binaries \
-  --doc-files="History.txt LICENSE.txt README.rdoc" \
+  --doc-files="History.txt LICENSE.txt README.md" \
   -f
 
 %gem_packages

++ rake-compiler-1.0.7.gem -> rake-compiler-1.1.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.txt new/History.txt
--- old/History.txt 2019-01-03 23:22:56.0 +0100
+++ new/History.txt 2019-12-24 22:04:19.0 +0100
@@ -1,3 +1,32 @@
+=== 1.1.0 / 2012-12-25
+
+* Bugfixes:
+  * Fix a bug that JavaExtenstionTask can't build anything.
+#163 [Reported by Kai Kuchenbecker]
+
+=== 1.0.9 / 2012-12-23
+
+* Changes:
+  * Use "-Xlint" option for JRuby native extension by default.
+#158 [Patch by Stephen George]
+
+* Enhancements:
+  * Make customizable compiler Xlint option for JRuby native extension.
+#118 [Patch by Hiroshi Hatake]
+  * Add support for Ruby 2.7.
+#161 [Reported by Masaki Hara]
+
+=== 1.0.8 / 2019-09-21
+
+* Enhancements:
+  * Added Rake::JavaExtensionTask#encoding= to pass the -encoding option to
+javac.
+#157 [Patch by Tiago Dias]
+
+* Bugfixes:
+  * Drop EOL'd rubyforge_project directive from .gemspec.
+#155 [Patch by Olle Jonsson]
+
 === 1.0.7 / 2019-01-04
 
 * Bugfixes:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   1970-01-01 01:00:00.0 +0100
+++ new/README.md   2019-12-24 22:04:19.0 +0100
@@ -0,0 +1,465 @@
+# What is rake-compiler?
+
+rake-compiler is first and foremost a productivity tool for Ruby developers.
+Its goal is to make the busy developer's life easier by simplifying the 
building
+and packaging of Ruby extensions by simplifying code and reducing duplication.
+
+It follows **convention over 

commit rubygem-rake-compiler for openSUSE:Factory

2019-03-04 Thread root
Hello community,

here is the log from the commit of package rubygem-rake-compiler for 
openSUSE:Factory checked in at 2019-03-04 09:21:06

Comparing /work/SRC/openSUSE:Factory/rubygem-rake-compiler (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new.28833 (New)


Package is "rubygem-rake-compiler"

Mon Mar  4 09:21:06 2019 rev:21 rq:679536 version:1.0.7

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-rake-compiler/rubygem-rake-compiler.changes  
2018-09-24 13:12:41.461766746 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new.28833/rubygem-rake-compiler.changes
   2019-03-04 09:21:08.368592730 +0100
@@ -1,0 +2,19 @@
+Mon Jan 14 13:54:01 UTC 2019 - Stephan Kulow 
+
+- updated to version 1.0.7
+ see installed History.txt
+
+  === 1.0.7 / 2019-01-04
+  
+  * Bugfixes:
+* Fix a bug that JRuby class path detection is failed on
+  cross-compilation.
+  #149 #151 [Reported by Chalupa Petr][Patch by Prashant Vithani]
+  
+  === 1.0.6 / 2018-12-23
+  
+  * Enhancements:
+* Stop to make unreleased Ruby installable.
+  #150 [Reported by MSP-Greg]
+
+---

Old:

  rake-compiler-1.0.5.gem

New:

  rake-compiler-1.0.7.gem



Other differences:
--
++ rubygem-rake-compiler.spec ++
--- /var/tmp/diff_new_pack.FPZMrF/_old  2019-03-04 09:21:09.056592606 +0100
+++ /var/tmp/diff_new_pack.FPZMrF/_new  2019-03-04 09:21:09.060592605 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rake-compiler
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rake-compiler
-Version:1.0.5
+Version:1.0.7
 Release:0
 %define mod_name rake-compiler
 %define mod_full_name %{mod_name}-%{version}

++ rake-compiler-1.0.5.gem -> rake-compiler-1.0.7.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.txt new/History.txt
--- old/History.txt 2018-08-31 07:59:40.0 +0200
+++ new/History.txt 2019-01-03 23:22:56.0 +0100
@@ -1,3 +1,16 @@
+=== 1.0.7 / 2019-01-04
+
+* Bugfixes:
+  * Fix a bug that JRuby class path detection is failed on
+cross-compilation.
+#149 #151 [Reported by Chalupa Petr][Patch by Prashant Vithani]
+
+=== 1.0.6 / 2018-12-23
+
+* Enhancements:
+  * Stop to make unreleased Ruby installable.
+#150 [Reported by MSP-Greg]
+
 === 1.0.5 / 2018-08-31
 
 * Enhancements:
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rake/extensiontask.rb 
new/lib/rake/extensiontask.rb
--- old/lib/rake/extensiontask.rb   2018-08-31 07:59:40.0 +0200
+++ new/lib/rake/extensiontask.rb   2019-01-03 23:22:56.0 +0100
@@ -260,7 +260,7 @@
   end
   spec.required_ruby_version = [
 ">= #{ruby_api_version(sorted_ruby_versions.first)}",
-"< #{ruby_api_version(sorted_ruby_versions.last).succ}"
+"< #{ruby_api_version(sorted_ruby_versions.last).succ}.dev"
   ]
 
   # clear the extensions defined in the specs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rake/javaextensiontask.rb 
new/lib/rake/javaextensiontask.rb
--- old/lib/rake/javaextensiontask.rb   2018-08-31 07:59:40.0 +0200
+++ new/lib/rake/javaextensiontask.rb   2019-01-03 23:22:56.0 +0100
@@ -212,13 +212,34 @@
 rescue => e
 end
   end
+
+  # jruby_cpath might not be present from Java-9 onwards as it removes
+  # sun.boot.class.path. Check if JRUBY_HOME is set as env variable and try
+  # to find jruby.jar under JRUBY_HOME
+  unless jruby_cpath
+jruby_home = ENV['JRUBY_HOME']
+if jruby_home
+  candidate = File.join(jruby_home, 'lib', 'jruby.jar')
+  jruby_cpath = candidate if File.exist?(candidate)
+end
+  end
+
+  # JRUBY_HOME is not necessarily set in JRuby-9.x
+  # Find the libdir from RbConfig::CONFIG and find jruby.jar under the
+  # found lib path
   unless jruby_cpath
 libdir = RbConfig::CONFIG['libdir']

commit rubygem-rake-compiler for openSUSE:Factory

2018-09-24 Thread root
Hello community,

here is the log from the commit of package rubygem-rake-compiler for 
openSUSE:Factory checked in at 2018-09-24 13:12:40

Comparing /work/SRC/openSUSE:Factory/rubygem-rake-compiler (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new (New)


Package is "rubygem-rake-compiler"

Mon Sep 24 13:12:40 2018 rev:20 rq:636988 version:1.0.5

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-rake-compiler/rubygem-rake-compiler.changes  
2017-06-02 10:33:47.771972486 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new/rubygem-rake-compiler.changes
 2018-09-24 13:12:41.461766746 +0200
@@ -1,0 +2,14 @@
+Wed Sep  5 10:37:00 UTC 2018 - co...@suse.com
+
+- updated to version 1.0.5
+ see installed History.txt
+
+  === 1.0.5 / 2018-08-31
+  
+  * Enhancements:
+* Improve JRuby class pass detection.
+  #147 [Patch by Prashant Vithani]
+* Update the default source and target versions to Java 6.
+  #148 [Patch by Prashant Vithani]
+
+---

Old:

  rake-compiler-1.0.4.gem

New:

  rake-compiler-1.0.5.gem



Other differences:
--
++ rubygem-rake-compiler.spec ++
--- /var/tmp/diff_new_pack.exdIa3/_old  2018-09-24 13:12:42.333765216 +0200
+++ /var/tmp/diff_new_pack.exdIa3/_new  2018-09-24 13:12:42.337765210 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rake-compiler
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rake-compiler
-Version:1.0.4
+Version:1.0.5
 Release:0
 %define mod_name rake-compiler
 %define mod_full_name %{mod_name}-%{version}
@@ -35,7 +35,7 @@
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:https://github.com/rake-compiler/rake-compiler
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Rake-based Ruby Extension (C, Java) task generator
 License:MIT

++ rake-compiler-1.0.4.gem -> rake-compiler-1.0.5.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.txt new/History.txt
--- old/History.txt 2017-05-26 17:33:44.0 +0200
+++ new/History.txt 2018-08-31 07:59:40.0 +0200
@@ -1,3 +1,11 @@
+=== 1.0.5 / 2018-08-31
+
+* Enhancements:
+  * Improve JRuby class pass detection.
+#147 [Patch by Prashant Vithani]
+  * Update the default source and target versions to Java 6.
+#148 [Patch by Prashant Vithani]
+
 === 1.0.4 / 2017-05-27
 
 * Enhancements:
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rake/javaextensiontask.rb 
new/lib/rake/javaextensiontask.rb
--- old/lib/rake/javaextensiontask.rb   2017-05-26 17:33:44.0 +0200
+++ new/lib/rake/javaextensiontask.rb   2018-08-31 07:59:40.0 +0200
@@ -1,3 +1,5 @@
+require "rbconfig"
+
 require 'rake/baseextensiontask'
 
 # Define a series of tasks to aid in the compilation of Java extensions for
@@ -29,8 +31,8 @@
   @classpath  = nil
   @java_compiling = nil
   @debug  = false
-  @source_version = '1.5'
-  @target_version = '1.5'
+  @source_version = '1.6'
+  @target_version = '1.6'
 end
 
 def define
@@ -211,11 +213,12 @@
 end
   end
   unless jruby_cpath
-jruby_cpath = ENV['JRUBY_PARENT_CLASSPATH'] || ENV['JRUBY_HOME'] &&
-  Dir.glob("#{File.expand_path(ENV['JRUBY_HOME'])}/lib/*.jar").
-join(File::PATH_SEPARATOR)
+libdir = RbConfig::CONFIG['libdir']
+if libdir.start_with? "classpath:"
+  raise 'Cannot build with jruby-complete'
+end
+jruby_cpath = File.join(libdir, "jruby.jar")
   end
-  raise "JRUBY_HOME or JRUBY_PARENT_CLASSPATH are not set" unless 
jruby_cpath
   jruby_cpath += File::PATH_SEPARATOR + args.join(File::PATH_SEPARATOR) 
unless args.empty?
   jruby_cpath ? "-cp \"#{jruby_cpath}\"" : ""
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-05-26 17:33:44.0 +0200
+++ new/metadata2018-08-31 07:59:40.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: rake-compiler
 version: !ruby/object:Gem::Version
-  version: 

commit rubygem-rake-compiler for openSUSE:Factory

2017-06-02 Thread root
Hello community,

here is the log from the commit of package rubygem-rake-compiler for 
openSUSE:Factory checked in at 2017-06-02 10:33:07

Comparing /work/SRC/openSUSE:Factory/rubygem-rake-compiler (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new (New)


Package is "rubygem-rake-compiler"

Fri Jun  2 10:33:07 2017 rev:19 rq:499913 version:1.0.4

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-rake-compiler/rubygem-rake-compiler.changes  
2016-12-29 22:44:42.125401551 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new/rubygem-rake-compiler.changes
 2017-06-02 10:33:47.771972486 +0200
@@ -1,0 +2,17 @@
+Tue May 30 05:18:58 UTC 2017 - co...@suse.com
+
+- updated to version 1.0.4
+ see installed History.txt
+
+  === 1.0.4 / 2017-05-27
+  
+  * Enhancements:
+* Migrate to RSpec 3 from RSpec 2.
+* Add more tests.
+  #140 [Patch by Lars Kanis]
+* Support C++ source files by default.
+  #141 [Patch by Takashi Kokubun]
+* Suppress warnings.
+  #142 [Patch by Akira Matsuda]
+
+---

Old:

  rake-compiler-1.0.3.gem

New:

  rake-compiler-1.0.4.gem



Other differences:
--
++ rubygem-rake-compiler.spec ++
--- /var/tmp/diff_new_pack.0AaG6O/_old  2017-06-02 10:33:48.227908065 +0200
+++ /var/tmp/diff_new_pack.0AaG6O/_new  2017-06-02 10:33:48.227908065 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rake-compiler
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rake-compiler
-Version:1.0.3
+Version:1.0.4
 Release:0
 %define mod_name rake-compiler
 %define mod_full_name %{mod_name}-%{version}

++ rake-compiler-1.0.3.gem -> rake-compiler-1.0.4.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2016-12-02 15:36:49.0 +0100
+++ new/Gemfile 2017-05-26 17:33:44.0 +0200
@@ -3,6 +3,6 @@
 gem "rake"
 
 group :development do
-  gem "rspec","~> 2.8.0"
-  gem "cucumber", "~> 1.1.4"
+  gem "rspec","~> 3.0"
+  gem "cucumber", "~> 2.0"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.txt new/History.txt
--- old/History.txt 2016-12-02 15:36:49.0 +0100
+++ new/History.txt 2017-05-26 17:33:44.0 +0200
@@ -1,3 +1,14 @@
+=== 1.0.4 / 2017-05-27
+
+* Enhancements:
+  * Migrate to RSpec 3 from RSpec 2.
+  * Add more tests.
+#140 [Patch by Lars Kanis]
+  * Support C++ source files by default.
+#141 [Patch by Takashi Kokubun]
+  * Suppress warnings.
+#142 [Patch by Akira Matsuda]
+
 === 1.0.3 / 2016-12-02
 
 * Enhancements:
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rake/baseextensiontask.rb 
new/lib/rake/baseextensiontask.rb
--- old/lib/rake/baseextensiontask.rb   2016-12-02 15:36:49.0 +0100
+++ new/lib/rake/baseextensiontask.rb   2017-05-26 17:33:44.0 +0200
@@ -19,10 +19,10 @@
 attr_accessor :tmp_dir
 attr_accessor :ext_dir
 attr_accessor :lib_dir
-attr_accessor :platform
 attr_accessor :config_options
 attr_accessor :source_pattern
 attr_accessor :extra_options
+attr_writer :platform
 
 def platform
   @platform ||= RUBY_PLATFORM
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rake/extensiontask.rb 
new/lib/rake/extensiontask.rb
--- old/lib/rake/extensiontask.rb   2016-12-02 15:36:49.0 +0100
+++ new/lib/rake/extensiontask.rb   2017-05-26 17:33:44.0 +0200
@@ -10,7 +10,7 @@
   class ExtensionTask < BaseExtensionTask
 attr_accessor :config_script
 attr_accessor :cross_compile
-attr_accessor :cross_platform
+attr_writer :cross_platform
 attr_writer :cross_config_options
 attr_accessor :no_native
 attr_accessor :config_includes
@@ -18,14 +18,14 @@
 def init(name = nil, gem_spec = nil)
   super
   @config_script = 'extconf.rb'
-  @source_pattern = "*.c"
+  @source_pattern = "*.{c,cc,cpp}"
   @compiled_pattern = "*.{o,obj,so,bundle,dSYM}"
   @cross_compile = false
   @cross_config_options = []
   @cross_compiling = nil
   @no_native = false
   @config_includes = []
-  @ruby_versions_per_platform = Hash.new([])
+  

commit rubygem-rake-compiler for openSUSE:Factory

2016-06-29 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rake-compiler for 
openSUSE:Factory checked in at 2016-06-29 15:10:37

Comparing /work/SRC/openSUSE:Factory/rubygem-rake-compiler (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new (New)


Package is "rubygem-rake-compiler"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-rake-compiler/rubygem-rake-compiler.changes  
2016-05-29 03:13:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new/rubygem-rake-compiler.changes
 2016-06-29 15:10:39.0 +0200
@@ -1,0 +2,16 @@
+Tue Jun 21 04:37:05 UTC 2016 - co...@suse.com
+
+- updated to version 1.0.1
+ see installed History.txt
+
+  === 1.0.1 / 2016-06-21
+  
+  * Bugfixes:
+* Add missing dependency.
+  
+  === 1.0.0 / 2016-06-21
+  
+  * Enhancements:
+* Really support extension in sub directory.
+
+---

Old:

  rake-compiler-0.9.9.gem

New:

  rake-compiler-1.0.1.gem



Other differences:
--
++ rubygem-rake-compiler.spec ++
--- /var/tmp/diff_new_pack.eqo5Pw/_old  2016-06-29 15:10:40.0 +0200
+++ /var/tmp/diff_new_pack.eqo5Pw/_new  2016-06-29 15:10:40.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rake-compiler
-Version:0.9.9
+Version:1.0.1
 Release:0
 %define mod_name rake-compiler
 %define mod_full_name %{mod_name}-%{version}

++ rake-compiler-0.9.9.gem -> rake-compiler-1.0.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.txt new/History.txt
--- old/History.txt 2016-05-10 04:37:07.0 +0200
+++ new/History.txt 2016-06-20 18:37:08.0 +0200
@@ -1,3 +1,13 @@
+=== 1.0.1 / 2016-06-21
+
+* Bugfixes:
+  * Add missing dependency.
+
+=== 1.0.0 / 2016-06-21
+
+* Enhancements:
+  * Really support extension in sub directory.
+
 === 0.9.9 / 2016-05-10
 
 * Bugfixes:
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rake/baseextensiontask.rb 
new/lib/rake/baseextensiontask.rb
--- old/lib/rake/baseextensiontask.rb   2016-05-10 04:37:07.0 +0200
+++ new/lib/rake/baseextensiontask.rb   2016-06-20 18:37:08.0 +0200
@@ -68,7 +68,7 @@
 else
   RbConfig::CONFIG['DLEXT']
   end
-  "#{File.basename(@name)}.#{ext}"
+  "#{@name}.#{ext}"
 end
 
 def source_files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rake/extensiontask.rb 
new/lib/rake/extensiontask.rb
--- old/lib/rake/extensiontask.rb   2016-05-10 04:37:07.0 +0200
+++ new/lib/rake/extensiontask.rb   2016-06-20 18:37:08.0 +0200
@@ -110,16 +110,23 @@
   # platform usage
   platf = for_platform || platform
 
+  binary_path = binary(platf)
+
   # lib_path
   lib_path = lib_dir
-  if @name.include?('/')
-lib_path += "/#{File.dirname(@name)}"
-  end
+
+  lib_binary_path = "#{lib_path}/#{binary_path}"
+  lib_binary_dir_path = File.dirname(lib_binary_path)
 
   # tmp_path
   tmp_path = "#{@tmp_dir}/#{platf}/#{@name}/#{ruby_ver}"
   stage_path = "#{@tmp_dir}/#{platf}/stage"
 
+  tmp_binary_path = "#{tmp_path}/#{binary_path}"
+  tmp_binary_dir_path = File.dirname(tmp_binary_path)
+  stage_binary_path = "#{stage_path}/#{lib_path}/#{binary_path}"
+  stage_binary_dir_path = File.dirname(stage_binary_path)
+
   # cleanup and clobbering
   CLEAN.include(tmp_path)
   CLEAN.include(stage_path)
@@ -128,17 +135,18 @@
 
   # directories we need
   directory tmp_path
-  directory "#{stage_path}/#{lib_path}"
-  directory lib_dir
+  directory tmp_binary_dir_path
+  directory lib_binary_dir_path
+  directory stage_binary_dir_path
 
   # copy binary from temporary location to final lib
   # tmp/extension_name/extension_name.{so,bundle} => lib/
-  task "copy:#{@name}:#{platf}:#{ruby_ver}" => [lib_path, 
"#{tmp_path}/#{binary(platf)}"] do
-install "#{tmp_path}/#{binary(platf)}", "#{lib_path}/#{binary(platf)}"
+  task "copy:#{@name}:#{platf}:#{ruby_ver}" => [lib_binary_dir_path, 
tmp_binary_path] do
+install tmp_binary_path, "#{lib_path}/#{binary_path}"
   end
   # copy binary from temporary location to staging directory
-  task "copy:#{@name}:#{platf}:#{ruby_ver}" => 
["#{stage_path}/#{lib_path}", "#{tmp_path}/#{binary(platf)}"] do
-cp "#{tmp_path}/#{binary(platf)}", 
"#{stage_path}/#{lib_path}/#{binary(platf)}"
+  task "copy:#{@name}:#{platf}:#{ruby_ver}" => [stage_binary_dir_path, 

commit rubygem-rake-compiler for openSUSE:Factory

2016-05-28 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rake-compiler for 
openSUSE:Factory checked in at 2016-05-29 03:12:18

Comparing /work/SRC/openSUSE:Factory/rubygem-rake-compiler (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new (New)


Package is "rubygem-rake-compiler"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-rake-compiler/rubygem-rake-compiler.changes  
2016-03-26 18:14:28.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new/rubygem-rake-compiler.changes
 2016-05-29 03:13:17.0 +0200
@@ -1,0 +2,24 @@
+Sat May 21 04:36:24 UTC 2016 - co...@suse.com
+
+- updated to version 0.9.9
+ see installed History.txt
+
+  === 0.9.9 / 2016-05-10
+  
+  * Bugfixes:
+* Support Symbol as extension name again.
+  #134 [Patch by Takashi Kokubun]
+
+---
+Fri Apr 29 04:38:47 UTC 2016 - co...@suse.com
+
+- updated to version 0.9.8
+ see installed History.txt
+
+  === 0.9.8 / 2016-04-29
+  
+  * Enhancements:
+* Support extension in sub directory.
+  #128, #129 [Patch by Kenta Murata]
+
+---

Old:

  rake-compiler-0.9.7.gem

New:

  rake-compiler-0.9.9.gem



Other differences:
--
++ rubygem-rake-compiler.spec ++
--- /var/tmp/diff_new_pack.0blk6C/_old  2016-05-29 03:13:18.0 +0200
+++ /var/tmp/diff_new_pack.0blk6C/_new  2016-05-29 03:13:18.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rake-compiler
-Version:0.9.7
+Version:0.9.9
 Release:0
 %define mod_name rake-compiler
 %define mod_full_name %{mod_name}-%{version}

++ rake-compiler-0.9.7.gem -> rake-compiler-0.9.9.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.txt new/History.txt
--- old/History.txt 2016-03-16 14:39:06.0 +0100
+++ new/History.txt 2016-05-10 04:37:07.0 +0200
@@ -1,3 +1,15 @@
+=== 0.9.9 / 2016-05-10
+
+* Bugfixes:
+  * Support Symbol as extension name again.
+#134 [Patch by Takashi Kokubun]
+
+=== 0.9.8 / 2016-04-29
+
+* Enhancements:
+  * Support extension in sub directory.
+#128, #129 [Patch by Kenta Murata]
+
 === 0.9.7 / 2016-03-16
 
 * Bugfixes:
@@ -6,7 +18,7 @@
 
 === 0.9.6 / 2016-03-04
 
-* Enhancements
+* Enhancements:
   * Add more descriptions into README.
 Closes #105 [Patch by Aaron Stone]
   * Remove needless executable bits.
@@ -32,7 +44,7 @@
 
 === 0.9.5 / 2015-01-03
 
-* Enhancements
+* Enhancements:
   * Support adding bundled files in cross_compiling block.
 Closes #100 [Patch by Aaron Stone]
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rake/baseextensiontask.rb 
new/lib/rake/baseextensiontask.rb
--- old/lib/rake/baseextensiontask.rb   2016-03-16 14:39:06.0 +0100
+++ new/lib/rake/baseextensiontask.rb   2016-05-10 04:37:07.0 +0200
@@ -46,6 +46,7 @@
 
 def define
   fail "Extension name must be provided." if @name.nil?
+  @name = @name.to_s
 
   define_compile_tasks
 end
@@ -67,7 +68,7 @@
 else
   RbConfig::CONFIG['DLEXT']
   end
-  "#{@name}.#{ext}"
+  "#{File.basename(@name)}.#{ext}"
 end
 
 def source_files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rake/extensiontask.rb 
new/lib/rake/extensiontask.rb
--- old/lib/rake/extensiontask.rb   2016-03-16 14:39:06.0 +0100
+++ new/lib/rake/extensiontask.rb   2016-05-10 04:37:07.0 +0200
@@ -112,6 +112,9 @@
 
   # lib_path
   lib_path = lib_dir
+  if @name.include?('/')
+lib_path += "/#{File.dirname(@name)}"
+  end
 
   # tmp_path
   tmp_path = "#{@tmp_dir}/#{platf}/#{@name}/#{ruby_ver}"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2016-03-16 14:39:06.0 +0100
+++ new/metadata2016-05-10 04:37:07.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: rake-compiler
 version: !ruby/object:Gem::Version
-  version: 0.9.7
+  version: 0.9.9
 platform: ruby
 authors:
 - Kouhei Sutou
@@ -9,7 +9,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-03-16 00:00:00.0 Z
+date: 2016-05-10 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rake
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spec/lib/rake/extensiontask_spec.rb 
new/spec/lib/rake/extensiontask_spec.rb
--- 

commit rubygem-rake-compiler for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rake-compiler for 
openSUSE:Factory checked in at 2016-03-26 15:28:26

Comparing /work/SRC/openSUSE:Factory/rubygem-rake-compiler (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new (New)


Package is "rubygem-rake-compiler"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-rake-compiler/rubygem-rake-compiler.changes  
2015-02-10 20:22:09.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new/rubygem-rake-compiler.changes
 2016-03-26 18:14:28.0 +0100
@@ -1,0 +2,44 @@
+Sat Mar 19 05:31:26 UTC 2016 - co...@suse.com
+
+- updated to version 0.9.7
+ see installed History.txt
+
+  === 0.9.7 / 2016-03-16
+  
+  * Bugfixes:
+* May fix "make" detection on Windows.
+  #123 [Reported by Aaron Stone]
+
+---
+Sat Mar  5 05:30:50 UTC 2016 - co...@suse.com
+
+- updated to version 0.9.6
+ see installed History.txt
+
+  === 0.9.6 / 2016-03-04
+  
+  * Enhancements
+* Add more descriptions into README.
+  Closes #105 [Patch by Aaron Stone]
+* Remove needless executable bits.
+  Closes #107 [Patch by Thibault Jouan]
+* Update .gitignore.
+  Closes #108 [Patch by Thibault Jouan]
+* Improve "make" detection on some platforms such as FreeBSD.
+  Closes #109 [Patch by Thibault Jouan]
+* Enable cucumber steps for POSIX on *BSD.
+  Closes #110 [Patch by Thibault Jouan]
+* Stop to build bundled extensions.
+* Add description about CLI option into README.
+  Closes #115 [Patch by Richard Michael]
+* Update description about using rake-compiler on virtual machine in
+  README.
+  Closes #116, #117 [Patch by Lars Kanis]
+* Update fake mechanism to be compatible with Bundler.
+  Closes #121 [Patch by Lars Kanis]
+  
+  * Bugfixes:
+* Fix typos in README.
+  Closes #102, #103 [Patch by Robert Fletcher]
+
+---

Old:

  rake-compiler-0.9.5.gem

New:

  rake-compiler-0.9.7.gem



Other differences:
--
++ rubygem-rake-compiler.spec ++
--- /var/tmp/diff_new_pack.8cEJNp/_old  2016-03-26 18:14:29.0 +0100
+++ /var/tmp/diff_new_pack.8cEJNp/_new  2016-03-26 18:14:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rake-compiler
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rake-compiler
-Version:0.9.5
+Version:0.9.7
 Release:0
 %define mod_name rake-compiler
 %define mod_full_name %{mod_name}-%{version}

++ rake-compiler-0.9.5.gem -> rake-compiler-0.9.7.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.txt new/History.txt
--- old/History.txt 2015-01-03 06:43:52.0 +0100
+++ new/History.txt 2016-03-16 14:39:06.0 +0100
@@ -1,3 +1,35 @@
+=== 0.9.7 / 2016-03-16
+
+* Bugfixes:
+  * May fix "make" detection on Windows.
+#123 [Reported by Aaron Stone]
+
+=== 0.9.6 / 2016-03-04
+
+* Enhancements
+  * Add more descriptions into README.
+Closes #105 [Patch by Aaron Stone]
+  * Remove needless executable bits.
+Closes #107 [Patch by Thibault Jouan]
+  * Update .gitignore.
+Closes #108 [Patch by Thibault Jouan]
+  * Improve "make" detection on some platforms such as FreeBSD.
+Closes #109 [Patch by Thibault Jouan]
+  * Enable cucumber steps for POSIX on *BSD.
+Closes #110 [Patch by Thibault Jouan]
+  * Stop to build bundled extensions.
+  * Add description about CLI option into README.
+Closes #115 [Patch by Richard Michael]
+  * Update description about using rake-compiler on virtual machine in
+README.
+Closes #116, #117 [Patch by Lars Kanis]
+  * Update fake mechanism to be compatible with Bundler.
+Closes #121 [Patch by Lars Kanis]
+
+* Bugfixes:
+  * Fix typos in README.
+Closes #102, #103 [Patch by Robert Fletcher]
+
 === 0.9.5 / 2015-01-03
 
 * Enhancements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.rdoc new/README.rdoc
--- old/README.rdoc 2015-01-03 06:43:52.0 +0100
+++ new/README.rdoc 2016-03-16 14:39:06.0 +0100
@@ -1,7 +1,7 @@
 = What is rake-compiler?
 
 rake-compiler is first and foremost a productivity tool for Ruby developers.
-It's goal is to make the busy developer's life easier by simplifying the 
building
+Its goal is to make 

commit rubygem-rake-compiler for openSUSE:Factory

2015-02-10 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rake-compiler for 
openSUSE:Factory checked in at 2015-02-10 20:22:08

Comparing /work/SRC/openSUSE:Factory/rubygem-rake-compiler (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new (New)


Package is rubygem-rake-compiler

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-rake-compiler/rubygem-rake-compiler.changes  
2014-10-14 07:12:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new/rubygem-rake-compiler.changes
 2015-02-10 20:22:09.0 +0100
@@ -1,0 +2,26 @@
+Fri Feb  6 18:18:14 UTC 2015 - co...@suse.com
+
+- updated to version 0.9.5
+ * Enhancements
+   * Support adding bundled files in cross_compiling block.
+ Closes #100 [Patch by Aaron Stone]
+ 
+ === 0.9.4 / 2014-12-28
+ 
+ * Notes:
+   * Change maintainer to Kouhei Sutou from Luis Lavena.
+ Thanks Luis Lavena for your great works!
+   * Change repository to https://github.com/rake-compiler/rake-compiler
+ from https://github.com/luislavena/rake-compiler .
+ 
+ * Bugfixes:
+   * Loose RubyGems dependency a little bit to ease old Debian/Ubuntu.
+ Closes #93
+ 
+ === 0.9.3 / 2014-08-03
+ 
+ * Bugfixes:
+   * Fix specs to run (and pass) on Ruby 2.1 and beyond.
+ Pull #94 [hggh]
+
+---

Old:

  rake-compiler-0.9.2.gem

New:

  gem2rpm.yml
  rake-compiler-0.9.5.gem



Other differences:
--
++ rubygem-rake-compiler.spec ++
--- /var/tmp/diff_new_pack.02KeWv/_old  2015-02-10 20:22:10.0 +0100
+++ /var/tmp/diff_new_pack.02KeWv/_new  2015-02-10 20:22:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rake-compiler
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,27 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-rake-compiler
-Version:0.9.2
+Version:0.9.5
 Release:0
 %define mod_name rake-compiler
 %define mod_full_name %{mod_name}-%{version}
-%define mod_branch -%{version}
-%define mod_weight 902
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{ruby = 1.8.7}
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc  3.10}
 BuildRequires:  ruby-macros = 5
 BuildRequires:  update-alternatives
-BuildRequires:  rubygem(rdoc)  3.10
-Url:http://github.com/luislavena/rake-compiler
+Url:https://github.com/rake-compiler/rake-compiler
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:Rake-based Ruby Extension (C, Java) task generator
 License:MIT
 Group:  Development/Languages/Ruby

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV=no
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name}  rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
# Requires: util-linux
# Recommends: pwgen
#   :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
# :preamble: |-
#   Requires: .
# :filelist: |-
#   /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
#   Custom description is 

commit rubygem-rake-compiler for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rake-compiler for 
openSUSE:Factory checked in at 2014-10-14 07:11:29

Comparing /work/SRC/openSUSE:Factory/rubygem-rake-compiler (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new (New)


Package is rubygem-rake-compiler

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-rake-compiler/rubygem-rake-compiler.changes  
2013-11-24 18:13:10.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new/rubygem-rake-compiler.changes
 2014-10-14 07:12:14.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 12 12:15:09 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-rake-compiler.spec ++
--- /var/tmp/diff_new_pack.OjBuYf/_old  2014-10-14 07:12:15.0 +0200
+++ /var/tmp/diff_new_pack.OjBuYf/_new  2014-10-14 07:12:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rake-compiler
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,9 +25,7 @@
 %define mod_weight 902
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
-Requires:   ruby = 1.8.7
-BuildRequires:  ruby-devel = 1.8.7
+BuildRequires:  ruby-macros = 5
 BuildRequires:  update-alternatives
 BuildRequires:  rubygem(rdoc)  3.10
 Url:http://github.com/luislavena/rake-compiler
@@ -41,68 +39,16 @@
 Provide a standard and simplified way to build and package
 Ruby extensions (C, Java) using Rake as glue.
 
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/rake-compiler{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/rake-compiler
-ln -s %{_sysconfdir}/alternatives/rake-compiler 
%{buildroot}%{_bindir}/rake-compiler
-
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/History.txt 
%buildroot/%{_docdir}/%{name}/History.txt
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
-
-%post
-/usr/sbin/update-alternatives --install \
-%{_bindir}/rake-compiler rake-compiler 
%{_bindir}/rake-compiler%{mod_branch} %{mod_weight}
-
-%preun
-if [ $1 = 0 ] ; then
-/usr/sbin/update-alternatives --remove rake-compiler 
%{_bindir}/rake-compiler%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/rake-compiler%{mod_branch}
-%{_bindir}/rake-compiler
-%ghost %{_sysconfdir}/alternatives/rake-compiler
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
-
-%files testsuite
-%defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
+%gem_install \
+  --symlink-binaries \
+  --doc-files=History.txt LICENSE.txt README.rdoc \
+  -f
+
+%gem_packages
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-rake-compiler for openSUSE:Factory

2013-11-24 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rake-compiler for 
openSUSE:Factory checked in at 2013-11-24 18:13:07

Comparing /work/SRC/openSUSE:Factory/rubygem-rake-compiler (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new (New)


Package is rubygem-rake-compiler

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-rake-compiler/rubygem-rake-compiler.changes  
2013-08-05 20:54:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new/rubygem-rake-compiler.changes
 2013-11-24 18:13:10.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov 22 08:40:33 UTC 2013 - co...@suse.com
+
+- updated to version 0.9.2
+ * Bugfixes:
+   * Pre-load resolver to avoid Bundler blow up during cross-compilation
+ Pull #83 [larskanis]
+
+---

Old:

  rake-compiler-0.9.1.gem

New:

  rake-compiler-0.9.2.gem



Other differences:
--
++ rubygem-rake-compiler.spec ++
--- /var/tmp/diff_new_pack.Qy9ar2/_old  2013-11-24 18:13:10.0 +0100
+++ /var/tmp/diff_new_pack.Qy9ar2/_new  2013-11-24 18:13:10.0 +0100
@@ -17,12 +17,12 @@
 
 
 Name:   rubygem-rake-compiler
-Version:0.9.1
+Version:0.9.2
 Release:0
 %define mod_name rake-compiler
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 901
+%define mod_weight 902
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-rake-compiler for openSUSE:Factory

2013-08-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rake-compiler for 
openSUSE:Factory checked in at 2013-08-05 20:54:16

Comparing /work/SRC/openSUSE:Factory/rubygem-rake-compiler (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new (New)


Package is rubygem-rake-compiler

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-rake-compiler/rubygem-rake-compiler.changes  
2013-03-11 10:40:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new/rubygem-rake-compiler.changes
 2013-08-05 20:54:17.0 +0200
@@ -1,0 +2,36 @@
+Mon Aug  5 09:21:38 UTC 2013 - co...@suse.com
+
+- 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:
+   * Requires minimum Ruby 1.8.7 and RubyGems 1.8.25
+   * Usage of 'i386-mswin32' needs to be changed to 'i386-mswin32-60'
+ 
+---

Old:

  rake-compiler-0.8.3.gem

New:

  rake-compiler-0.9.1.gem



Other differences:
--
++ rubygem-rake-compiler.spec ++
--- /var/tmp/diff_new_pack.ejX5zR/_old  2013-08-05 20:54:18.0 +0200
+++ /var/tmp/diff_new_pack.ejX5zR/_new  2013-08-05 20:54:18.0 +0200
@@ -17,21 +17,25 @@
 
 
 Name:   rubygem-rake-compiler
-Version:0.8.3
+Version:0.9.1
 Release:0
 %define mod_name rake-compiler
 %define mod_full_name %{mod_name}-%{version}
+%define mod_branch -%{version}
+%define mod_weight 901
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
-Requires:   ruby = 1.8.6
-BuildRequires:  ruby-devel = 1.8.6
+Requires:   ruby = 1.8.7
+BuildRequires:  ruby-devel = 1.8.7
+BuildRequires:  update-alternatives
 BuildRequires:  rubygem(rdoc)  3.10
 Url:http://github.com/luislavena/rake-compiler
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Rake-based Ruby Extension (C, Java) task generator
 License:MIT
 Group:  Development/Languages/Ruby
+PreReq: update-alternatives
 
 %description
 Provide a standard and simplified way to build and package
@@ -63,10 +67,31 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
+mv %{buildroot}%{_bindir}/rake-compiler{,%{mod_branch}}
+touch %{buildroot}%{_sysconfdir}/alternatives/rake-compiler
+ln -s %{_sysconfdir}/alternatives/rake-compiler 
%{buildroot}%{_bindir}/rake-compiler
+
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/History.txt 
%buildroot/%{_docdir}/%{name}/History.txt
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.rdoc 
%buildroot/%{_docdir}/%{name}/README.rdoc
+
+%post
+/usr/sbin/update-alternatives --install \
+%{_bindir}/rake-compiler rake-compiler 
%{_bindir}/rake-compiler%{mod_branch} %{mod_weight}
+
+%preun
+if [ $1 = 0 ] ; then
+/usr/sbin/update-alternatives --remove rake-compiler 
%{_bindir}/rake-compiler%{mod_branch}
+fi
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
+%{_bindir}/rake-compiler%{mod_branch}
 %{_bindir}/rake-compiler
+%ghost %{_sysconfdir}/alternatives/rake-compiler
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-rake-compiler for openSUSE:Factory

2013-03-11 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rake-compiler for 
openSUSE:Factory checked in at 2013-03-11 10:40:33

Comparing /work/SRC/openSUSE:Factory/rubygem-rake-compiler (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new (New)


Package is rubygem-rake-compiler, Maintainer is dmacvi...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-rake-compiler/rubygem-rake-compiler.changes  
2012-05-07 22:51:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new/rubygem-rake-compiler.changes
 2013-03-11 10:40:34.0 +0100
@@ -1,0 +2,14 @@
+Sun Mar  3 19:29:07 UTC 2013 - co...@suse.com
+
+- updated to version 0.8.3
+ * Bugfixes:
+   * Support FreeBSD 'mingw32-gcc' cross compiler. Closes #72 [knu]
+
+---
+Mon Feb  4 20:25:48 UTC 2013 - co...@suse.com
+
+- updated to version 0.8.2
+ * Bugfixes:
+  * Unset CC, LDFLAGS and CPPFLAGS prior cross-compiling. Closes #55
+
+---

Old:

  rake-compiler-0.8.1.gem

New:

  rake-compiler-0.8.3.gem



Other differences:
--
++ rubygem-rake-compiler.spec ++
--- /var/tmp/diff_new_pack.CCmauf/_old  2013-03-11 10:40:36.0 +0100
+++ /var/tmp/diff_new_pack.CCmauf/_new  2013-03-11 10:40:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rake-compiler
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,25 +17,18 @@
 
 
 Name:   rubygem-rake-compiler
-Version:0.8.1
+Version:0.8.3
 Release:0
 %define mod_name rake-compiler
 %define mod_full_name %{mod_name}-%{version}
-#
-#
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
 
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  ruby-macros = 1
 Requires:   ruby = 1.8.6
 BuildRequires:  ruby-devel = 1.8.6
-# rake = 0 
-BuildRequires:  rubygem-rake
-Requires:   rubygem-rake
-#
+BuildRequires:  rubygem(rdoc)  3.10
 Url:http://github.com/luislavena/rake-compiler
 Source: %{mod_full_name}.gem
-#
 Summary:Rake-based Ruby Extension (C, Java) task generator
 License:MIT
 Group:  Development/Languages/Ruby
@@ -62,12 +55,14 @@
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
-%install
-%gem_install %{S:0}
 
-%clean
-%{__rm} -rf %{buildroot}
+%install
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-rake-compiler for openSUSE:Factory

2012-05-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rake-compiler for 
openSUSE:Factory checked in at 2012-05-07 22:51:25

Comparing /work/SRC/openSUSE:Factory/rubygem-rake-compiler (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new (New)


Package is rubygem-rake-compiler, Maintainer is dmacvi...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-rake-compiler/rubygem-rake-compiler.changes  
2012-04-17 22:02:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new/rubygem-rake-compiler.changes
 2012-05-07 22:51:27.0 +0200
@@ -1,0 +2,6 @@
+Sun May  6 14:32:37 UTC 2012 - co...@suse.com
+
+- update to 0.8.1
+   * Raise error when either make or gmake could be found. Closes #53, #54
+
+---

Old:

  rake-compiler-0.8.0.gem

New:

  rake-compiler-0.8.1.gem



Other differences:
--
++ rubygem-rake-compiler.spec ++
--- /var/tmp/diff_new_pack.piKVJD/_old  2012-05-07 22:51:28.0 +0200
+++ /var/tmp/diff_new_pack.piKVJD/_new  2012-05-07 22:51:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-rake-compiler
-Version:0.8.0
+Version:0.8.1
 Release:0
 %define mod_name rake-compiler
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-rake-compiler for openSUSE:Factory

2012-04-17 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rake-compiler for 
openSUSE:Factory checked in at 2012-04-17 22:02:10

Comparing /work/SRC/openSUSE:Factory/rubygem-rake-compiler (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new (New)


Package is rubygem-rake-compiler, Maintainer is dmacvi...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-rake-compiler/rubygem-rake-compiler.changes  
2011-12-01 12:26:29.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new/rubygem-rake-compiler.changes
 2012-04-17 22:02:27.0 +0200
@@ -1,0 +2,18 @@
+Thu Apr  5 07:52:59 UTC 2012 - co...@suse.com
+
+- 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]
+
+---

Old:

  rake-compiler-0.7.9.gem

New:

  rake-compiler-0.8.0.gem



Other differences:
--
++ rubygem-rake-compiler.spec ++
--- /var/tmp/diff_new_pack.jH3fqA/_old  2012-04-17 22:02:28.0 +0200
+++ /var/tmp/diff_new_pack.jH3fqA/_new  2012-04-17 22:02:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rake-compiler
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+
 Name:   rubygem-rake-compiler
-Version:0.7.9
+Version:0.8.0
 Release:0
 %define mod_name rake-compiler
 %define mod_full_name %{mod_name}-%{version}
 #
-Group:  Development/Languages/Ruby
-License:MIT
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
@@ -32,13 +30,16 @@
 Requires:   ruby = 1.8.6
 BuildRequires:  ruby-devel = 1.8.6
 # rake = 0
-BuildRequires:  rubygem-rake = 0
-Requires:   rubygem-rake = 0
+BuildRequires:  rubygem-rake
+Requires:   rubygem-rake
 #
 Url:http://github.com/luislavena/rake-compiler
 Source: %{mod_full_name}.gem
 #
 Summary:Rake-based Ruby Extension (C, Java) task generator
+License:MIT
+Group:  Development/Languages/Ruby
+
 %description
 Provide a standard and simplified way to build and package
 Ruby extensions (C, Java) using Rake as glue.
@@ -47,6 +48,7 @@
 Summary:RDoc documentation for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description doc
 Documentation generated at gem installation time.
 Usually in RDoc and RI formats.
@@ -55,6 +57,7 @@
 Summary:Test suite for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description testsuite
 Test::Unit or RSpec files, useful for developers.
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org