Hello community,
here is the log from the commit of package rubygem-actionpack-3_2 for
openSUSE:Factory checked in at 2012-05-11 09:46:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-actionpack-3_2 (Old)
and /work/SRC/openSUSE:Factory/.rubygem-actionpack-3_2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-actionpack-3_2", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-actionpack-3_2/rubygem-actionpack-3_2.changes
2012-05-08 18:01:45.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-actionpack-3_2.new/rubygem-actionpack-3_2.changes
2012-05-11 09:46:57.000000000 +0200
@@ -1,0 +2,33 @@
+Mon Apr 23 09:03:39 UTC 2012 - [email protected]
+
+- Fix dependencies, (build)require actionpack-3_2, rack-cache-1_2
+ and activesupport-3_2 directly (instead of unversioned packages)
+
+-------------------------------------------------------------------
+Wed Apr 4 15:31:30 UTC 2012 - [email protected]
+
+- update to 3.2.3
+ * Remove the leading \n added by textarea on assert_select. *Santiago
Pastorino*
+ * Fix #5632, render :inline set the proper rendered format. *Santiago
Pastorino*
+ * Fix textarea rendering when using plugins like HAML. Such plugins encode
the first newline character in the content. This issue was introduced in
https://github.com/rails/rails/pull/5191 *James Coleman*
+ * Add `config.action_view.embed_authenticity_token_in_remote_forms`
(defaults to true) which allows to set if authenticity token will be included
by default in remote forms. If you change it to false, you can still force
authenticity token by passing `:authenticity_token => true` in form options
*Piotr Sarnacki*
+ * Do not include the authenticity token in forms where remote: true as
ajax forms use the meta-tag value *DHH*
+ * Turn off verbose mode of rack-cache, we still have X-Rack-Cache to
+ check that info. Closes #5245. *Santiago Pastorino*
+ * Fix #5238, rendered_format is not set when template is not rendered.
*Piotr Sarnacki*
+ * Upgrade rack-cache to 1.2. *José Valim*
+ * ActionController::SessionManagement is deprecated. *Santiago Pastorino*
+ * Since the router holds references to many parts of the system like
engines, controllers and the application itself, inspecting the route set can
actually be really slow, therefore we default alias inspect to to_s. *José
Valim*
+ * Add a new line after the textarea opening tag. Closes #393 *Rafael
Mendonça França*
+ * Always pass a respond block from to responder. We should let the
responder to decide what to do with the given overridden response block, and
not short circuit it. *sikachu*
+ * Fixes layout rendering regression from 3.2.2. *José Valim*
+
+ ## Rails 3.2.2 (March 1, 2012) ##
+ * Format lookup for partials is derived from the format in which the
template is being rendered. Closes #5025 part 2 *Santiago Pastorino*
+ * Use the right format when a partial is missing. Closes #5025. *Santiago
Pastorino*
+ * Default responder will now always use your overridden block in
`respond_with` to render your response. *Prem Sichanugrist*
+ * check_box helper with :disabled => true will generate a disabled hidden
field to conform with the HTML convention where disabled fields are not
submitted with the form.
+ This is a behavior change, previously the hidden tag had a value of the
disabled checkbox.
+ *Tadas Tamosauskas*
+
+-------------------------------------------------------------------
Old:
----
actionpack-3.2.1.gem
New:
----
actionpack-3.2.3.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-actionpack-3_2.spec ++++++
--- /var/tmp/diff_new_pack.4OpaPu/_old 2012-05-11 09:46:59.000000000 +0200
+++ /var/tmp/diff_new_pack.4OpaPu/_new 2012-05-11 09:46:59.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package rubygem-actionpack
+# spec file for package rubygem-actionpack-3_2
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -15,41 +15,55 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
Name: rubygem-actionpack-3_2
-Version: 3.2.1
+Version: 3.2.3
Release: 0
-License: MIT
-Summary: Web-flow and rendering framework putting the VC in MVC (part
of Rails)
-Url: http://www.rubyonrails.org
-Group: Development/Languages/Ruby
%define mod_name actionpack
%define mod_full_name %{mod_name}-%{version}
-Source: %{mod_full_name}.gem
-BuildRequires: ruby-devel >= 1.8.7
-BuildRequires: rubygem-activemodel = 3.2.1
-BuildRequires: rubygem-activesupport = 3.2.1
-BuildRequires: rubygem-builder-3_0 >= 3.0.0
-BuildRequires: rubygem-erubis-2_7 >= 2.7.0
-BuildRequires: rubygem-journey-1_0 >= 1.0.1
-BuildRequires: rubygem-rack-1_4 >= 1.4.0
-BuildRequires: rubygem-rack-cache-1 >= 1.1
-BuildRequires: rubygem-rack-test-0_6 >= 0.6.1
-BuildRequires: rubygem-sprockets-2_1 >= 2.1.2
+#
+#
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: rubygems_with_buildroot_patch
+%rubygems_requires
+
Requires: ruby >= 1.8.7
-Requires: rubygem-activemodel = 3.2.1
-Requires: rubygem-activesupport = 3.2.1
+BuildRequires: ruby-devel >= 1.8.7
+# activesupport = 3.2.3
+BuildRequires: rubygem-activesupport-3_2 = 3.2.3
+Requires: rubygem-activesupport-3_2 = 3.2.3
+# activemodel = 3.2.3
+BuildRequires: rubygem-activemodel-3_2 = 3.2.3
+Requires: rubygem-activemodel-3_2 = 3.2.3
+# rack-cache ~> 1.2
+BuildRequires: rubygem-rack-cache-1_2 >= 1.2
+Requires: rubygem-rack-cache-1_2 >= 1.2
+# builder ~> 3.0.0
+BuildRequires: rubygem-builder-3_0 >= 3.0.0
Requires: rubygem-builder-3_0 >= 3.0.0
-Requires: rubygem-erubis-2_7 >= 2.7.0
-Requires: rubygem-journey-1_0 >= 1.0.1
+# rack ~> 1.4.0
+BuildRequires: rubygem-rack-1_4 >= 1.4.0
Requires: rubygem-rack-1_4 >= 1.4.0
-Requires: rubygem-rack-cache-1 >= 1.1
+# rack-test ~> 0.6.1
+BuildRequires: rubygem-rack-test-0_6 >= 0.6.1
Requires: rubygem-rack-test-0_6 >= 0.6.1
+# journey ~> 1.0.1
+BuildRequires: rubygem-journey-1_0 >= 1.0.1
+Requires: rubygem-journey-1_0 >= 1.0.1
+# sprockets ~> 2.1.2
+BuildRequires: rubygem-sprockets-2_1 >= 2.1.2
Requires: rubygem-sprockets-2_1 >= 2.1.2
-Provides: rubygem-%{mod_name} = %{version}
-Provides: rubygem-%{mod_name}-3 = %{version}
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%rubygems_requires
+# erubis ~> 2.7.0
+BuildRequires: rubygem-erubis-2_7 >= 2.7.0
+Requires: rubygem-erubis-2_7 >= 2.7.0
+
+#
+Url: http://www.rubyonrails.org
+Source: %{mod_full_name}.gem
+#
+Summary: Web-flow and rendering framework putting the VC in MVC (part
of Rails)
+License: MIT
+Group: Development/Languages/Ruby
%description
Web apps on Rails. Simple, battle-tested conventions for building and testing
MVC web applications. Works with any Rack-compatible server.
@@ -66,7 +80,7 @@
%prep
%build
%install
-%gem_install %{SOURCE0}
+%gem_install %{S:0}
%files
%defattr(-,root,root,-)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]