Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock X-Debbugs-Cc: [email protected], [email protected] Control: affects -1 + src:libdatetime-timezone-perl
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 New week, new tzdata release! I've uploaded libdatetime-timezone-perl 1:2.60-1+2023c to unstable. This is the new 2.60 upstream release, which incorporates the tzdata changes from 2023c. The only change is in the lib/DateTime/TimeZone/Asia/Beirut.pm, mirroring the tzdata change (reverting the data back to 2023a / undoing the changes for Lebanon in 2023b after the decision to not postpone DST any longer). I'm attaching a manually stripped down debdiff against the last upload (1:2.59-1+2023b) which was already unblocked; the exlcuded files only contain changes in the versions (2.59 -> 2.60 and 2023b -> 2023c). unblock libdatetime-timezone-perl/1:2.60-1+2023c Thanks in advance, gregor -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAmQkfE9fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ qgbMpBAAse3vS6BgkfNXvrN9iC7yr4QzG4pYdhyM7keMIapecfIhU68i74lwDKH/ XOpgFbrqB+al1pYqu+Dx4WGYjJhQX4cSARApKHNWfocfK6nvwEpB5C/C+CuFGME/ XFRQ7aSMERXE7x3w6he3Aco36jRuAd9MyzURtXAPShvxc+tYskbfy4ET+5SQBrxL meBOvDHtcUQVuiTJneU0niMT4X5Fdu1pS83I+oZdqPLs4KZZoBsXnHQZBUr74Lph 5RKGKw8q85ANB3u7/PZiwhLDg21HOmZvlVNomjUbR7Zcb2bsoofJcnQiRej+MhDF qV7n3BQzphnkiBPSjjj61uxG0gxRKFQc6SUmGWMC7SSuwsCKpBLDrjAs0npF0JK7 4+VoN56gZv/Zgw36FwsgrQP9dJpCvtGTu1QT9mkvXhTNhjBZSRe6Ci8I7l5kz2wL Bcp00yvj3A3sdLz+sjVmKDmxgH9TzVEKApGthokHm2zWA1geaoaG0ycOj5w9i3gs axoAGgqMh8KCmcyjxzuRIHyxBBs6Ac22l9VSpdcU3JbBw9MrUuT7vDuOdD2v4UPu Ky8CvI/Hm2vC6U3ApTDixFYOfmsGD1yPaqol27tb3yErbrouq+n21l6B9i4XR8dy Qz8iXiNI05TJAT4Bq8tPMJeDeYdh4x8Qp9sQ4Q+w/5HB6MFBkoA= =ld/4 -----END PGP SIGNATURE-----
diff -Nru libdatetime-timezone-perl-2.59/Changes libdatetime-timezone-perl-2.60/Changes --- libdatetime-timezone-perl-2.59/Changes 2023-03-24 05:36:13.000000000 +0100 +++ libdatetime-timezone-perl-2.60/Changes 2023-03-29 04:44:55.000000000 +0200 @@ -1,3 +1,10 @@ +2.60 2023-03-28 + +- This release is based on version 2023c of the Olson database. The 2023c + release has the same zone data as 2023a, undoing the changes for Lebanon + from the past week. + + 2.59 2023-03-23 - This release is based on version 2023b of the Olson database. This release diff -Nru libdatetime-timezone-perl-2.59/META.json libdatetime-timezone-perl-2.60/META.json diff -Nru libdatetime-timezone-perl-2.59/debian/changelog libdatetime-timezone-perl-2.60/debian/changelog --- libdatetime-timezone-perl-2.59/debian/changelog 2023-03-24 16:38:06.000000000 +0100 +++ libdatetime-timezone-perl-2.60/debian/changelog 2023-03-29 19:46:25.000000000 +0200 @@ -1,3 +1,12 @@ +libdatetime-timezone-perl (1:2.60-1+2023c) unstable; urgency=medium + + * Import upstream version 2.60. + This release is based on version 2023c of the Olson database. It has the + same zone data as 2023a, undoing the changes for Lebanon from the past + week. + + -- gregor herrmann <[email protected]> Wed, 29 Mar 2023 19:46:25 +0200 + libdatetime-timezone-perl (1:2.59-1+2023b) unstable; urgency=medium * Import upstream version 2.59. diff -Nru libdatetime-timezone-perl-2.59/lib/DateTime/TimeZone/Africa/Abidjan.pm libdatetime-timezone-perl-2.60/lib/DateTime/TimeZone/Africa/Abidjan.pm --- libdatetime-timezone-perl-2.59/lib/DateTime/TimeZone/Africa/Abidjan.pm 2023-03-24 05:36:13.000000000 +0100 +++ libdatetime-timezone-perl-2.60/lib/DateTime/TimeZone/Africa/Abidjan.pm 2023-03-29 04:44:55.000000000 +0200 @@ -3,7 +3,7 @@ # DateTime::TimeZone module distribution in the tools/ directory # -# Generated from /tmp/D3ET7029pk/africa. Olson data version 2023b +# Generated from /tmp/DzE_ngvtVe/africa. Olson data version 2023c # # Do not edit this file directly. # @@ -13,7 +13,7 @@ use warnings; use namespace::autoclean; -our $VERSION = '2.59'; +our $VERSION = '2.60'; use Class::Singleton 1.03; use DateTime::TimeZone; @@ -43,7 +43,7 @@ ], ]; -sub olson_version {'2023b'} +sub olson_version {'2023c'} sub has_dst_changes {0} diff -Nru libdatetime-timezone-perl-2.59/lib/DateTime/TimeZone/Asia/Beirut.pm libdatetime-timezone-perl-2.60/lib/DateTime/TimeZone/Asia/Beirut.pm --- libdatetime-timezone-perl-2.59/lib/DateTime/TimeZone/Asia/Beirut.pm 2023-03-24 05:36:13.000000000 +0100 +++ libdatetime-timezone-perl-2.60/lib/DateTime/TimeZone/Asia/Beirut.pm 2023-03-29 04:44:55.000000000 +0200 @@ -3,7 +3,7 @@ # DateTime::TimeZone module distribution in the tools/ directory # -# Generated from /tmp/D3ET7029pk/asia. Olson data version 2023b +# Generated from /tmp/DzE_ngvtVe/asia. Olson data version 2023c # # Do not edit this file directly. # @@ -13,7 +13,7 @@ use warnings; use namespace::autoclean; -our $VERSION = '2.59'; +our $VERSION = '2.60'; use Class::Singleton 1.03; use DateTime::TimeZone; @@ -1024,17 +1024,17 @@ ], [ 63802760400, # utc_start 2022-10-29 21:00:00 (Sat) -63817711200, # utc_end 2023-04-20 22:00:00 (Thu) +63815464800, # utc_end 2023-03-25 22:00:00 (Sat) 63802767600, # local_start 2022-10-29 23:00:00 (Sat) -63817718400, # local_end 2023-04-21 00:00:00 (Fri) +63815472000, # local_end 2023-03-26 00:00:00 (Sun) 7200, 0, 'EET', ], [ -63817711200, # utc_start 2023-04-20 22:00:00 (Thu) +63815464800, # utc_start 2023-03-25 22:00:00 (Sat) 63834210000, # utc_end 2023-10-28 21:00:00 (Sat) -63817722000, # local_start 2023-04-21 01:00:00 (Fri) +63815475600, # local_start 2023-03-26 01:00:00 (Sun) 63834220800, # local_end 2023-10-29 00:00:00 (Sun) 10800, 1, @@ -1240,7 +1240,7 @@ ], ]; -sub olson_version {'2023b'} +sub olson_version {'2023c'} sub has_dst_changes {67} @@ -1293,24 +1293,24 @@ my $rules = [ bless( { 'at' => '0:00', - 'from' => '1999', - 'in' => 'Oct', - 'letter' => '', + 'from' => '1993', + 'in' => 'Mar', + 'letter' => 'S', 'name' => 'Lebanon', - 'offset_from_std' => 0, + 'offset_from_std' => 3600, 'on' => 'lastSun', - 'save' => '0', + 'save' => '1:00', 'to' => 'max' }, 'DateTime::TimeZone::OlsonDB::Rule' ), bless( { 'at' => '0:00', - 'from' => '2024', - 'in' => 'Mar', - 'letter' => 'S', + 'from' => '1999', + 'in' => 'Oct', + 'letter' => '', 'name' => 'Lebanon', - 'offset_from_std' => 3600, + 'offset_from_std' => 0, 'on' => 'lastSun', - 'save' => '1:00', + 'save' => '0', 'to' => 'max' }, 'DateTime::TimeZone::OlsonDB::Rule' ) ]

