Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
rubygem-tzinfo
rubygem-tzinfo.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rubygem-tzinfo.changes of Package rubygem-tzinfo
------------------------------------------------------------------- Mon Nov 5 05:34:43 UTC 2012 - coolo@suse.com - updated to version 0.3.35 (http://mm.icann.org/pipermail/tz-announce/2012-November/000007.html). ------------------------------------------------------------------- Sun Oct 28 05:54:00 UTC 2012 - coolo@suse.com - updated to version 0.3.34 * Updated to tzdata version 2012h (http://mm.icann.org/pipermail/tz-announce/2012-October/000006.html). ------------------------------------------------------------------- Tue Jul 31 11:58:32 UTC 2012 - jreidinger@suse.com - use new gem2rpm to provide new version of provisions ------------------------------------------------------------------- Sun Apr 8 18:53:39 UTC 2012 - coolo@suse.com - update to 0.3.33 * Updated to tzdata version 2012c (http://article.gmane.org/gmane.comp.time.tz/4859). ------------------------------------------------------------------- Tue Apr 3 08:00:47 UTC 2012 - coolo@suse.com - update to 0.3.32 * Updated to tzdata version 2012b (http://article.gmane.org/gmane.comp.time.tz/4756). ------------------------------------------------------------------- Tue Nov 1 11:10:00 UTC 2011 - jmassaguerpla@suse.de - update to version 0.3.30 ------------------------------------------------------------------- Mon Aug 1 16:07:22 UTC 2011 - mrueckert@suse.de - update to version 0.3.29 * Updated to tzdata version 2011h (http://article.gmane.org/gmane.comp.time.tz/3814). * Allow the default value of the local_to_utc and period_for_local dst parameter to be specified globally with a Timezone.default_dst attribute. Thanks to Kurt Werle for the suggestion and patch. ------------------------------------------------------------------- Mon Jun 20 17:16:29 UTC 2011 - mrueckert@suse.de - update to version 0.3.28 * Add support for Ruby 1.9.3 (trunk revision 31668 and later). Thanks to Aaron Patterson for reporting the problems running on the new version. Closes #29233. - additional changes from 0.3.27 * Updated to tzdata version 2011g (http://article.gmane.org/gmane.comp.time.tz/3758). - additional changes from 0.3.26 * Updated to tzdata version 2011e (http://article.gmane.org/gmane.comp.time.tz/3707). - additional changes from 0.3.25 * Updated to tzdata version 2011d (http://article.gmane.org/gmane.comp.time.tz/3662). - additional changes from 0.3.24 * Updated to tzdata version 2010o (http://article.gmane.org/gmane.comp.time.tz/3473). ------------------------------------------------------------------- Mon Aug 30 13:44:40 UTC 2010 - mrueckert@suse.de - update to version 0.3.23 * Updated to tzdata version 2010l (http://article.gmane.org/gmane.comp.time.tz/3354). ------------------------------------------------------------------- Mon Jun 14 18:49:52 UTC 2010 - mrueckert@suse.de - update to version 0.3.22 * Corrected file permissions issue with 0.3.21 release. - additional changes from version 0.3.21 * Updated to tzdata version 2010j (http://article.gmane.org/gmane.comp.time.tz/3225). * Change invalid timezone check to exclude characters not used in timezone identifiers and avoid 'character class has duplicated range' warnings with Ruby 1.9.2. * Ruby 1.9.2 has deprecated "require 'rational'", but older versions of Ruby need rational to be required. Require rational only when the Rational module has not already been loaded. * Remove circular requires (now a warning in Ruby 1.9.2). Instead of using requires in each file for dependencies, tzinfo.rb now requires all tzinfo files. If you were previously requiring files within the tzinfo directory (e.g. require 'tzinfo/timezone'), then you will now have to require 'tzinfo' instead. - additional changes from version 0.3.20 * Updated to tzdata version 2010i (http://article.gmane.org/gmane.comp.time.tz/3202). - additional changes from version 0.3.19 * Updated to tzdata version 2010h (http://article.gmane.org/gmane.comp.time.tz/3188). - additional changes from version 0.3.18 * Updated to tzdata version 2010g (http://article.gmane.org/gmane.comp.time.tz/3172). - additional changes from version 0.3.17 * Updated to tzdata version 2010e (http://article.gmane.org/gmane.comp.time.tz/3128). ------------------------------------------------------------------- Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de - use rubygems_requires macro ------------------------------------------------------------------- Wed Jan 6 19:47:52 CET 2010 - prusnak@suse.cz - updated to 0.3.16 ------------------------------------------------------------------- Mon Dec 21 13:45:20 UTC 2009 - prusnak@suse.cz - updated to version 0.3.15 ------------------------------------------------------------------- Fri Nov 14 13:31:43 CET 2008 - mrueckert@suse.de - update to version 0.3.12: * Updated to tzdata version 2008i (http://article.gmane.org/gmane.comp.time.tz/2440). - additional changes from version 0.3.11 * Updated to tzdata version 2008g (http://article.gmane.org/gmane.comp.time.tz/2335). * Support Ruby 1.9.0-5. Rational.new! has now been removed in Ruby 1.9. Only use Rational.new! if it is available (it is preferable in Ruby 1.8 for performance reasons). Thanks to Jeremy Kemper and Pratik Naik for reporting this. Closes #22312. - Apply a patch from Pratik Naik to replace assert calls that have been deprecated in the Ruby svn trunk. Closes #22308. - additional changes from version 0.3.10 * Updated to tzdata version 2008f (http://article.gmane.org/gmane.comp.time.tz/2293). - additional changes from version 0.3.9 * Updated to tzdata version 2008c (http://article.gmane.org/gmane.comp.time.tz/2183). * Support loading timezone data in the latest trunk versions of Ruby 1.9. Rational.new! is now private, so call it using Rational.send :new! instead. Thanks to Jeremy Kemper and Pratik Naik for spotting this. Closes #19184. * Prevent warnings from being output when running Ruby with the -v or -w command line options. Thanks to Paul McMahon for the patch. Closes #19719. - additional changes from version 0.3.8 * Updated to tzdata version 2008b (http://article.gmane.org/gmane.comp.time.tz/2149). * Support loading timezone data in Ruby 1.9.0. Use DateTime.new! if it is available instead of DateTime.new0 when constructing transition times. DateTime.new! was added in Ruby 1.8.6. DateTime.new0 was removed in Ruby 1.9.0. Thanks to Joshua Peek for reporting this. Closes #17606. * Modify some of the equality test cases to cope with the differences between Ruby 1.8.6 and Ruby 1.9.0. - additional changes from version 0.3.7 * Updated to tzdata version 2008a (http://article.gmane.org/gmane.comp.time.tz/2071). - additional changes from version 0.3.6 * Updated to tzdata version 2007k (http://article.gmane.org/gmane.comp.time.tz/2029). * Removed deprecated RubyGems autorequire option. - additional changes from version 0.3.5 * Updated to tzdata version 2007h (http://article.gmane.org/gmane.comp.time.tz/1878). ------------------------------------------------------------------- Fri Aug 31 00:18:20 CEST 2007 - mrueckert@suse.de - update to version 0.3.4: * Updated to tzdata version 2007g (http://article.gmane.org/gmane.comp.time.tz/1810). ------------------------------------------------------------------- Tue May 22 22:41:25 CEST 2007 - mrueckert@suse.de - update to version 0.3.3: o Updated to tzdata version 2006p (http://article.gmane.org/gmane.comp.time.tz/1358) ------------------------------------------------------------------- Sun Oct 15 06:17:11 CEST 2006 - mrueckert@suse.de - update to version 0.3.2: o Updated to tzdata version 2006n (http://article.gmane.org/gmane.comp.time.tz/1288). Note that this release of tzdata removes the country Serbia and Montenegro (CS) and replaces it with separate Serbia (RS) and Montenegro (ME) entries. ------------------------------------------------------------------- Tue Aug 22 04:02:02 CEST 2006 - mrueckert@suse.de - upgrade to version 0.3.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor