Hello community,

here is the log from the commit of package rubygem-activerecord.1299 for 
openSUSE:12.1:Update checked in at 2013-02-12 09:52:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1:Update/rubygem-activerecord.1299 (Old)
 and      /work/SRC/openSUSE:12.1:Update/.rubygem-activerecord.1299.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-activerecord.1299", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2013-02-09 11:18:20.872010756 +0100
+++ 
/work/SRC/openSUSE:12.1:Update/.rubygem-activerecord.1299.new/rubygem-activerecord.changes
  2013-02-12 09:52:28.000000000 +0100
@@ -0,0 +1,163 @@
+-------------------------------------------------------------------
+Wed Jan 30 16:27:13 UTC 2013 - mrueck...@suse.de
+
+- bump requires to version 2.3.16
+
+-------------------------------------------------------------------
+Wed Aug 17 22:28:10 UTC 2011 - mrueck...@suse.de
+
+- bump requires to version 2.3.14
+
+-------------------------------------------------------------------
+Wed Feb 16 12:23:04 UTC 2011 - mrueck...@suse.de
+
+- bump requires to version 2.3.11
+
+-------------------------------------------------------------------
+Wed Oct 27 12:09:04 UTC 2010 - mrueck...@suse.de
+
+- bump requires to version 2.3.10
+
+-------------------------------------------------------------------
+Mon Sep  6 14:44:58 UTC 2010 - mrueck...@suse.de
+
+- bump requires to version 2.3.9
+
+-------------------------------------------------------------------
+Tue May 25 16:22:51 UTC 2010 - mrueck...@suse.de
+
+- bump requires to version 2.3.8
+
+-------------------------------------------------------------------
+Mon Dec 21 16:55:55 UTC 2009 - mrueck...@suse.de
+
+- bump requires to version 2.3.5
+
+-------------------------------------------------------------------
+Tue Sep 29 17:14:10 CEST 2009 - mrueck...@suse.de
+
+- bump requires to version 2.3.4
+
+-------------------------------------------------------------------
+Thu Mar 26 10:17:43 CET 2009 - mrueck...@suse.de
+
+- bump requires to version 2.3.2
+
+-------------------------------------------------------------------
+Mon Mar  9 16:18:23 CET 2009 - mrueck...@suse.de
+
+- bump version number to 2.1.2
+
+-------------------------------------------------------------------
+Fri Sep 12 18:29:31 CEST 2008 - mrueck...@suse.de
+
+- bump requires to version 2.1.1
+
+-------------------------------------------------------------------
+Mon Jan 21 17:34:24 CET 2008 - mrueck...@suse.de
+
+- started a new wrapper package. it will always pull in the latest
+  rubygem-activerecord package
+
+-------------------------------------------------------------------
+Wed Oct 17 18:02:40 CEST 2007 - mrueck...@suse.de
+
+- update to version 1.15.5
+  * Depend on Action Pack 1.4.4
+- additional changes from 1.15.4
+  * Fix #count on a has_many :through association so that it
+    recognizes the :uniq option. Closes #8801 [lifofifo]
+  * Don't clobber includes passed to has_many.count [danger]
+  * Make sure has_many uses :include when counting [danger]
+  * Save associated records only if the association is already
+    loaded.  #8713 [blaine]
+  * Changing the :default Date format doesn't break date quoting.
+    #6312 [bshand, Elias]
+  * Allow nil serialized attributes with a set class constraint.
+    #7293 [sandofsky]
+  * belongs_to assignment creates a new proxy rather than modifying
+    its target in-place.  #8412 [mmang...@elevatedrails.com]
+  * Fix column type detection while loading fixtures.
+    Closes #7987 [roderickvd]
+  * Document deep eager includes. #6267 [Josh Susser, Dan Manges]
+  * Oracle: extract column length for CHAR also.  #7866 [ymendel]
+  * Small additions and fixes for ActiveRecord documentation.
+    Closes #7342 [jeremymcanally]
+  * SQLite: binary escaping works with $KCODE='u'.  #7862 [tsuka]
+  * Improved cloning performance by relying less on exception
+    raising #8159 [Blaine]
+
+-------------------------------------------------------------------
+Mon May 14 16:56:22 CEST 2007 - mrueck...@suse.de
+
+- update to version 1.15.3:
+  * Allow a polymorphic :source for has_many :through associations.
+    Closes #7143 [protocool]
+  * Consistently quote primary key column names.
+    #7763 [toolmantim]
+  * Fixtures: fix YAML ordered map support.
+    #2665 [Manuel Holtgrewe, nfbuckley]
+  * Fix has_many :through << with custom foreign keys.
+    #6466, #7153 [naffis, Rich Collins]
+- additional changes from version 1.15.2:
+  * Pass a range in :conditions to use the SQL BETWEEN operator.
+    #6974 [dcmanges]
+    Student.find(:all, :conditions => { :grade => 9..12 })
+  * Don't create instance writer methods for class attributes.
+    [Rick]
+  * When dealing with SQLite3, use the table_info pragma helper,
+    so that the bindings can do some translation for when sqlite3
+    breaks incompatibly between point releases. [Jamis Buck]
+  * SQLServer: don't choke on strings containing 'null'.
+    #7083 [Jakob S]
+  * Consistently use LOWER() for uniqueness validations
+    (rather than mixing with UPPER()) so the database can always
+    use a functional index on the lowercased column.  #6495 [Si]
+  * MySQL: SET SQL_AUTO_IS_NULL=0 so 'where id is null' doesn't
+    select the last inserted id.  #6778 [Jonathan Viney, timc]
+  * Fixtures use the table name and connection from
+    set_fixture_class.  #7330 [Anthony Eden]
+  * SQLServer: quote table name in indexes query.
+    #2928 [kei...@infused.org]
+
+-------------------------------------------------------------------
+Wed Jan 24 01:03:39 CET 2007 - mrueck...@suse.de
+
+- update to 1.15.1:
+  update for rails 1.2.1. Too many changes to mention them here.
+  See /usr/lib*/ruby/gems/1.8/gems/activerecord-1.15.1/CHANGELOG .
+
+-------------------------------------------------------------------
+Thu Aug 10 12:28:17 CEST 2006 - mrueck...@suse.de
+
+- update to version 1.14.4:
+  * Add warning about the proper way to validate the presence of
+    a foreign key.  (rails:#4147)
+    [Francois Beausoleil <francois.beausol...@gmail.com>]
+  * Fix syntax error in documentation.
+    (rails:#4679) [mis...@nippur.irb.hr] 
+  * Update inconsistent migrations documentation. (rails:#4683)
+    [machoma...@gmail.com]
+
+-------------------------------------------------------------------
+Sat Jul  1 04:39:41 CEST 2006 - mrueck...@suse.de
+
+- update to version 1.14.3:
+  * Properly quote index names in migrations
+  (closes #4764) [John Long]
+  * Ensure that Associations#include_eager_conditions?
+  checks both scoped and explicit conditions [Rick]
+  * Associations#select_limited_ids_list adds the ORDER BY columns
+  to the SELECT DISTINCT List for postgresql. [Rick]
+
+-------------------------------------------------------------------
+Wed Jun 21 01:03:33 CEST 2006 - mrueck...@suse.de
+
+- use rubygems_with_buildroot_patch instead of the versioned
+  buildrequires
+
+-------------------------------------------------------------------
+Mon Jun 19 18:56:40 CEST 2006 - mrueck...@suse.de
+
+- Initial package version 1.14.2
+

New:
----
  rubygem-activerecord-README.SuSE
  rubygem-activerecord.changes
  rubygem-activerecord.spec

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

Other differences:
------------------
++++++ rubygem-activerecord.spec ++++++
#
# spec file for package rubygem-activerecord
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           rubygem-activerecord
Version:        2.3.16
Release:        0
%define mod_name activerecord
#
#
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch
Requires:       rubygem-activerecord-2_3 = %{version}
#
Url:            http://rubyforge.org/projects/activerecord/
Source:         %{name}-README.SuSE
#
Summary:        Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM
License:        MIT
Group:          Development/Languages/Ruby

%description
Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties
database tables and classes together for business objects, like
Customer or Subscription, that can find, save, and destroy themselves
without resorting to manual SQL.



Authors:
--------
    rails development team

%prep

%build

%install
%{__install} -D -m 0644 %{S:0} %{buildroot}%{_docdir}/%{name}/README.SUSE

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%dir %{_docdir}/%{name}/
%{_docdir}/%{name}/README.SUSE

%changelog
++++++ rubygem-activerecord-README.SuSE ++++++

   This is just a wrapper packager which will pull in the latest
   version of rubygem-actionmailer see the documentation directory
   of that package for more informations.

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to