Hello community,

here is the log from the commit of package rubygem-tzinfo for openSUSE:Factory 
checked in at 2013-10-21 13:04:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-25 15:39:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new/rubygem-tzinfo.changes       
2013-10-21 13:04:50.000000000 +0200
@@ -1,0 +2,21 @@
+Thu Oct 10 14:20:47 UTC 2013 - co...@suse.com
+
+- updated to version 1.1.0
+ * TZInfo is now thread safe. ThreadSafe::Cache is now used instead of Hash
+   to cache Timezone and Country instances returned by Timezone.get and
+   Country.get. The tzinfo gem now depends on thread_safe ~> 0.1.
+ * Added a transitions_up_to method to Timezone that returns a list of the 
times
+   where the UTC offset of the timezone changes.
+ * Added an offsets_up_to method to Timezone that returns the set of offsets
+   that have been observed in a defined timezone.
+ * Fixed a "can't modify frozen String" error when loading a Timezone from a
+   zoneinfo file using an identifier String that is both tainted and frozen.
+   Resolves #3.
+ * Support TZif3 format zoneinfo files (now produced by zic from tzcode version
+   2013e onwards).
+ * Support using YARD to generate documentation (added a .yardopts file).
+ * Ignore the +VERSION file included in the zoneinfo directory on Mac OS X.
+ * Added a note to the documentation concerning 32-bit zoneinfo files (as 
+   included with Mac OS X).
+
+-------------------------------------------------------------------

Old:
----
  tzinfo-1.0.1.gem

New:
----
  tzinfo-1.1.0.gem

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

Other differences:
------------------
++++++ rubygem-tzinfo.spec ++++++
--- /var/tmp/diff_new_pack.0TyYpu/_old  2013-10-21 13:04:51.000000000 +0200
+++ /var/tmp/diff_new_pack.0TyYpu/_new  2013-10-21 13:04:51.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           rubygem-tzinfo
-Version:        1.0.1
+Version:        1.1.0
 Release:        0
 %define mod_name tzinfo
 %define mod_full_name %{mod_name}-%{version}
@@ -26,7 +26,8 @@
 BuildRequires:  ruby-macros >= 1
 Requires:       ruby >= 1.8.6
 BuildRequires:  ruby-devel >= 1.8.6
-Url:            http://tzinfo.rubyforge.org
+BuildRequires:  rubygem(rdoc) > 3.10
+Url:            http://tzinfo.github.io
 Source:         http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:        Daylight savings aware timezone library
 License:        MIT
@@ -63,9 +64,9 @@
 %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}/CHANGES.md 
%buildroot/%{_docdir}/%{name}/CHANGES.md
 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
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %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