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 "[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-rake-compiler/rubygem-rake-compiler.changes  
    2011-12-01 12:26:29.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new/rubygem-rake-compiler.changes
 2012-04-17 22:02:27.000000000 +0200
@@ -1,0 +2,18 @@
+Thu Apr  5 07:52:59 UTC 2012 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.jH3fqA/_new  2012-04-17 22:02:28.000000000 +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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to