Hello community,

here is the log from the commit of package rubygem-activesupport-3_2 for 
openSUSE:Factory checked in at 2013-03-21 22:13:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-activesupport-3_2 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-activesupport-3_2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-activesupport-3_2", Maintainer is "ruby-de...@suse.de"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-activesupport-3_2/rubygem-activesupport-3_2.changes
      2013-02-12 17:47:09.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activesupport-3_2.new/rubygem-activesupport-3_2.changes
 2013-03-21 22:13:48.000000000 +0100
@@ -1,0 +2,20 @@
+Tue Mar 19 09:57:33 UTC 2013 - co...@suse.com
+
+- add patch to fix the rubygem-i18n dependency
+
+-------------------------------------------------------------------
+Tue Mar 19 06:40:56 UTC 2013 - co...@suse.com
+
+- updated to version 3.2.13
+ *   Fix DateTime comparison with DateTime::Infinity object.
+ *   Remove surrogate unicode character encoding from 
ActiveSupport::JSON.encode
+     The encoding scheme was broken for unicode characters outside the basic
+     multilingual plane; since json is assumed to be UTF-8, and we already 
force the
+     encoding to UTF-8 simply pass through the un-encoded characters.
+ *   Fix mocha v0.13.0 compatibility. *James Mead*
+ *   `#as_json` isolates options when encoding a hash. [Backport #8185]
+     Fix #8182
+ *   Handle the possible Permission Denied errors atomic.rb might trigger due 
to
+     its chown and chmod calls. [Backport #8027]
+
+-------------------------------------------------------------------

Old:
----
  activesupport-3.2.12.gem

New:
----
  activesupport-3.2.13.gem
  rubygem-activesupport-3_2.diff

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

Other differences:
------------------
++++++ rubygem-activesupport-3_2.spec ++++++
--- /var/tmp/diff_new_pack.p4Iz7a/_old  2013-03-21 22:13:49.000000000 +0100
+++ /var/tmp/diff_new_pack.p4Iz7a/_new  2013-03-21 22:13:49.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           rubygem-activesupport-3_2
-Version:        3.2.12
+Version:        3.2.13
 Release:        0
 %define mod_name activesupport
 %define mod_full_name %{mod_name}-%{version}
@@ -28,10 +28,11 @@
 BuildRequires:  ruby-devel >= 1.8.7
 BuildRequires:  rubygem(rdoc) > 3.10
 Url:            http://www.rubyonrails.org
-Source:         %{mod_full_name}.gem
+Source:         http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:        A toolkit of support libraries and Ruby core extensions 
extracted
 License:        MIT
 Group:          Development/Languages/Ruby
+Patch0:         rubygem-activesupport-3_2.diff
 
 %description
 A toolkit of support libraries and Ruby core extensions extracted from the
@@ -48,9 +49,9 @@
 Usually in RDoc and RI formats.
 
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
+%gem_unpack
+%patch0
+%gem_build
 
 %build
 

++++++ rubygem-activesupport-3_2.diff ++++++
--- activesupport-3.2.13.gemspec.orig   2013-03-19 09:56:22.902930681 +0000
+++ activesupport-3.2.13.gemspec        2013-03-19 09:56:37.803992203 +0000
@@ -14,9 +14,9 @@
   name: i18n
   requirement: !ruby/object:Gem::Requirement
     requirements:
-    - - '='
+    - - '>='
       - !ruby/object:Gem::Version
-        version: 0.6.1
+        version: 0.6.1
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to