File rubygem-activesupport-2_1.spec of Package rubygem-activesupport-2_1

#
# spec file for package rubygem-activesupport-2_1 (Version 2.1.2)
#
# Copyright (c) 2009 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/
#

# norootforbuild


Name:           rubygem-activesupport-2_1
Version:        2.1.2
Release:        2
%define mod_name activesupport
#
Group:          Development/Languages/Ruby
License:        X11/MIT
#
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  rubygems_with_buildroot_patch
Requires:       rubygems >= 0.9.4
Provides:       rubygem-%{mod_name} = %{version}-%{release}
# Obsoletes:      rubygem-%{mod_name} < %{version}
#
Url:            http://rubyforge.org/projects/activesupport/
Source:         http://rubyforge.org/frs/download.php/45627/activesupport-2.1.2.gem
#
Summary:        Utility classes and extension to the standard library

%description
Utility classes and extension to the standard library that were
required by Rails, but found of general use.



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

%prep

%build

%install
%gem_install %{S:0}

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

%files
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/

%changelog
* Fri Nov 28 2008 mrueckert@suse.de
- update to version 2.1.2
  * TimeWithZone#freeze: preload instance variables so that we can
  actually freeze [Geoff Buesing]
* Fri Sep 12 2008 mrueckert@suse.de
- update to version 2.1.1
  * Fix Ruby's Time marshaling bug in pre-1.9 versions of Ruby:
  utc instances are now correctly unmarshaled with a utc zone
  instead of the system local zone [#900 state:resolved]
  * TimeWithZone: when crossing DST boundary, treat Durations of
  days, months or years as variable-length, and all other values
  as absolute length. A time + 24.hours will advance exactly
  24 hours, but a time + 1.day will advance 23-25 hours,
  depending on the day. Ensure consistent behavior across all
  advancing methods [Geoff Buesing]
  * Fix TimeWithZone unmarshaling: coerce unmarshaled Time
  instances to utc, because Ruby's marshaling of Time instances
  doesn't respect the zone [Geoff Buesing]
  * Added StringQuestioneer for doing things like
  StringQuestioneer.new("production").production? # => true
  and StringQuestioneer.new("production").development?  # => false
  [DHH]
  * Fixed Date#end_of_quarter to not blow up on May 31st
  [#290 state:resolved] (Danger)
* Tue Jun 03 2008 mrueckert@suse.de
- update to version 2.1.0
  - out of the box memcached cache support
  - timezone handling
  - small bugfixes
  for all changes see
  /usr/lib*/ruby/gems/1.8/gems/activesupport-2.1.0/CHANGELOG
- package branched of the 2.0 package
* Wed Feb 20 2008 mrueckert@suse.de
- do not obsolete the old name as it leads to trouble on upgrade.
  this will handled by the wrapper package.
* Wed Jan 16 2008 mrueckert@suse.de
- branched of a rubygem-activesupport-2_0 package
- update to version 2.0.2:
  the next major step in the rails development. for all changes see
  /usr/lib*/ruby/gems/1.8/gems/activesupport-2.0.2/CHANGELOG
* Wed Jan 16 2008 mrueckert@suse.de
- renamed package to rubygem-activesupport-1_4 to allow parallel
  installation of other major branches
* Wed Oct 17 2007 mrueckert@suse.de
- update to version 1.4.4
  * Backport: allow array and hash query parameters. Array route
  parameters are converted/to/a/path as before.  #6765, #7047,
  [#7462] [bgipsy, Jeremy McAnally, Dan Kubb, brendan, Diego
  Algorta Casamayou]
- additional changes from 1.4.3
  * Demote Hash#to_xml to use XmlSimple#xml_in_string so it can't
  read files or stdin.  #8453 [candlerb, Jeremy Kemper]
  (CVE-2007-5379) (bnc #332441)
  * Document Object#blank?.  #6491 [Chris Mear]
  * Update Dependencies to ignore constants inherited from
  ancestors. Closes #6951. [Nicholas Seckar]
  * Improved multibyte performance by relying less on exception
  raising #8159 [Blaine]
* Mon May 14 2007 mrueckert@suse.de
- update to version 1.4.2
  * Ruby 1.8.6 and 1.9 define private Time#to_date and
  [#]to_datetime; make them public for compatibility.
  [Jeremy Kemper]
  * Deprecation: warn on stderr if RAILS_DEFAULT_LOGGER isn't set
  yet.  [Jeremy Kemper]
- additional changes from version 1.4.1
  * Optimize Class Inheritable Attributes so that unnecessary
  hashes are not created.  Closes #7472 [Bruce Perens]
  * Added :instance_writer option to #mattr_writer/accessor,
  [#]cattr_writer/accessor, and #class_inheritable_writer to skip
  the creation of the instance writer.  [Rick]
  * Full test coverage for Inflector.  #7228 [Dan Kubb]
* Wed Jan 24 2007 mrueckert@suse.de
- update to version 1.4.0
  update for rails 1.2.1. too many changes to mention them here.
  see /usr/lib*/ruby/gems/1.8/gems/activesupport-1.4.0/CHANGELOG
* Wed Jun 21 2006 mrueckert@suse.de
- use rubygems_with_buildroot_patch instead of the versioned
  buildrequires
* Mon Jun 19 2006 mrueckert@suse.de
- Initial package version 1.3.1
openSUSE Build Service is sponsored by