Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package timezone for openSUSE:Factory 
checked in at 2021-10-08 22:04:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/timezone (Old)
 and      /work/SRC/openSUSE:Factory/.timezone.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "timezone"

Fri Oct  8 22:04:36 2021 rev:135 rq:922959 version:2021c

Changes:
--------
--- /work/SRC/openSUSE:Factory/timezone/timezone-java.changes   2021-07-17 
23:36:20.266108928 +0200
+++ /work/SRC/openSUSE:Factory/.timezone.new.2443/timezone-java.changes 
2021-10-08 22:04:39.776522093 +0200
@@ -1,0 +2,25 @@
+Sat Oct  2 16:46:50 UTC 2021 - Andreas Stieger <[email protected]>
+
+- timezone update 2021c:
+  * Revert almost all of 2021b's changes to the 'backward' file
+  * Fix a bug in 'zic -b fat' that caused old timestamps to be
+    mishandled in 32-bit-only readers
+
+-------------------------------------------------------------------
+Mon Sep 27 11:44:51 UTC 2021 - Paolo Stivanin <[email protected]>
+
+- timezone update 2021b:
+  * Jordan now starts DST on February's last Thursday.
+  * Samoa no longer observes DST.
+  * Move some backward-compatibility links to 'backward'.
+  * Rename Pacific/Enderbury to Pacific/Kanton.
+  * Correct many pre-1993 transitions in Malawi, Portugal, etc.
+  * zic now creates each output file or link atomically.
+  * zic -L no longer omits the POSIX TZ string in its output.
+  * zic fixes for truncation and leap second table expiration.
+  * zic now follows POSIX for TZ strings using all-year DST.
+  * Fix some localtime crashes and bugs in obscure cases.
+  * zdump -v now outputs more-useful boundary cases.
+  * tzfile.5 better matches a draft successor to RFC 8536.
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/timezone/timezone.changes        2021-07-17 
23:36:20.310108589 +0200
+++ /work/SRC/openSUSE:Factory/.timezone.new.2443/timezone.changes      
2021-10-08 22:04:39.816522159 +0200
@@ -1,0 +2,25 @@
+Sat Oct  2 16:46:50 UTC 2021 - Andreas Stieger <[email protected]>
+
+- timezone update 2021c:
+  * Revert almost all of 2021b's changes to the 'backward' file
+  * Fix a bug in 'zic -b fat' that caused old timestamps to be
+    mishandled in 32-bit-only readers
+
+-------------------------------------------------------------------
+Mon Sep 27 11:44:51 UTC 2021 - Paolo Stivanin <[email protected]>
+
+- timezone update 2021b:
+  * Jordan now starts DST on February's last Thursday.
+  * Samoa no longer observes DST.
+  * Move some backward-compatibility links to 'backward'.
+  * Rename Pacific/Enderbury to Pacific/Kanton.
+  * Correct many pre-1993 transitions in Malawi, Portugal, etc.
+  * zic now creates each output file or link atomically.
+  * zic -L no longer omits the POSIX TZ string in its output.
+  * zic fixes for truncation and leap second table expiration.
+  * zic now follows POSIX for TZ strings using all-year DST.
+  * Fix some localtime crashes and bugs in obscure cases.
+  * zdump -v now outputs more-useful boundary cases.
+  * tzfile.5 better matches a draft successor to RFC 8536.
+
+-------------------------------------------------------------------

Old:
----
  tzcode2021a.tar.gz
  tzcode2021a.tar.gz.asc
  tzdata2021a.tar.gz
  tzdata2021a.tar.gz.asc

New:
----
  tzcode2021c.tar.gz
  tzcode2021c.tar.gz.asc
  tzdata2021c.tar.gz
  tzdata2021c.tar.gz.asc

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

Other differences:
------------------
++++++ timezone-java.spec ++++++
--- /var/tmp/diff_new_pack.d1pc5E/_old  2021-10-08 22:04:40.624523488 +0200
+++ /var/tmp/diff_new_pack.d1pc5E/_new  2021-10-08 22:04:40.628523494 +0200
@@ -21,11 +21,11 @@
 BuildRequires:  javazic
 BuildRequires:  tzdb
 Summary:        Time Zone Descriptions
-# COMMON-BEGIN
-# COMMON-BEGIN
 License:        BSD-3-Clause AND SUSE-Public-Domain
 Group:          System/Base
-Version:        2021a
+# COMMON-BEGIN
+# COMMON-BEGIN
+Version:        2021c
 Release:        0
 Source:         
https://www.iana.org/time-zones/repository/releases/tzdata%{version}.tar.gz
 Source1:        
https://www.iana.org/time-zones/repository/releases/tzcode%{version}.tar.gz
@@ -36,6 +36,7 @@
 Patch0:         tzdata-china.diff
 Patch3:         iso3166-uk.diff
 Patch4:         timezone-2018f-bsc1112310.patch
+Patch5:         fat.patch
 # COMMON-END
 # COMMON-END
 URL:            https://www.iana.org/time-zones
@@ -56,6 +57,7 @@
 %patch0 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 sed -ri 's@/usr/local/etc/zoneinfo@%{_datadir}/zoneinfo@g' *.[1358]
 # COMMON-PREP-END
 # COMMON-PREP-END

++++++ timezone.spec ++++++
--- /var/tmp/diff_new_pack.d1pc5E/_old  2021-10-08 22:04:40.648523527 +0200
+++ /var/tmp/diff_new_pack.d1pc5E/_new  2021-10-08 22:04:40.652523534 +0200
@@ -22,7 +22,7 @@
 Group:          System/Base
 URL:            http://www.iana.org/time-zones
 # COMMON-BEGIN
-Version:        2021a
+Version:        2021c
 Release:        0
 Source:         
https://www.iana.org/time-zones/repository/releases/tzdata%{version}.tar.gz
 Source1:        
https://www.iana.org/time-zones/repository/releases/tzcode%{version}.tar.gz


++++++ timezone-java.spec.in ++++++
--- /var/tmp/diff_new_pack.d1pc5E/_old  2021-10-08 22:04:40.708523626 +0200
+++ /var/tmp/diff_new_pack.d1pc5E/_new  2021-10-08 22:04:40.708523626 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package timezone-java
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed


++++++ tzcode2021a.tar.gz -> tzcode2021c.tar.gz ++++++
++++ 4468 lines of diff (skipped)

++++++ tzdata2021a.tar.gz -> tzdata2021c.tar.gz ++++++
++++ 2670 lines of diff (skipped)

Reply via email to