Hello community,

here is the log from the commit of package rubygem-activerecord-3_2 for 
openSUSE:Factory checked in at 2012-08-04 09:34:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-16 09:34:46.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activerecord-3_2.new/rubygem-activerecord-3_2.changes
   2012-08-04 09:35:00.000000000 +0200
@@ -1,0 +2,16 @@
+Fri Jul 27 12:55:06 UTC 2012 - co...@suse.com
+
+- update to 3.2.7
+*   `:finder_sql` and `:counter_sql` options on collection associations
+    are deprecated. Please transition to using scopes.
+*   `:insert_sql` and `:delete_sql` options on `has_and_belongs_to_many`
+    associations are deprecated. Please transition to using `has_many
+    :through`
+*   `composed_of` has been deprecated. You'll have to write your own accessor
+    and mutator methods if you'd like to use value objects to represent some
+    portion of your models.
+*   `update_attribute` has been deprecated. Use `update_column` if
+    you want to bypass mass-assignment protection, validations, callbacks,
+    and touching of updated_at. Otherwise please use `update_attributes`.
+
+-------------------------------------------------------------------

Old:
----
  activerecord-3.2.6.gem

New:
----
  activerecord-3.2.7.gem

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

Other differences:
------------------
++++++ rubygem-activerecord-3_2.spec ++++++
--- /var/tmp/diff_new_pack.a8lIue/_old  2012-08-04 09:35:02.000000000 +0200
+++ /var/tmp/diff_new_pack.a8lIue/_new  2012-08-04 09:35:02.000000000 +0200
@@ -17,41 +17,25 @@
 
 
 Name:           rubygem-activerecord-3_2
-Version:        3.2.6
+Version:        3.2.7
 Release:        0
 %define mod_name activerecord
 %define mod_full_name %{mod_name}-%{version}
-#
-#
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-Provides:       rubygem-%{mod_name}   = %{version}-%{release}
-Provides:       rubygem-%{mod_name}-3 = %{version}-%{release}
+BuildRequires:  ruby-macros >= 1
 Requires:       ruby >= 1.8.7
 BuildRequires:  ruby-devel >= 1.8.7
-# activesupport = %{version}
-BuildRequires:  rubygem-activesupport-3_2 = %{version}
-Requires:       rubygem-activesupport-3_2 = %{version}
-# activemodel = %{version}
-BuildRequires:  rubygem-activemodel-3_2 = %{version}
-Requires:       rubygem-activemodel-3_2 = %{version}
-# arel ~> 3.0.2
-BuildRequires:  rubygem-arel-3_0 >= 3.0.2
-Requires:       rubygem-arel-3_0 >= 3.0.2
-# tzinfo ~> 0.3.29
-BuildRequires:  rubygem-tzinfo-0_3 >= 0.3.29
-Requires:       rubygem-tzinfo-0_3 >= 0.3.29
-#
 Url:            http://www.rubyonrails.org
 Source:         %{mod_full_name}.gem
-#
 Summary:        Object-relational mapper framework (part of Rails)
 License:        MIT
 Group:          Development/Languages/Ruby
 
 %description
-Databases on Rails. Build a persistent domain model by mapping database tables 
to Ruby classes. Strong conventions for associations, validations, 
aggregations, migrations, and testing come baked-in.
+Databases on Rails. Build a persistent domain model by mapping database tables
+to Ruby classes. Strong conventions for associations, validations,
+aggregations, migrations, and testing come baked-in.
 
 %package doc
 Summary:        RDoc documentation for %{mod_name}
@@ -63,12 +47,11 @@
 Usually in RDoc and RI formats.
 
 %prep
+
 %build
-%install
-%gem_install %{S:0}
 
-%clean
-%{__rm} -rf %{buildroot}
+%install
+%gem_install -f %{S:0}
 
 %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