Hello community, here is the log from the commit of package rubygem-activemodel-3_2 for openSUSE:Factory checked in at 2012-08-04 09:34:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-activemodel-3_2 (Old) and /work/SRC/openSUSE:Factory/.rubygem-activemodel-3_2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-activemodel-3_2", Maintainer is "r...@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-activemodel-3_2/rubygem-activemodel-3_2.changes 2012-07-16 09:34:22.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-activemodel-3_2.new/rubygem-activemodel-3_2.changes 2012-08-04 09:34:45.000000000 +0200 @@ -1,0 +2,7 @@ +Fri Jul 27 13:20:53 UTC 2012 - co...@suse.com + +- update to 3.2.7 + * `validates_inclusion_of` and `validates_exclusion_of` now accept `:within` option as alias of `:in` as documented. + * Fix the the backport of the object dup with the ruby 1.9.3p194. + +------------------------------------------------------------------- Old: ---- activemodel-3.2.6.gem New: ---- activemodel-3.2.7.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-activemodel-3_2.spec ++++++ --- /var/tmp/diff_new_pack.s6gWrF/_old 2012-08-04 09:34:46.000000000 +0200 +++ /var/tmp/diff_new_pack.s6gWrF/_new 2012-08-04 09:34:46.000000000 +0200 @@ -17,43 +17,43 @@ Name: rubygem-activemodel-3_2 -Version: 3.2.6 +Version: 3.2.7 Release: 0 -Summary: A toolkit for building modeling frameworks (part of Rails) -License: MIT -Group: Development/Languages/Ruby -Url: http://www.rubyonrails.org %define mod_name activemodel %define mod_full_name %{mod_name}-%{version} -Source: %{mod_full_name}.gem -BuildRequires: ruby-devel >= 1.8.7 -BuildRequires: rubygem-activesupport-3_2 = %{version} -BuildRequires: rubygem-builder-3_0 >= 3.0.0 -BuildRequires: rubygems_with_buildroot_patch -Requires: ruby >= 1.8.7 -Requires: rubygem-activesupport-3_2 = %{version} -Requires: rubygem-builder-3_0 >= 3.0.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 for building modeling frameworks (part of Rails) +License: MIT +Group: Development/Languages/Ruby %description -A toolkit for building modeling frameworks like Active Record and Active Resource. Rich support for attributes, callbacks, validations, observers, serialization, internationalization, and testing. +A toolkit for building modeling frameworks like Active Record and Active +Resource. Rich support for attributes, callbacks, validations, observers, +serialization, internationalization, and testing. %package doc Summary: RDoc documentation for %{mod_name} Group: Development/Languages/Ruby Requires: %{name} = %{version} -%rubygems_requires + %description doc Documentation generated at gem installation time. 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: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org