Hello community,

here is the log from the commit of package rubygem-activesupport-3_2 for 
openSUSE:Factory checked in at 2012-08-04 15:29:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 "[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-activesupport-3_2/rubygem-activesupport-3_2.changes
      2012-07-16 09:38:14.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activesupport-3_2.new/rubygem-activesupport-3_2.changes
 2012-08-04 15:29:27.000000000 +0200
@@ -1,0 +2,10 @@
+Fri Jul 27 13:15:22 UTC 2012 - [email protected]
+
+- update to 3.2.7
+  * Hash#fetch(fetch) is not the same as doing hash[key]
+  * adds a missing require [fixes #6896]
+  * make sure the inflection rules are loaded when cherry-picking 
active_support/core_ext/string/inflections.rb [fixes #6884]
+  * Merge pull request #6857 from rsutphin/as_core_ext_time_missing_require
+  * bump AS deprecation_horizon to 4.0
+
+-------------------------------------------------------------------

Old:
----
  activesupport-3.2.6.gem

New:
----
  activesupport-3.2.7.gem

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

Other differences:
------------------
++++++ rubygem-activesupport-3_2.spec ++++++
--- /var/tmp/diff_new_pack.FA4eRm/_old  2012-08-04 15:29:30.000000000 +0200
+++ /var/tmp/diff_new_pack.FA4eRm/_new  2012-08-04 15:29:30.000000000 +0200
@@ -17,30 +17,25 @@
 
 
 Name:           rubygem-activesupport-3_2
-Version:        3.2.6
+Version:        3.2.7
 Release:        0
-Summary:        A toolkit of support libraries and Ruby core extensions 
extracted from the Rails framework
-License:        MIT
-Group:          Development/Languages/Ruby
-Url:            http://www.rubyonrails.org
 %define mod_name activesupport
 %define mod_full_name %{mod_name}-%{version}
-Source:         %{mod_full_name}.gem
-BuildRequires:  ruby-devel >= 1.8.7
-BuildRequires:  rubygem-i18n-0_6 >= 0.6
-BuildRequires:  rubygem-multi_json-1 >= 1.0
-BuildRequires:  rubygem-rdoc
-BuildRequires:  rubygems_with_buildroot_patch
-Requires:       ruby >= 1.8.7
-Requires:       rubygem-i18n-0_6 >= 0.6
-Requires:       rubygem-multi_json-1 >= 1.0
-Provides:       rubygem-%{mod_name} = %{version}
-Provides:       rubygem-%{mod_name}-3 = %{version}
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%rubygems_requires
+BuildRequires:  ruby-macros >= 1
+Requires:       ruby >= 1.8.7
+BuildRequires:  ruby-devel >= 1.8.7
+Url:            http://www.rubyonrails.org
+Source:         %{mod_full_name}.gem
+Summary:        A toolkit of support libraries and Ruby core extensions 
extracted from the Rails framework
+License:        MIT
+Group:          Development/Languages/Ruby
 
 %description
-A toolkit of support libraries and Ruby core extensions extracted from the 
Rails framework. Rich support for multibyte strings, internationalization, time 
zones, and testing.
+A toolkit of support libraries and Ruby core extensions extracted from the
+Rails framework. Rich support for multibyte strings, internationalization,
+time zones, and testing.
 
 %package doc
 Summary:        RDoc documentation for %{mod_name}
@@ -52,9 +47,13 @@
 Usually in RDoc and RI formats.
 
 %prep
+%gem_unpack
+
 %build
+%gem_build
+
 %install
-%gem_install %{SOURCE0}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to