commit rubygem-tzinfo for openSUSE:Factory

2020-05-11 Thread root


binKbwqw2XVjc.bin
Description: Binary data


commit rubygem-tzinfo for openSUSE:Factory

2020-03-07 Thread root


binr4mT6N_8HI.bin
Description: Binary data


commit rubygem-tzinfo for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package rubygem-tzinfo for openSUSE:Factory 
checked in at 2019-01-21 10:54:19

Comparing /work/SRC/openSUSE:Factory/rubygem-tzinfo (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new.28833 (New)


Package is "rubygem-tzinfo"

Mon Jan 21 10:54:19 2019 rev:21 rq:666102 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tzinfo/rubygem-tzinfo.changes
2018-02-16 21:43:42.837161475 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new.28833/rubygem-tzinfo.changes 
2019-01-21 10:54:42.647702862 +0100
@@ -1,0 +2,6 @@
+Mon Jan 14 14:01:03 UTC 2019 - Stephan Kulow 
+
+- updated to version 2.0.0
+ see installed CHANGES.md
+
+---

Old:

  tzinfo-1.2.5.gem

New:

  tzinfo-2.0.0.gem



Other differences:
--
++ rubygem-tzinfo.spec ++
--- /var/tmp/diff_new_pack.yaCfX1/_old  2019-01-21 10:54:43.983701252 +0100
+++ /var/tmp/diff_new_pack.yaCfX1/_new  2019-01-21 10:54:43.983701252 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-tzinfo
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,25 +24,25 @@
 #
 
 Name:   rubygem-tzinfo
-Version:1.2.5
+Version:2.0.0
 Release:0
 %define mod_name tzinfo
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 1.8.7}
+BuildRequires:  %{ruby >= 1.9.3}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5
-Url:http://tzinfo.github.io
+Url:https://tzinfo.github.io
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
-Summary:Daylight savings aware timezone library
+Summary:Time Zone Library
 License:MIT
 Group:  Development/Languages/Ruby
 
 %description
-TZInfo provides daylight savings aware transformations between times in
-different time zones.
+TZInfo provides access to time zone data and allows times to be converted
+using time zone rules.
 
 %prep
 

++ tzinfo-1.2.5.gem -> tzinfo-2.0.0.gem ++
 25858 lines of diff (skipped)




commit rubygem-tzinfo for openSUSE:Factory

2018-02-16 Thread root
Hello community,

here is the log from the commit of package rubygem-tzinfo for openSUSE:Factory 
checked in at 2018-02-16 21:43:43

