Hello community,
here is the log from the commit of package rubygem-tzinfo-1.2 for
openSUSE:Leap:15.2 checked in at 2020-02-29 17:14:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/rubygem-tzinfo-1.2 (Old)
and /work/SRC/openSUSE:Leap:15.2/.rubygem-tzinfo-1.2.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-tzinfo-1.2"
Sat Feb 29 17:14:53 2020 rev:1 rq:776122 version:1.2.6
Changes:
--------
New Changes file:
--- /dev/null 2019-12-19 10:12:34.003146842 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.rubygem-tzinfo-1.2.new.26092/rubygem-tzinfo-1.2.changes
2020-02-29 17:14:54.192851932 +0100
@@ -0,0 +1,382 @@
+-------------------------------------------------------------------
+Mon Jan 27 12:23:31 UTC 2020 - Manuel Schnitzer <[email protected]>
+
+- updated to version 1.2.6
+
+ * Timezone#strftime('%s', time) will now return the correct number of
seconds since the epoch. #91.
+ * Removed the unused TZInfo::RubyDataSource::REQUIRE_PATH constant.
+ * Fixed "SecurityError: Insecure operation - require" exceptions when
loading data with recent Ruby releases in safe mode.
+ * Fixed warnings when running on Ruby 2.7. #106 and #111.
+
+-------------------------------------------------------------------
+Thu Feb 15 11:18:58 UTC 2018 - [email protected]
+
+- Update to version 1.2.5
+
+ * Support recursively (deep) freezing Country and Timezone instances. #80.
+ * Allow negative daylight savings time offsets to be derived when reading
+ from zoneinfo files. The utc_offset and std_offset are now derived
+ correctly for Europe/Dublin in the 2018a and 2018b releases of the Time
+ Zone Database.
+
+-------------------------------------------------------------------
+Thu Nov 2 15:59:17 UTC 2017 - [email protected]
+
+- Updated to version 1.2.4
+ * Ignore the leapseconds file that is included in zoneinfo directories
installed with version 2017c and later of the Time Zone Database.
+
+-------------------------------------------------------------------
+Sun Mar 26 04:36:44 UTC 2017 - [email protected]
+
+- updated to version 1.2.3
+ see installed CHANGES.md
+
+ Version 1.2.3 - 25-Mar-2017
+ ---------------------------
+
+ * Reduce the number of String objects allocated when loading zoneinfo files.
+ #54.
+ * Make Timezone#friendly_identifier compatible with frozen string literals.
+ * Improve the algorithm for deriving the utc_offset from zoneinfo files. This
+ now correctly handles Pacific/Apia switching from one side of the
+ International Date Line to the other whilst observing daylight savings
time.
+ #66.
+ * Fix an UnknownTimezone exception when calling transitions_up_to or
+ offsets_up_to on a TimezoneProxy instance obtained from Timezone.get_proxy.
+ * Allow the Factory zone to be obtained from the Zoneinfo data source.
+ * Ignore the /usr/share/zoneinfo/timeconfig symlink included in Slackware
+ distributions. #64.
+ * Fix Timezone#strftime handling of %Z expansion when %Z is prefixed with
more
+ than one percent. #31.
+ * Support expansion of %z, %:z, %::z and %:::z to the UTC offset of the time
+ zone in Timezone#strftime. #31 and #67.
+
+-------------------------------------------------------------------
+Wed Oct 15 13:24:23 UTC 2014 - [email protected]
+
+- put the requires actually in the gem_packages
+
+-------------------------------------------------------------------
+Sun Oct 12 16:43:41 UTC 2014 - [email protected]
+
+- port MANUAL to gem2rpm.yml
+
+-------------------------------------------------------------------
+Sun Oct 12 16:41:42 UTC 2014 - [email protected]
+
+- updated to version 1.2.2
+ * Fix an error with duplicates being returned by Timezone#all_country_zones
+ and Timezone#all_country_zone_identifiers when used with tzinfo-data
+ v1.2014.6 or later.
+ * Use the zone1970.tab file for country timezone data if it is found in the
+ zoneinfo directory (and fallback to zone.tab if not). zone1970.tab was added
+ in tzdata 2014f. zone.tab is now deprecated.
+
+
+ Version 1.2.1 - 1-Jun-2014
+ --------------------------
+
+ * Support zoneinfo files generated with zic version 2014c and later.
+ * On platforms that only support positive 32-bit timestamps, ensure that
+ conversions are accurate from the epoch instead of just from the first
+ transition after the epoch.
+ * Minor documentation improvements.
+
+
+ Version 1.2.0 - 26-May-2014
+ ---------------------------
+
+ * Raise the minimum supported Ruby version to 1.8.7.
+ * Support loading system zoneinfo data on FreeBSD, OpenBSD and Solaris.
+ Resolves #15.
+ * Add canonical_identifier and canonical_zone methods to Timezone. Resolves
#16.
+ * Add a link to a DataSourceNotFound help page in the
TZInfo::DataSourceNotFound
+ exception message.
+ * Load iso3166.tab and zone.tab files as UTF-8.
+ * Fix Timezone#local_to_utc returning local Time instances on systems using
UTC
+ as the local time zone. Resolves #13.
+ * Fix == methods raising an exception when passed an instance of a different
+ class by making <=> return nil if passed a non-comparable argument.
+ * Eliminate "require 'rational'" warnings. Resolves #10.
+ * Eliminate "assigned but unused variable - info" warnings. Resolves #11.
+ * Switch to minitest v5 for unit tests. Resolves #18.
+
+-------------------------------------------------------------------
+Mon May 19 11:03:03 UTC 2014 - [email protected]
+
+- require timezone
+
+-------------------------------------------------------------------
+Thu Oct 10 14:20:47 UTC 2013 - [email protected]
+
+- 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).
+
+-------------------------------------------------------------------
+Sat Jul 20 11:15:02 UTC 2013 - [email protected]
+
+- updated to version 1.0.1
+ * Fix a test case failure when tests are run from a directory that contains a
+ dot in the path (issue #29751).
+
+-------------------------------------------------------------------
+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).
+
+-------------------------------------------------------------------
+Mon Mar 18 06:13:01 UTC 2013 - [email protected]
+
+- updated to version 0.3.37
+ * Updated to tzdata version 2013b
+ (http://mm.icann.org/pipermail/tz-announce/2013-March/000010.html).
+
+-------------------------------------------------------------------
+Sun Mar 3 19:27:24 UTC 2013 - [email protected]
+
+- updated to version 0.3.36
+ * Updated to tzdata version 2013a
+ (http://mm.icann.org/pipermail/tz-announce/2013-March/000009.html).
+ * Fix TimezoneTransitionInfo#eql? incorrectly returning false when running on
+ Ruby 2.0.
+ * Change eql? and == implementations to test the class of the passed in object
+ instead of checking individual properties with 'respond_to?'.
+
+-------------------------------------------------------------------
+Mon Nov 5 05:34:43 UTC 2012 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- use new gem2rpm to provide new version of provisions
++++ 185 more lines (skipped)
++++ between /dev/null
++++ and
/work/SRC/openSUSE:Leap:15.2/.rubygem-tzinfo-1.2.new.26092/rubygem-tzinfo-1.2.changes
New:
----
gem2rpm.yml
rubygem-tzinfo-1.2.changes
rubygem-tzinfo-1.2.spec
tzinfo-1.2.6.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-tzinfo-1.2.spec ++++++
#
# spec file for package rubygem-tzinfo-1.2
#
# Copyright (c) 2020 SUSE LINUX 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/
#
#
# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
# All sections marked as MANUAL, license headers, summaries and descriptions
# can be maintained in that file. Please consult this file before editing any
# of those fields
#
Name: rubygem-tzinfo-1.2
Version: 1.2.6
Release: 0
%define mod_name tzinfo
%define mod_full_name %{mod_name}-%{version}
%define mod_version_suffix -1.2
# MANUAL
%if 0%{?suse_version} && 0%{?suse_version} < 1330
%define rb_build_versions ruby23 ruby24 ruby25
%define rb_build_ruby_abi ruby:2.3.0 ruby:2.4.0 ruby:2.5.0
%endif
# /MANUAL
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ruby-macros >= 5
BuildRequires: %{ruby >= 1.8.7}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: %{rubygem rdoc > 3.10}
Url: http://tzinfo.github.io
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: Daylight savings aware timezone library
License: MIT
Group: Development/Languages/Ruby
%description
TZInfo provides daylight savings aware transformations between times in
different time zones.
%prep
%build
%install
%gem_install \
--doc-files="CHANGES.md LICENSE README.md" \
-f
%gem_packages
%changelog
++++++ gem2rpm.yml ++++++
---
:version_suffix: '-1.2'
:main:
:preamble: |-
Requires: timezone
:preamble: |-
%if 0%{?suse_version} && 0%{?suse_version} < 1330
%define rb_build_versions ruby23 ruby24 ruby25
%define rb_build_ruby_abi ruby:2.3.0 ruby:2.4.0 ruby:2.5.0
%endif