Hello community, here is the log from the commit of package rubygem-railties-3_2 for openSUSE:Factory checked in at 2012-09-01 10:34:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-railties-3_2 (Old) and /work/SRC/openSUSE:Factory/.rubygem-railties-3_2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "rubygem-railties-3_2", Maintainer is "ro@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-railties-3_2/rubygem-railties-3_2.changes 2012-08-05 00:06:15.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-railties-3_2.new/rubygem-railties-3_2.changes 2012-09-01 10:34:54.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Aug 10 06:38:25 UTC 2012 - coolo@suse.com + +- updated to version 3.2.8 + * ERB scaffold generator use the `:data => { :confirm => "Text" }` syntax instead of `:confirm`. + +------------------------------------------------------------------- Old: ---- railties-3.2.7.gem New: ---- railties-3.2.8.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-railties-3_2.spec ++++++ --- /var/tmp/diff_new_pack.D6cCHH/_old 2012-09-01 10:34:55.000000000 +0200 +++ /var/tmp/diff_new_pack.D6cCHH/_new 2012-09-01 10:34:55.000000000 +0200 @@ -17,22 +17,29 @@ Name: rubygem-railties-3_2 -Version: 3.2.7 +Version: 3.2.8 Release: 0 +%define mod_name railties +%define mod_full_name %{mod_name}-%{version} + +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: ruby-macros >= 1 +Requires: ruby >= 1.8.7 +BuildRequires: ruby-devel >= 1.8.7 +# rdoc ~> 3.4 +BuildRequires: rubygem(rdoc) < 4 +BuildRequires: rubygem(rdoc) => 3.4 +BuildRequires: rubygem(rdoc) > 3.10 +Url: http://www.rubyonrails.org +Source: %{mod_full_name}.gem Summary: Tools for creating, working with, and running Rails applications License: MIT Group: Development/Languages/Ruby -Url: http://www.rubyonrails.org -%define mod_name railties -%define mod_full_name %{mod_name}-%{version} +# MANUAL BEGIN %define mod_branch -3_2 %define mod_weight 32 -Source: %{mod_full_name}.gem -BuildRequires: ruby-devel >= 1.8.7 -BuildRequires: ruby-macros >= 1.0 -Requires: ruby >= 1.8.7 -BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: update-alternatives +# MANUAL END %description Rails internals: application bootup, plugins, generators, and rake tasks. @@ -47,10 +54,15 @@ 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 + %build -%install -%gem_install -f %{SOURCE0} +%install +%gem_install -f +# MANUAL BEGIN mv %{buildroot}%{_bindir}/rails{,%{mod_branch}} ln -s rails %{buildroot}%{_bindir}/rails # make sure it installs the right version when using rails-1.1 @@ -66,11 +78,13 @@ if [ "$1" = 0 ] ; then /usr/sbin/update-alternatives --remove rails %{_bindir}/rails%{mod_branch} fi +# MANUAL END %files %defattr(-,root,root,-) -%{_bindir}/rails +# MANUAL %{_bindir}/rails%{mod_branch} +%{_bindir}/rails %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/ %{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org