[rubygem-tzinfo] Update to 1.1.0

Josef Stribny jstribny at fedoraproject.org
Thu Apr 17 10:05:21 UTC 2014


commit 37a418141be208b42169d160e678587f206e770c
Author: Josef Stribny <jstribny at redhat.com>
Date:   Thu Apr 17 10:21:23 2014 +0200

    Update to 1.1.0

 .gitignore                                         |    1 +
 ...nfo-0.3.35-Fix-TimezoneTransitionInfo-eql.patch |  132 --------------------
 rubygem-tzinfo.spec                                |   22 ++--
 sources                                            |    2 +-
 4 files changed, 15 insertions(+), 142 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e293088..12ce6be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ clog
 /tzinfo-0.3.35.gem
 /rubygem-tzinfo-0.3.37-1.fc20.src.rpm
 /tzinfo-0.3.37.gem
+/tzinfo-1.1.0.gem
diff --git a/rubygem-tzinfo.spec b/rubygem-tzinfo.spec
index 5eb9570..9190dc9 100644
--- a/rubygem-tzinfo.spec
+++ b/rubygem-tzinfo.spec
@@ -5,19 +5,21 @@
 
 Summary: Daylight-savings aware timezone library
 Name: rubygem-%{gem_name}
-Version: 0.3.37
-Release: 2%{?dist}
+Version: 1.1.0
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
-URL: http://tzinfo.rubyforge.org/
+URL: http://tzinfo.github.io/
 Source0: %{download_path}%{gem_name}-%{version}.gem
 Requires: ruby(release)
 Requires: ruby(rubygems)
+Requires: rubygem(thread_safe)
 Requires: ruby
 BuildRequires: rubygems-devel
 BuildRequires: ruby(release)
+BuildRequires: rubygem(thread_safe)
 BuildRequires: ruby
-BuildRequires: rubygem(minitest)
+BuildRequires: rubygem(minitest) < 5
 BuildArch: noarch
 Provides: rubygem(%{gem_name}) = %{version}
 
@@ -47,9 +49,6 @@ cp -a .%{gem_dir}/* \
 
 %check
 pushd .%{gem_instdir}
-# This was disabled for 1.9, so disable it for 2.0 as well. It appears to be
-# fixed by r346 upstream, but the patch is too invasive.
-sed -i "151,161 s/^/#/" test/tc_timezone.rb
 testrb test/ts_all.rb
 popd
 
@@ -58,16 +57,21 @@ popd
 %doc %{gem_instdir}/LICENSE
 %{gem_libdir}
 %exclude %{gem_cache}
+%exclude %{gem_instdir}/.yardopts
 %{gem_spec}
 
 %files doc
-%doc %{gem_instdir}/CHANGES
-%doc %{gem_instdir}/README
+%doc %{gem_instdir}/CHANGES.md
+%doc %{gem_instdir}/README.md
 %{gem_instdir}/Rakefile
 %{gem_instdir}/test
+%{gem_instdir}/%{gem_name}.gemspec
 %{gem_docdir}
 
 %changelog
+* Thu Apr 10 2014 Josef Stribny <jstribny at redhat.com> - 1.1.0-1
+- Update to tzinfo 1.1.0
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.37-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 85d9fe1..1505398 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-81884148d7dc644f484fdca1bcb86d69  tzinfo-0.3.37.gem
+e8ffb241f10a81eaa5e2f7c846d65238  tzinfo-1.1.0.gem


More information about the scm-commits mailing list