Hello community,

here is the log from the commit of package rubygem-activesupport-2_3 for 
openSUSE:Factory checked in at 2012-04-17 07:49:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-activesupport-2_3 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-activesupport-2_3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-activesupport-2_3", Maintainer is "mrueck...@suse.com"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-activesupport-2_3/rubygem-activesupport-2_3.changes
      2011-11-07 17:25:46.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activesupport-2_3.new/rubygem-activesupport-2_3.changes
 2012-04-17 07:49:30.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Apr  4 08:07:44 UTC 2012 - co...@suse.com
+
+- fix exception message for ruby 1.9
+
+-------------------------------------------------------------------

New:
----
  activesupport-2.3.14.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-activesupport-2_3.spec ++++++
--- /var/tmp/diff_new_pack.ShXS85/_old  2012-04-17 07:49:32.000000000 +0200
+++ /var/tmp/diff_new_pack.ShXS85/_new  2012-04-17 07:49:32.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-activesupport-2_3
 #
-# 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-activesupport-2_3
 Version:        2.3.14
 Release:        0
 %define mod_name activesupport
 %define mod_full_name %{mod_name}-%{version}
 #
-Group:          Development/Languages/Ruby
-License:        MIT
 #
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
@@ -32,8 +30,12 @@
 #
 Url:            http://rubyforge.org/projects/activesupport/
 Source:         %{mod_full_name}.gem
+Source1:        %{mod_full_name}.patch
 #
 Summary:        Support and utility classes used by the Rails framework
+License:        MIT
+Group:          Development/Languages/Ruby
+
 %description
 Utility library which carries commonly used classes and goodies from the Rails 
framework
 
@@ -41,6 +43,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.
@@ -49,6 +52,8 @@
 %build
 %install
 %gem_install %{S:0}
+cd %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}
+patch -p1 < %{S:1}
 
 %clean
 %{__rm} -rf %{buildroot}


++++++ activesupport-2.3.14.patch ++++++
--- activesupport-2.3.14/lib/active_support/core_ext/load_error.rb        
2012-03-13 11:42:52.000000000 +0000
+++ activesupport-2.3.14/lib/active_support/core_ext/load_error.rb       
2012-03-13 11:48:06.000000000 +0000
@@ -18,6 +18,7 @@
   end
 
   REGEXPS = [
+    [/^cannot load such file -- (.+)$/i, 1],
     [/^no such file to load -- (.+)$/i, 1],
     [/^Missing \w+ (file\s*)?([^\s]+.rb)$/i, 2],
     [/^Missing API definition file in (.+)$/i, 1]

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

Reply via email to