Comparing /work/SRC/openSUSE:Factory/rubygem-tzinfo (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new (New)


Package is "rubygem-tzinfo"

Fri Feb 16 21:43:43 2018 rev:20 rq:577000 version:1.2.5

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tzinfo/rubygem-tzinfo.changes
2017-11-03 16:30:20.968201475 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new/rubygem-tzinfo.changes   
2018-02-16 21:43:42.837161475 +0100
@@ -1,0 +2,11 @@
+Thu Feb 15 11:18:58 UTC 2018 - bgeu...@suse.com
+
+- 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. 
+
+---

Old:

  tzinfo-1.2.4.gem

New:

  tzinfo-1.2.5.gem



Other differences:
--
++ rubygem-tzinfo.spec ++
--- /var/tmp/diff_new_pack.WvbkDH/_old  2018-02-16 21:43:43.417140557 +0100
+++ /var/tmp/diff_new_pack.WvbkDH/_new  2018-02-16 21:43:43.421140414 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-tzinfo
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-tzinfo
-Version:1.2.4
+Version:1.2.5
 Release:0
 %define mod_name tzinfo
 %define mod_full_name %{mod_name}-%{version}

++ tzinfo-1.2.4.gem -> tzinfo-1.2.5.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGES.md new/CHANGES.md
--- old/CHANGES.md  2017-10-26 23:42:30.0 +0200
+++ new/CHANGES.md  2018-02-04 20:53:59.0 +0100
@@ -1,3 +1,12 @@
+Version 1.2.5 - 4-Feb-2018
+--
+
+* 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.
+
+
 Version 1.2.4 - 26-Oct-2017
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/LICENSE new/LICENSE
--- old/LICENSE 2017-10-26 23:42:30.0 +0200
+++ new/LICENSE 2018-02-04 20:53:59.0 +0100
@@ -1,4 +1,4 @@
-Copyright (c) 2005-2017 Philip Ross
+Copyright (c) 2005-2018 Philip Ross
 
 Permission is hereby granted, free of charge, to any person obtaining a copy 
of 
 this software and associated documentation files (the "Software"), to deal in 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Binary files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Binary files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/tzinfo/country_timezone.rb 
new/lib/tzinfo/country_timezone.rb
--- old/lib/tzinfo/country_timezone.rb  2017-10-26 23:42:30.0 +0200
+++ new/lib/tzinfo/country_timezone.rb  2018-02-04 20:53:59.0 +0100
@@ -79,7 +79,13 @@
   # calculated multiple times in concurrently executing threads. It is not 
   # worth the overhead of locking to ensure that @latitude is only 
   # calculated once.
-  @latitude ||= RubyCoreSupport.rational_new!(@latitude_numerator, 
@latitude_denominator)
+  unless @latitude
+ result = RubyCoreSupport.rational_new!(@latitude_numerator, 
@latitude_denominator)
+ return result if frozen?
+ @latitude = result
+  end
+
+  @latitude
 end
 
 # The longitude of this timezone in degrees as a Rational.
@@ -88,7 +94,13 @@
   # calculated multiple times in concurrently executing threads. It is not 
   # worth the overhead of locking to ensure that @longitude is only 
   # calculated once.
-  @longitude ||= RubyCoreSupport.rational_new!(@longitude_numerator, 
@longitude_denominator)
+  unless @longitude
+result = RubyCoreSupport.rational_new!(@longitude_numerator, 
@longitude_denominator)
+return result if frozen?
+@longitude = result
+  end
+
+  @longitude
 end
 
 # Returns true if and only if the give

commit rubygem-tzinfo for openSUSE:Factory

2017-11-03 Thread root
Hello community,

here is the log from the commit of package rubygem-tzinfo for openSUSE:Factory 
checked in at 2017-11-03 16:28:29

Comparing /work/SRC/openSUSE:Factory/rubygem-tzinfo (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new (New)


Package is "rubygem-tzinfo"

Fri Nov  3 16:28:29 2017 rev:19 rq:538474 version:1.2.4

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tzinfo/rubygem-tzinfo.changes
2017-04-11 09:33:19.889363911 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new/rubygem-tzinfo.changes   
2017-11-03 16:30:20.968201475 +0100
@@ -1,0 +2,6 @@
+Thu Nov  2 15:59:17 UTC 2017 - dk...@suse.com
+
+- 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.
+
+---

Old:

  tzinfo-1.2.3.gem

New:

  tzinfo-1.2.4.gem



Other differences:
--
++ rubygem-tzinfo.spec ++
--- /var/tmp/diff_new_pack.91dWmo/_old  2017-11-03 16:30:22.008163623 +0100
+++ /var/tmp/diff_new_pack.91dWmo/_new  2017-11-03 16:30:22.012163478 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-tzinfo
-Version:1.2.3
+Version:1.2.4
 Release:0
 %define mod_name tzinfo
 %define mod_full_name %{mod_name}-%{version}
@@ -34,7 +34,7 @@
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5
 Url:http://tzinfo.github.io
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:Daylight savings aware timezone library
 License:MIT

++ tzinfo-1.2.3.gem -> tzinfo-1.2.4.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGES.md new/CHANGES.md
--- old/CHANGES.md  2017-03-25 19:37:26.0 +0100
+++ new/CHANGES.md  2017-10-26 23:42:30.0 +0200
@@ -1,3 +1,10 @@
+Version 1.2.4 - 26-Oct-2017
+---
+
+* Ignore the leapseconds file that is included in zoneinfo directories 
installed
+  with version 2017c and later of the Time Zone Database.
+
+
 Version 1.2.3 - 25-Mar-2017
 ---
 
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Binary files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Binary files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/tzinfo/zoneinfo_data_source.rb 
new/lib/tzinfo/zoneinfo_data_source.rb
--- old/lib/tzinfo/zoneinfo_data_source.rb  2017-03-25 19:37:26.0 
+0100
+++ new/lib/tzinfo/zoneinfo_data_source.rb  2017-10-26 23:42:30.0 
+0200
@@ -346,12 +346,13 @@
   
   # Ignoring particular files:
   # +VERSION is included on Mac OS X.
-  # localtime current local timezone (may be a link).
+  # leapseconds is a list of leap seconds.
+# localtime is the current local timezone (may be a link).
   # posix, posixrules and right are directories containing other versions 
of the zoneinfo files.
   # src is a directory containing the tzdata source included on Solaris.
   # timeconfig is a symlink included on Slackware.
   
-  enum_timezones(nil, ['+VERSION', 'localtime', 'posix', 'posixrules', 
'right', 'src', 'timeconfig']) do |identifier|
+  enum_timezones(nil, ['+VERSION', 'leapseconds', 'localtime', 'posix', 
'posixrules', 'right', 'src', 'timeconfig']) do |identifier|
 index << identifier
   end
   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2017-03-25 19:37:26.0 +0100
+++ new/metadata2017-10-26 23:42:30.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: tzinfo
 version: !ruby/object:Gem::Version
-  version: 1.2.3
+  version: 1.2.4
 platform: ruby
 authors:
 - Philip Ross
@@ -12,7 +12,7 @@
   -BEGIN CERTIFICATE-
   MIIDdDCCAlygAwIBAgIBATANBgkqhkiG9w0BAQUFADBAMRIwEAYDVQQDDAlwaGls
   LnJvc3MxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkWA2Nv
-  bTAeFw0xNjEwMjAxOTMyMDZaFw0xNzEwMjAxOTMyMDZaMEAxEjAQBgNVBAMMCXBo
+  bTAeFw0xNzEwMjMxOTQ2MDJaFw0xODEwMjMxOTQ2MDJaMEAxEjAQBgNVBAMMCXBo
   aWwucm9zczEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPyLGQBGRYD
   Y29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkZzB+qfhmyY+XRvU
   u310LMTGsTkR4/8JFCMF0YeQX6ZKmLr1fKzF3At1+DlI+v0t/G2FS6Dic0V3l8MK
@@ -23,14 +23,14 @@
   TcNLCQIDAQABo3kwdzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQU
   D5nzO9/MG4B6ygch/Pv6PF9Q5x8wHgYDVR0RBBcwFYETcGhpbC5yb

commit rubygem-tzinfo for openSUSE:Factory

2017-04-11 Thread root
Hello community,

here is the log from the commit of package rubygem-tzinfo for openSUSE:Factory 
checked in at 2017-04-11 09:33:14

Comparing /work/SRC/openSUSE:Factory/rubygem-tzinfo (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new (New)


Package is "rubygem-tzinfo"

Tue Apr 11 09:33:14 2017 rev:18 rq:482693 version:1.2.3

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tzinfo/rubygem-tzinfo.changes
2014-10-18 09:10:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new/rubygem-tzinfo.changes   
2017-04-11 09:33:19.889363911 +0200
@@ -1,0 +2,26 @@
+Sun Mar 26 04:36:44 UTC 2017 - co...@suse.com
+
+- 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.
+
+---

Old:

  tzinfo-1.2.2.gem

New:

  tzinfo-1.2.3.gem



Other differences:
--
++ rubygem-tzinfo.spec ++
--- /var/tmp/diff_new_pack.Ul8goM/_old  2017-04-11 09:33:20.833230578 +0200
+++ /var/tmp/diff_new_pack.Ul8goM/_new  2017-04-11 09:33:20.833230578 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-tzinfo
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,8 +16,15 @@
 #
 
 
+#
+# 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
-Version:1.2.2
+Version:1.2.3
 Release:0
 %define mod_name tzinfo
 %define mod_full_name %{mod_name}-%{version}

++ tzinfo-1.2.2.gem -> tzinfo-1.2.3.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGES.md new/CHANGES.md
--- old/CHANGES.md  2014-08-08 19:46:45.0 +0200
+++ new/CHANGES.md  2017-03-25 19:37:26.0 +0100
@@ -1,3 +1,24 @@
+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.
+
+
 Version 1.2.2 - 8-Aug-2014
 --
 
@@ -92,6 +113,106 @@
   use other TimezonePeriod instance methods instead (issue #7655).
 
 
+Version 0.3.53 (tzdata v2017b) - 23-Mar-2017
+
+
+* Updated to tzdata version 2017b
+  (https://mm.icann.org/pipermail/tz-announce/2017-March/46.html).
+
+
+Version 0.3.52 (tzdata v2016h) - 28-Oct-2016
+
+
+* Updated to tzdata version 2016h
+  (https://mm.icann.org/pipermail/tz-announce/2016-October/42.html).

commit rubygem-tzinfo for openSUSE:Factory

2014-10-18 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tzinfo for openSUSE:Factory 
checked in at 2014-10-18 09:09:36

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
2014-10-14 07:12:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new/rubygem-tzinfo.changes   
2014-10-18 09:10:14.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 15 13:24:23 UTC 2014 - co...@suse.com
+
+- put the requires actually in the gem_packages
+
+---



Other differences:
--
++ rubygem-tzinfo.spec ++
--- /var/tmp/diff_new_pack.odYc0h/_old  2014-10-18 09:10:15.0 +0200
+++ /var/tmp/diff_new_pack.odYc0h/_new  2014-10-18 09:10:15.0 +0200
@@ -21,9 +21,6 @@
 Release:0
 %define mod_name tzinfo
 %define mod_full_name %{mod_name}-%{version}
-# MANUAL
-Requires:   timezone
-# /MANUAL
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{ruby >= 1.8.7}
 BuildRequires:  %{rubygem gem2rpm}

++ gem2rpm.yml ++
--- /var/tmp/diff_new_pack.odYc0h/_old  2014-10-18 09:10:15.0 +0200
+++ /var/tmp/diff_new_pack.odYc0h/_new  2014-10-18 09:10:15.0 +0200
@@ -15,9 +15,6 @@
 # ## used by gem2rpm
 # :disable_automatic_rdoc_dep: true
 # ## used by gem2rpm
-:preamble: |-
-  Requires: timezone
-# ## used by gem2rpm
 # :patches:
 #   foo.patch: -p1
 #   bar.patch: 
@@ -46,12 +43,9 @@
 #   :post: |-
 # /bin/echo foo
 # ## used by gem_packages
-# :main:
-#   :preamble: |-
-# Requires: util-linux
-# Recommends: pwgen
-#   :filelist: |-
-# /usr/bin/gem2rpm-opensuse
+:main:
+  :preamble: |-
+Requires: timezone
 # ## used by gem_packages
 # :custom:
 #   apache:

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-tzinfo for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tzinfo for openSUSE:Factory 
checked in at 2014-10-14 07:11:35

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
2014-05-22 06:58:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new/rubygem-tzinfo.changes   
2014-10-14 07:12:19.0 +0200
@@ -1,0 +2,45 @@
+Sun Oct 12 16:43:41 UTC 2014 - co...@suse.com
+
+- port MANUAL to gem2rpm.yml
+
+---
+Sun Oct 12 16:41:42 UTC 2014 - co...@suse.com
+
+- 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.
+
+---

Old:

  tzinfo-1.1.0.gem

New:

  gem2rpm.yml
  tzinfo-1.2.2.gem



Other differences:
--
++ rubygem-tzinfo.spec ++
--- /var/tmp/diff_new_pack.3QezYN/_old  2014-10-14 07:12:20.0 +0200
+++ /var/tmp/diff_new_pack.3QezYN/_new  2014-10-14 07:12:20.0 +0200
@@ -17,73 +17,38 @@
 
 
 Name:   rubygem-tzinfo
-Version:1.1.0
+Version:1.2.2
 Release:0
 %define mod_name tzinfo
 %define mod_full_name %{mod_name}-%{version}
-
+# MANUAL
+Requires:   timezone
+# /MANUAL
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 1
-Requires:   ruby >= 1.8.6
-BuildRequires:  ruby-devel >= 1.8.6
-BuildRequires:  rubygem(rdoc) > 3.10
+BuildRequires:  %{ruby >= 1.8.7}
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc > 3.10}
+BuildRequires:  ruby-macros >= 5
 Url:http://tzinfo.github.io
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:Daylight savings aware timezone library
 License:MIT
 Group:  Development/Languages/Ruby
-# MANUAL
-Requires:   timezone
 
 %description
 TZInfo provides daylight savings aware transformations between times in
 different time zones.
 
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-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.md 
%buildroot

commit rubygem-tzinfo for openSUSE:Factory

2014-05-21 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tzinfo for openSUSE:Factory 
checked in at 2014-05-22 06:58:05

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-10-21 13:04:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new/rubygem-tzinfo.changes   
2014-05-22 06:58:06.0 +0200
@@ -1,0 +2,5 @@
+Mon May 19 11:03:03 UTC 2014 - co...@suse.com
+
+- require timezone
+
+---



Other differences:
--
++ rubygem-tzinfo.spec ++
--- /var/tmp/diff_new_pack.2ipivV/_old  2014-05-22 06:58:07.0 +0200
+++ /var/tmp/diff_new_pack.2ipivV/_new  2014-05-22 06:58:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-tzinfo
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,6 +32,8 @@
 Summary:Daylight savings aware timezone library
 License:MIT
 Group:  Development/Languages/Ruby
+# MANUAL
+Requires:   timezone
 
 %description
 TZInfo provides daylight savings aware transformations between times in


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-tzinfo for openSUSE:Factory

2013-10-21 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new/rubygem-tzinfo.changes   
2013-10-21 13:04:50.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.0TyYpu/_new  2013-10-21 13:04:51.0 +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



commit rubygem-tzinfo for openSUSE:Factory

2013-07-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tzinfo for openSUSE:Factory 
checked in at 2013-07-25 15:39:00

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-06-05 19:34:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new/rubygem-tzinfo.changes   
2013-07-25 15:39:01.0 +0200
@@ -1,0 +2,7 @@
+Sat Jul 20 11:15:02 UTC 2013 - co...@suse.com
+
+- 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).
+
+---

Old:

  tzinfo-1.0.0.gem

New:

  tzinfo-1.0.1.gem



Other differences:
--
++ rubygem-tzinfo.spec ++
--- /var/tmp/diff_new_pack.3wmmEz/_old  2013-07-25 15:39:02.0 +0200
+++ /var/tmp/diff_new_pack.3wmmEz/_new  2013-07-25 15:39:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-tzinfo
-Version:1.0.0
+Version:1.0.1
 Release:0
 %define mod_name tzinfo
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-tzinfo for openSUSE:Factory

2013-06-05 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new/rubygem-tzinfo.changes   
2013-06-05 19:34:42.0 +0200
@@ -1,0 +2,26 @@
+Mon Jun  3 19:32:51 UTC 2013 - co...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.Uo9FvV/_new  2013-06-05 19:34:43.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-tzinfo for openSUSE:Factory

2013-03-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tzinfo for openSUSE:Factory 
checked in at 2013-03-26 07:02:12

Comparing /work/SRC/openSUSE:Factory/rubygem-tzinfo (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new (New)


Package is "rubygem-tzinfo", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tzinfo/rubygem-tzinfo.changes
2013-03-11 10:48:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new/rubygem-tzinfo.changes   
2013-03-26 07:02:13.0 +0100
@@ -1,0 +2,7 @@
+Mon Mar 18 06:13:01 UTC 2013 - co...@suse.com
+
+- updated to version 0.3.37
+ * Updated to tzdata version 2013b
+  (http://mm.icann.org/pipermail/tz-announce/2013-March/10.html).
+
+---

Old:

  tzinfo-0.3.36.gem

New:

  tzinfo-0.3.37.gem



Other differences:
--
++ rubygem-tzinfo.spec ++
--- /var/tmp/diff_new_pack.EYKj5j/_old  2013-03-26 07:02:14.0 +0100
+++ /var/tmp/diff_new_pack.EYKj5j/_new  2013-03-26 07:02:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-tzinfo
-Version:0.3.36
+Version:0.3.37
 Release:0
 %define mod_name tzinfo
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-tzinfo for openSUSE:Factory

2013-03-11 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tzinfo for openSUSE:Factory 
checked in at 2013-03-11 10:48:04

Comparing /work/SRC/openSUSE:Factory/rubygem-tzinfo (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new (New)


Package is "rubygem-tzinfo", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tzinfo/rubygem-tzinfo.changes
2012-11-12 12:40:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new/rubygem-tzinfo.changes   
2013-03-11 10:48:06.0 +0100
@@ -1,0 +2,11 @@
+Sun Mar  3 19:27:24 UTC 2013 - co...@suse.com
+
+- updated to version 0.3.36
+ * Updated to tzdata version 2013a
+   (http://mm.icann.org/pipermail/tz-announce/2013-March/09.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?'.
+
+---

Old:

  tzinfo-0.3.35.gem

New:

  tzinfo-0.3.36.gem



Other differences:
--
++ rubygem-tzinfo.spec ++
--- /var/tmp/diff_new_pack.MslOk5/_old  2013-03-11 10:48:07.0 +0100
+++ /var/tmp/diff_new_pack.MslOk5/_new  2013-03-11 10:48:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-tzinfo
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-tzinfo
-Version:0.3.35
+Version:0.3.36
 Release:0
 %define mod_name tzinfo
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-tzinfo for openSUSE:Factory

2012-11-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tzinfo for openSUSE:Factory 
checked in at 2012-11-12 12:40:33

Comparing /work/SRC/openSUSE:Factory/rubygem-tzinfo (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new (New)


Package is "rubygem-tzinfo", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tzinfo/rubygem-tzinfo.changes
2012-11-05 06:33:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new/rubygem-tzinfo.changes   
2012-11-12 12:40:35.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov  5 05:34:43 UTC 2012 - co...@suse.com
+
+- updated to version 0.3.35
+  (http://mm.icann.org/pipermail/tz-announce/2012-November/07.html).
+
+---

Old:

  tzinfo-0.3.34.gem

New:

  tzinfo-0.3.35.gem



Other differences:
--
++ rubygem-tzinfo.spec ++
--- /var/tmp/diff_new_pack.tFi7Ky/_old  2012-11-12 12:40:37.0 +0100
+++ /var/tmp/diff_new_pack.tFi7Ky/_new  2012-11-12 12:40:37.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-tzinfo
-Version:0.3.34
+Version:0.3.35
 Release:0
 %define mod_name tzinfo
 %define mod_full_name %{mod_name}-%{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-tzinfo for openSUSE:Factory

2012-11-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tzinfo for openSUSE:Factory 
checked in at 2012-11-05 06:33:29

Comparing /work/SRC/openSUSE:Factory/rubygem-tzinfo (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new (New)


Package is "rubygem-tzinfo", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tzinfo/rubygem-tzinfo.changes
2012-08-05 00:07:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new/rubygem-tzinfo.changes   
2012-11-05 06:33:31.0 +0100
@@ -1,0 +2,7 @@
+Sun Oct 28 05:54:00 UTC 2012 - co...@suse.com
+
+- updated to version 0.3.34
+  * Updated to tzdata version 2012h
+(http://mm.icann.org/pipermail/tz-announce/2012-October/06.html).
+
+---

Old:

  tzinfo-0.3.33.gem

New:

  tzinfo-0.3.34.gem



Other differences:
--
++ rubygem-tzinfo.spec ++
--- /var/tmp/diff_new_pack.J9Wj2i/_old  2012-11-05 06:33:32.0 +0100
+++ /var/tmp/diff_new_pack.J9Wj2i/_new  2012-11-05 06:33:32.0 +0100
@@ -17,13 +17,14 @@
 
 
 Name:   rubygem-tzinfo
-Version:0.3.33
+Version:0.3.34
 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

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-tzinfo for openSUSE:Factory

2012-08-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tzinfo for openSUSE:Factory 
checked in at 2012-08-04 22:24:31

Comparing /work/SRC/openSUSE:Factory/rubygem-tzinfo (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new (New)


Package is "rubygem-tzinfo", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tzinfo/rubygem-tzinfo.changes
2012-04-17 22:02:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new/rubygem-tzinfo.changes   
2012-08-05 00:07:35.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 31 11:58:32 UTC 2012 - jreidin...@suse.com
+
+- use new gem2rpm to provide new version of provisions 
+
+---



Other differences:
--
++ rubygem-tzinfo.spec ++
--- /var/tmp/diff_new_pack.VyMM6C/_old  2012-08-05 00:07:47.0 +0200
+++ /var/tmp/diff_new_pack.VyMM6C/_new  2012-08-05 00:07:47.0 +0200
@@ -21,24 +21,18 @@
 Release:0
 %define mod_name tzinfo
 %define mod_full_name %{mod_name}-%{version}
-#
-#
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-# so far we only have ~> 0.3.x. so lets stay with the provides now
-# but require it by this name
-Provides:   rubygem-%{mod_name}-0_3 = %{version}-%{release}
-#
+BuildRequires:  ruby-macros >= 1
 Url:http://tzinfo.rubyforge.org/
 Source: %{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 is a Ruby library that uses the standard tz (Olson) database to provide
+daylight savings aware transformations between times in different time zones.
 
 %package doc
 Summary:RDoc documentation for %{mod_name}
@@ -58,12 +52,14 @@
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
-%install
-%gem_install %{S:0}
 
-%clean
-%{__rm} -rf %{buildroot}
+%install
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-tzinfo for openSUSE:Factory

2012-04-17 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tzinfo for openSUSE:Factory 
checked in at 2012-04-17 22:02:35

Comparing /work/SRC/openSUSE:Factory/rubygem-tzinfo (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new (New)


Package is "rubygem-tzinfo", Maintainer is "mrueck...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tzinfo/rubygem-tzinfo.changes
2012-04-12 09:51:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tzinfo.new/rubygem-tzinfo.changes   
2012-04-17 22:02:43.0 +0200
@@ -1,0 +2,14 @@
+Sun Apr  8 18:53:39 UTC 2012 - co...@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 - co...@suse.com
+
+- update to 0.3.32
+  * Updated to tzdata version 2012b
+   (http://article.gmane.org/gmane.comp.time.tz/4756).
+
+---

Old:

  tzinfo-0.3.30.gem

New:

  tzinfo-0.3.33.gem



Other differences:
--
++ rubygem-tzinfo.spec ++
--- /var/tmp/diff_new_pack.NoEVk2/_old  2012-04-17 22:02:44.0 +0200
+++ /var/tmp/diff_new_pack.NoEVk2/_new  2012-04-17 22:02:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-tzinfo
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
+
 Name:   rubygem-tzinfo
-Version:0.3.30
+Version:0.3.33
 Release:0
 %define mod_name tzinfo
 %define mod_full_name %{mod_name}-%{version}
 #
-Group:  Development/Languages/Ruby
-License:MIT
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
@@ -36,6 +34,9 @@
 Source: %{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.
 
@@ -43,6 +44,7 @@
 Summary:RDoc documentation for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description doc
 Documentation generated at gem installation time.
 Usually in RDoc and RI formats.
@@ -51,6 +53,7 @@
 Summary:Test suite for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description testsuite
 Test::Unit or RSpec files, useful for developers.
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org