Hello community,

here is the log from the commit of package rubygem-activerecord-3_2 for 
openSUSE:Factory checked in at 2012-09-01 21:58:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-activerecord-3_2 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-activerecord-3_2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-activerecord-3_2", Maintainer is "r...@suse.com"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-activerecord-3_2/rubygem-activerecord-3_2.changes
        2012-08-04 09:35:00.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activerecord-3_2.new/rubygem-activerecord-3_2.changes
   2012-09-01 21:58:52.000000000 +0200
@@ -1,0 +2,18 @@
+Fri Aug 10 06:32:09 UTC 2012 - co...@suse.com
+
+- updated to version 3.2.8
+*   Do not consider the numeric attribute as changed if the old value is zero 
and the new value
+    is not a string.  Fixes #7237.
+*   Removes the deprecation of `update_attribute`. *fxn*
+*   Reverted the deprecation of `composed_of`.
+*   Reverted the deprecation of `*_sql` association options. They will
+    be deprecated in 4.0 instead.
+*   Do not eager load AR session store. ActiveRecord::SessionStore depends on 
the abstract store
+    in Action Pack. Eager loading this class would break client code that 
eager loads Active Record
+    standalone.
+    Fixes #7160
+*   Do not set RAILS_ENV to "development" when using `db:test:prepare` and 
related rake tasks.
+    This was causing the truncation of the development database data when 
using RSpec.
+    Fixes #7175.
+
+-------------------------------------------------------------------

Old:
----
  activerecord-3.2.7.gem

New:
----
  activerecord-3.2.8.gem

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

Other differences:
------------------
++++++ rubygem-activerecord-3_2.spec ++++++
--- /var/tmp/diff_new_pack.xDMAbP/_old  2012-09-01 21:58:56.000000000 +0200
+++ /var/tmp/diff_new_pack.xDMAbP/_new  2012-09-01 21:58:56.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           rubygem-activerecord-3_2
-Version:        3.2.7
+Version:        3.2.8
 Release:        0
 %define mod_name activerecord
 %define mod_full_name %{mod_name}-%{version}
@@ -26,6 +26,7 @@
 BuildRequires:  ruby-macros >= 1
 Requires:       ruby >= 1.8.7
 BuildRequires:  ruby-devel >= 1.8.7
+BuildRequires:  rubygem(rdoc) > 3.10
 Url:            http://www.rubyonrails.org
 Source:         %{mod_full_name}.gem
 Summary:        Object-relational mapper framework (part of Rails)
@@ -47,11 +48,14 @@
 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 %{S:0}
+%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

Reply via email to