Hello community, here is the log from the commit of package timezone for openSUSE:Factory checked in at 2020-11-03 15:15:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/timezone (Old) and /work/SRC/openSUSE:Factory/.timezone.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "timezone" Tue Nov 3 15:15:10 2020 rev:130 rq:845019 version:2020d Changes: -------- --- /work/SRC/openSUSE:Factory/timezone/timezone-java.changes 2020-09-27 11:48:35.763967143 +0200 +++ /work/SRC/openSUSE:Factory/.timezone.new.3463/timezone-java.changes 2020-11-03 15:15:11.515960724 +0100 @@ -2 +2,41 @@ -Sat Sep 12 04:09:14 UTC 2020 - Marguerite Su <i...@marguerite.su> +Fri Oct 30 11:43:21 UTC 2020 - Marketa Calabkova <mcalabk...@suse.com> + +- Add fat.patch to generate "fat" timezone files (was default before 2020b). + +------------------------------------------------------------------- +Fri Oct 23 09:24:02 UTC 2020 - Andreas Stieger <andreas.stie...@gmx.de> + +- Adjust timezone-java.spec.in to avoid build failures when running + pre_checkin.sh + +------------------------------------------------------------------- +Thu Oct 22 07:08:35 UTC 2020 - Marketa Calabkova <mcalabk...@suse.com> + +- timezone update 2020d + * Palestine ends DST earlier than predicted, on 2020-10-24. + +------------------------------------------------------------------- +Mon Oct 19 08:05:42 UTC 2020 - Marketa Calabkova <mcalabk...@suse.com> + +- timezone update 2020c + * Fiji starts DST later than usual, on 2020-12-20. + +------------------------------------------------------------------- +Thu Oct 8 07:52:59 UTC 2020 - Marketa Calabkova <mcalabk...@suse.com> + +- timezone update 2020b (bsc#1177460) + * Revised predictions for Morocco's changes starting in 2023. + * Canada's Yukon changes to -07 on 2020-11-01, not 2020-03-08. + * Macquarie Island has stayed in sync with Tasmania since 2011. + * Casey, Antarctica is at +08 in winter and +11 in summer. + * zic no longer supports -y, nor the TYPE field of Rules. +- Rebased timezone-2018f-bsc1112310.patch + +------------------------------------------------------------------- +Thu Sep 24 15:02:08 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org> + +- Fixup tzdata-china.diff: zone.tab and zone1970.tab MUST be tab + delimited (boo#1176927). + +------------------------------------------------------------------- +Sat Sep 12 04:08:38 UTC 2020 - Marguerite Su <i...@marguerite.su> --- /work/SRC/openSUSE:Factory/timezone/timezone.changes 2020-09-27 11:48:36.063967467 +0200 +++ /work/SRC/openSUSE:Factory/.timezone.new.3463/timezone.changes 2020-11-03 15:15:11.831961027 +0100 @@ -1,0 +2,34 @@ +Fri Oct 30 11:43:21 UTC 2020 - Marketa Calabkova <mcalabk...@suse.com> + +- Add fat.patch to generate "fat" timezone files (was default before 2020b). + +------------------------------------------------------------------- +Fri Oct 23 09:24:02 UTC 2020 - Andreas Stieger <andreas.stie...@gmx.de> + +- Adjust timezone-java.spec.in to avoid build failures when running + pre_checkin.sh + +------------------------------------------------------------------- +Thu Oct 22 07:08:35 UTC 2020 - Marketa Calabkova <mcalabk...@suse.com> + +- timezone update 2020d + * Palestine ends DST earlier than predicted, on 2020-10-24. + +------------------------------------------------------------------- +Mon Oct 19 08:05:42 UTC 2020 - Marketa Calabkova <mcalabk...@suse.com> + +- timezone update 2020c + * Fiji starts DST later than usual, on 2020-12-20. + +------------------------------------------------------------------- +Thu Oct 8 07:52:59 UTC 2020 - Marketa Calabkova <mcalabk...@suse.com> + +- timezone update 2020b (bsc#1177460) + * Revised predictions for Morocco's changes starting in 2023. + * Canada's Yukon changes to -07 on 2020-11-01, not 2020-03-08. + * Macquarie Island has stayed in sync with Tasmania since 2011. + * Casey, Antarctica is at +08 in winter and +11 in summer. + * zic no longer supports -y, nor the TYPE field of Rules. +- Rebased timezone-2018f-bsc1112310.patch + +------------------------------------------------------------------- Old: ---- tzcode2020a.tar.gz tzcode2020a.tar.gz.asc tzdata2020a.tar.gz tzdata2020a.tar.gz.asc New: ---- fat.patch tzcode2020d.tar.gz tzcode2020d.tar.gz.asc tzdata2020d.tar.gz tzdata2020d.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ timezone-java.spec ++++++ --- /var/tmp/diff_new_pack.JlDe91/_old 2020-11-03 15:15:13.647962775 +0100 +++ /var/tmp/diff_new_pack.JlDe91/_new 2020-11-03 15:15:13.651962779 +0100 @@ -25,7 +25,7 @@ # COMMON-BEGIN License: BSD-3-Clause AND SUSE-Public-Domain Group: System/Base -Version: 2020a +Version: 2020d 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 @@ -40,11 +40,10 @@ # COMMON-END URL: https://www.iana.org/time-zones Requires(pre): filesystem, coreutils -BuildArch: noarch Provides: tzdata-java = %{version}-%{release} Provides: tzdata-java8 = %{version}-%{release} #!BuildIgnore: tzdata-java tzdata-java8 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch %description These are configuration files that describe available time zones - this @@ -69,15 +68,15 @@ # Java 6/7 data java -jar %{_javadir}/javazic.jar -V %{version} \ -d javazi \ - africa antarctica asia australasia europe northamerica pacificnew \ - southamerica backward etcetera systemv \ + africa antarctica asia australasia europe northamerica \ + southamerica backward etcetera \ %{_datadir}/javazic/tzdata_jdk/gmt \ %{_datadir}/javazic/tzdata_jdk/jdk11_backward # Java 8/9 data java -jar %{_javadir}/tzdb.jar \ -srcdir . -dstfile javazi/tzdb.dat \ - africa antarctica asia australasia europe northamerica pacificnew \ - southamerica backward etcetera systemv \ + africa antarctica asia australasia europe northamerica \ + southamerica backward etcetera \ %{_datadir}/tzdb/tzdata_jdk/gmt \ %{_datadir}/tzdb/tzdata_jdk/jdk11_backward ++++++ timezone.spec ++++++ --- /var/tmp/diff_new_pack.JlDe91/_old 2020-11-03 15:15:13.683962810 +0100 +++ /var/tmp/diff_new_pack.JlDe91/_new 2020-11-03 15:15:13.687962814 +0100 @@ -22,7 +22,7 @@ Group: System/Base URL: http://www.iana.org/time-zones # COMMON-BEGIN -Version: 2020a +Version: 2020d 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 @@ -33,6 +33,7 @@ Patch0: tzdata-china.diff Patch3: iso3166-uk.diff Patch4: timezone-2018f-bsc1112310.patch +Patch5: fat.patch # COMMON-END BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -51,6 +52,7 @@ %patch0 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 sed -ri 's@/usr/local/etc/zoneinfo@%{_datadir}/zoneinfo@g' *.[1358] # COMMON-PREP-END @@ -66,7 +68,7 @@ make %{?_smp_mflags} TZDIR=%{_datadir}/zoneinfo CFLAGS="%{optflags} -DHAVE_GETTEXT=1 -DTZDEFAULT='\"/etc/localtime\"' -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone -Dlint" AWK=awk BUGEMAIL="opensuse-supp...@opensuse.org" make %{?_smp_mflags} TZDIR=zoneinfo AWK=awk zones # Generate posixrules -./zic -y ./yearistype -d zoneinfo -p %{AREA}/%{ZONE} +./zic -b fat -y ./yearistype -d zoneinfo -p %{AREA}/%{ZONE} %install mkdir -p %{buildroot}%{_prefix}/share/zoneinfo ++++++ fat.patch ++++++ Index: timezone-2020d/Makefile =================================================================== --- timezone-2020d.orig/Makefile +++ timezone-2020d/Makefile @@ -386,7 +386,7 @@ ZIC= $(zic) $(ZFLAGS) # To grow the files and work around older application bugs, append "-b fat"; # see ZIC_BLOAT_DEFAULT above. # See the zic man page for more about -b and -r. -ZFLAGS= +ZFLAGS=-b fat # How to use zic to install TZif files. ++++++ timezone-2018f-bsc1112310.patch ++++++ --- /var/tmp/diff_new_pack.JlDe91/_old 2020-11-03 15:15:13.747962872 +0100 +++ /var/tmp/diff_new_pack.JlDe91/_new 2020-11-03 15:15:13.747962872 +0100 @@ -18,13 +18,13 @@ The bug is actually in Java. Use an alternative format to fix build. -Index: timezone-2018f/asia +Index: timezone-2020b/asia =================================================================== ---- timezone-2018f.orig/asia 2018-10-18 15:18:13.461299301 +0200 -+++ timezone-2018f/asia 2018-10-18 15:23:20.330642692 +0200 -@@ -1657,7 +1657,7 @@ Zone Asia/Jerusalem 2:20:54 - LMT 1880 +--- timezone-2020b.orig/asia ++++ timezone-2020b/asia +@@ -2021,7 +2021,7 @@ Zone Asia/Jerusalem 2:20:54 - LMT 1880 - # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S + # Rule NAME FROM TO - IN ON AT SAVE LETTER/S Rule Japan 1948 only - May Sat>=1 24:00 1:00 D -Rule Japan 1948 1951 - Sep Sat>=8 25:00 0 S +Rule Japan 1948 1951 - Sep Sun>=9 1:00 0 S ++++++ timezone-java.spec.in ++++++ --- /var/tmp/diff_new_pack.JlDe91/_old 2020-11-03 15:15:13.783962906 +0100 +++ /var/tmp/diff_new_pack.JlDe91/_new 2020-11-03 15:15:13.783962906 +0100 @@ -1,7 +1,7 @@ # # spec file for package timezone-java # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # 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/ # @@ -21,17 +21,16 @@ BuildRequires: javazic BuildRequires: tzdb Summary: Time Zone Descriptions -License: BSD-3-Clause and SUSE-Public-Domain +License: BSD-3-Clause AND SUSE-Public-Domain Group: System/Base # COMMON-BEGIN # COMMON-END -Url: https://www.iana.org/time-zones +URL: https://www.iana.org/time-zones Requires(pre): filesystem, coreutils -BuildArch: noarch Provides: tzdata-java = %{version}-%{release} Provides: tzdata-java8 = %{version}-%{release} #!BuildIgnore: tzdata-java tzdata-java8 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch %description These are configuration files that describe available time zones - this @@ -50,15 +49,15 @@ # Java 6/7 data java -jar %{_javadir}/javazic.jar -V %{version} \ -d javazi \ - africa antarctica asia australasia europe northamerica pacificnew \ - southamerica backward etcetera systemv \ + africa antarctica asia australasia europe northamerica \ + southamerica backward etcetera \ %{_datadir}/javazic/tzdata_jdk/gmt \ %{_datadir}/javazic/tzdata_jdk/jdk11_backward # Java 8/9 data java -jar %{_javadir}/tzdb.jar \ -srcdir . -dstfile javazi/tzdb.dat \ - africa antarctica asia australasia europe northamerica pacificnew \ - southamerica backward etcetera systemv \ + africa antarctica asia australasia europe northamerica \ + southamerica backward etcetera \ %{_datadir}/tzdb/tzdata_jdk/gmt \ %{_datadir}/tzdb/tzdata_jdk/jdk11_backward ++++++ tzcode2020a.tar.gz -> tzcode2020d.tar.gz ++++++ ++++ 3273 lines of diff (skipped) ++++++ tzdata2020a.tar.gz -> tzdata2020d.tar.gz ++++++ ++++ 2640 lines of diff (skipped)