Hello community, here is the log from the commit of package rubygem-tzinfo for openSUSE:Factory checked in at 2013-06-05 19:34:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-tzinfo (Old) and /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-tzinfo" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-tzinfo/rubygem-tzinfo.changes 2013-03-26 07:02:13.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new/rubygem-tzinfo.changes 2013-06-05 19:34:42.000000000 +0200 @@ -1,0 +2,26 @@ +Mon Jun 3 19:32:51 UTC 2013 - [email protected] + +- updated to version 1.0.0 + * Allow TZInfo to be used with different data sources instead of just the + built-in Ruby module data files. + * Include a data source that allows TZInfo to load data from the binary + zoneinfo files produced by zic and included with many Linux and Unix-like + distributions. + * Remove the definition and index Ruby modules from TZInfo and move them into + a separate TZInfo::Data library (available as the tzinfo-data gem). + * Default to using the TZInfo::Data library as the data source if it is + installed, otherwise use zoneinfo files instead. + * Preserve the nanoseconds of local timezone Time objects when performing + conversions (issue #29705). + * Don't add the tzinfo lib directory to the search path when requiring 'tzinfo'. + The tzinfo lib directory must now be in the search path before 'tzinfo' is + required. + * Add utc_start_time, utc_end_time, local_start_time and local_end_time instance + methods to TimezonePeriod. These return an identical value as the existing + utc_start, utc_end, local_start and local_end methods, but return Time + instances instead of DateTime. + * Make the start_transition, end_transition and offset properties of + TimezonePeriod protected. To access properties of the period, callers should + use other TimezonePeriod instance methods instead (issue #7655). + +------------------------------------------------------------------- Old: ---- tzinfo-0.3.37.gem New: ---- tzinfo-1.0.0.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-tzinfo.spec ++++++ --- /var/tmp/diff_new_pack.Uo9FvV/_old 2013-06-05 19:34:43.000000000 +0200 +++ /var/tmp/diff_new_pack.Uo9FvV/_new 2013-06-05 19:34:43.000000000 +0200 @@ -17,23 +17,24 @@ Name: rubygem-tzinfo -Version: 0.3.37 +Version: 1.0.0 Release: 0 %define mod_name tzinfo %define mod_full_name %{mod_name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ruby-macros >= 1 -BuildRequires: rubygem(rdoc) > 3.10 -Url: http://tzinfo.rubyforge.org/ -Source: %{mod_full_name}.gem -Summary: Daylight-savings aware timezone library +Requires: ruby >= 1.8.6 +BuildRequires: ruby-devel >= 1.8.6 +Url: http://tzinfo.rubyforge.org +Source: http://rubygems.org/gems/%{mod_full_name}.gem +Summary: Daylight savings aware timezone library License: MIT Group: Development/Languages/Ruby %description -TZInfo is a Ruby library that uses the standard tz (Olson) database to provide -daylight savings aware transformations between times in different time zones. +TZInfo provides daylight savings aware transformations between times in +different time zones. %package doc Summary: RDoc documentation for %{mod_name} @@ -61,9 +62,14 @@ %install %gem_install -f +mkdir -p %{buildroot}%{_docdir}/%{name} +ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGES %buildroot/%{_docdir}/%{name}/CHANGES +ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE %buildroot/%{_docdir}/%{name}/LICENSE +ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README %buildroot/%{_docdir}/%{name}/README %files %defattr(-,root,root,-) +%{_docdir}/%{name} %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/ %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
