From 3dee88e430e39d40dae985a4bf9d9097649594806f727e94e02c49da6be9c367 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 12 Oct 2017 11:25:51 +0000 Subject: [PATCH 1/2] Accepting request 532480 from home:jengelh:branches:Base:System - Replace old RPM constructs by new equivalents. Remove redundant %clean section. - Replace old RPM constructs by new equivalents. Remove redundant %clean section. OBS-URL: https://build.opensuse.org/request/show/532480 OBS-URL: https://build.opensuse.org/package/show/Base:System/timezone?expand=0&rev=216 --- timezone-java.changes | 6 ++++++ timezone.changes | 6 ++++++ timezone.spec | 9 +++------ 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/timezone-java.changes b/timezone-java.changes index 58c6f52..16626b0 100644 --- a/timezone-java.changes +++ b/timezone-java.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Oct 7 23:38:39 UTC 2017 - jengelh@inai.de + +- Replace old RPM constructs by new equivalents. + Remove redundant %clean section. + ------------------------------------------------------------------- Fri Oct 6 12:20:02 UTC 2017 - fstrba@suse.com diff --git a/timezone.changes b/timezone.changes index 58c6f52..16626b0 100644 --- a/timezone.changes +++ b/timezone.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Oct 7 23:38:39 UTC 2017 - jengelh@inai.de + +- Replace old RPM constructs by new equivalents. + Remove redundant %clean section. + ------------------------------------------------------------------- Fri Oct 6 12:20:02 UTC 2017 - fstrba@suse.com diff --git a/timezone.spec b/timezone.spec index daf89fb..ada2f51 100644 --- a/timezone.spec +++ b/timezone.spec @@ -60,7 +60,7 @@ LC_ALL=POSIX AREA=%{AREA} ZONE=%{ZONE} export AREA LANG LC_ALL ZONE -make %{?_smp_mflags} TZDIR=%{_datadir}/zoneinfo CFLAGS="$RPM_OPT_FLAGS -DHAVE_GETTEXT=1 -DTZDEFAULT='\"/etc/localtime\"' -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone -Dlint" AWK=awk +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 make %{?_smp_mflags} TZDIR=zoneinfo AWK=awk zones # Generate posixrules ./zic -y ./yearistype -d zoneinfo -p %{AREA}/%{ZONE} @@ -86,9 +86,6 @@ install -D -m 755 tzselect %{buildroot}%{_bindir}/tzselect install -D -m 755 zdump %{buildroot}%{_sbindir}/zdump install -D -m 755 zic %{buildroot}%{_sbindir}/zic -%clean -rm -rf %{buildroot} - %post if [ -f /etc/sysconfig/clock ]; then @@ -116,8 +113,8 @@ fi %files %defattr(-,root,root) %verify(not link md5 size mtime) %config(missingok,noreplace) /etc/localtime -%verify(not link md5 size mtime) %{_prefix}/share/zoneinfo/posixrules -%{_prefix}/share/zoneinfo +%verify(not link md5 size mtime) %{_datadir}/zoneinfo/posixrules +%{_datadir}/zoneinfo %{_bindir}/tzselect %{_sbindir}/zdump %{_sbindir}/zic From c328123f3c7649b9a337023e314819e57adf305b28795147c1021afbb5e162e0 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Mon, 23 Oct 2017 15:35:35 +0000 Subject: [PATCH 2/2] Accepting request 536038 from home:AndreasStieger:branches:Base:System timezone update 2017c (bsc#1064571) OBS-URL: https://build.opensuse.org/request/show/536038 OBS-URL: https://build.opensuse.org/package/show/Base:System/timezone?expand=0&rev=217 --- timezone-java.changes | 15 +++++++++++++++ timezone-java.spec | 2 +- timezone.changes | 15 +++++++++++++++ timezone.spec | 2 +- tzcode2017b.tar.gz | 3 --- tzcode2017b.tar.gz.asc | 17 ----------------- tzcode2017c.tar.gz | 3 +++ tzcode2017c.tar.gz.asc | 16 ++++++++++++++++ tzdata2017b.tar.gz | 3 --- tzdata2017b.tar.gz.asc | 17 ----------------- tzdata2017c.tar.gz | 3 +++ tzdata2017c.tar.gz.asc | 16 ++++++++++++++++ 12 files changed, 70 insertions(+), 42 deletions(-) delete mode 100644 tzcode2017b.tar.gz delete mode 100644 tzcode2017b.tar.gz.asc create mode 100644 tzcode2017c.tar.gz create mode 100644 tzcode2017c.tar.gz.asc delete mode 100644 tzdata2017b.tar.gz delete mode 100644 tzdata2017b.tar.gz.asc create mode 100644 tzdata2017c.tar.gz create mode 100644 tzdata2017c.tar.gz.asc diff --git a/timezone-java.changes b/timezone-java.changes index 16626b0..08299af 100644 --- a/timezone-java.changes +++ b/timezone-java.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Oct 23 15:26:15 UTC 2017 - astieger@suse.com + +- timezone update 2017c (bsc#1064571): + * Northern Cyprus switches from +03 to +02/+03 on 2017-10-29 + * Fiji ends DST 2018-01-14, not 2018-01-21 + * Namibia switches from +01/+02 to +02 on 2018-04-01 + * Sudan switches from +03 to +02 on 2017-11-01 + * Tonga likely switches from +13/+14 to +13 on 2017-11-05 + * Turks & Caicos switches from -04 to -05/-04 on 2018-11-04 + * corrections to past DST transitions + * Move oversized Canada/East-Saskatchewan to 'backward' file + * zic and the reference runtime now reject multiple leap seconds + within 28 days of each other, or leap seconds before the Epoch + ------------------------------------------------------------------- Sat Oct 7 23:38:39 UTC 2017 - jengelh@inai.de diff --git a/timezone-java.spec b/timezone-java.spec index f6c7853..a6c3f68 100644 --- a/timezone-java.spec +++ b/timezone-java.spec @@ -25,7 +25,7 @@ Summary: Time Zone Descriptions # COMMON-BEGIN License: BSD-3-Clause and SUSE-Public-Domain Group: System/Base -Version: 2017b +Version: 2017c 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 diff --git a/timezone.changes b/timezone.changes index 16626b0..08299af 100644 --- a/timezone.changes +++ b/timezone.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Oct 23 15:26:15 UTC 2017 - astieger@suse.com + +- timezone update 2017c (bsc#1064571): + * Northern Cyprus switches from +03 to +02/+03 on 2017-10-29 + * Fiji ends DST 2018-01-14, not 2018-01-21 + * Namibia switches from +01/+02 to +02 on 2018-04-01 + * Sudan switches from +03 to +02 on 2017-11-01 + * Tonga likely switches from +13/+14 to +13 on 2017-11-05 + * Turks & Caicos switches from -04 to -05/-04 on 2018-11-04 + * corrections to past DST transitions + * Move oversized Canada/East-Saskatchewan to 'backward' file + * zic and the reference runtime now reject multiple leap seconds + within 28 days of each other, or leap seconds before the Epoch + ------------------------------------------------------------------- Sat Oct 7 23:38:39 UTC 2017 - jengelh@inai.de diff --git a/timezone.spec b/timezone.spec index ada2f51..c29a039 100644 --- a/timezone.spec +++ b/timezone.spec @@ -23,7 +23,7 @@ Group: System/Base Url: http://www.iana.org/time-zones PreReq: filesystem, coreutils # COMMON-BEGIN -Version: 2017b +Version: 2017c 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 diff --git a/tzcode2017b.tar.gz b/tzcode2017b.tar.gz deleted file mode 100644 index 2907275..0000000 --- a/tzcode2017b.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d1735bb54e22b8d7443d4d1f1a13d007ae11be79a35e51f8e8322fb8e292d40 -size 210780 diff --git a/tzcode2017b.tar.gz.asc b/tzcode2017b.tar.gz.asc deleted file mode 100644 index 8897f5a..0000000 --- a/tzcode2017b.tar.gz.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 - -iQIcBAABAgAGBQJYy/QVAAoJEO2X6Q5iqn40h2cQAJhVT8aErVfu5cdjXIHn97Zr -igIlZT+Q+xF5lu8cZxcW6j9bUZ9TG3PVcCnT6ujGtMr4UiTsiPeCmNXmGwtPmMez -ZNloo3CBO+kaFFVCijEeNqN3ouXEMdlkfDtbdKKQ3AobQejowu+G2E9Qhmb4rjDj -M5naQ+42nmB0mM1j1n4tyc6jL70gRaqSMmTUxVH4B69/GyD4Og4nuM1anfDfq26t -dzhesg4q6TrdO5JJUHObH1FAYH95ZxzgVZ5jkT5N4Txl9UukpxI8u49nDfac9QeO -RlvKaXcR7WQgC5fNxqvF5DKBzGmnZI4gx4CJMa+7IsjssOTsVmH1nYXsUdgR4kCf -x7zH6s0buLICDRCKPr3pep/IYxj2DXYRBT5ViqMlQf3A3wGIgRUF6EPMKI1vfppv -fXjdixU4HsZiJS7Epe6kcezcJrZ8n1YWEQxjFe8qYEJs08mApsSC5DGBXcBchLQI -2S6Au6d6fwqO77K7eOgj8MbYjC/Orhz8dIUGtjAjeZ/qek9ON32l0rPt2QxSnODc -43qtY2H7Uvky45J2niyOEnRbSKLSr5NZPdng4pmp376iVCGTisHJlwtRRfdfPGQo -56LUq4x3UaM3zVDHcpCLHvc7VQKYt3uVVzxbf89PN3jHZ459EqpOtM2TJIHtniw+ -8Ytju9WAEg4OscZi6VnF -=B5DX ------END PGP SIGNATURE----- diff --git a/tzcode2017c.tar.gz b/tzcode2017c.tar.gz new file mode 100644 index 0000000..370b56e --- /dev/null +++ b/tzcode2017c.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e8b4bc23e60906640c266bbff3789661e22f0fa29fe61b96ec7c2816c079b7 +size 219346 diff --git a/tzcode2017c.tar.gz.asc b/tzcode2017c.tar.gz.asc new file mode 100644 index 0000000..26e5943 --- /dev/null +++ b/tzcode2017c.tar.gz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIcBAABAgAGBQJZ6nFEAAoJEO2X6Q5iqn40JnoP/i8JCoxp5Vb+oxD2F8hz85+S +ikzzi0+l5vMifyI9+/kxU/V+W1YvLC3zbUMLN6moE65WryjRnXCJXfTzNyFUON0H +Dg7a1al0mNcq5D4YIvR6C/O5SJdRNW6VNW0A0owXV8ZafAzUbe5ICoUKQ69DC3ps +jKXjO9qsyxne7rqjaqCyJAGVRHdx82p7XRvr5JCtU5vEGoclCDglWN4cUP09019q +azA1eYfqkqS+uf3KzPVc8e/0slAdXOqOib7NNFY/Y90wFUlKuhgHdOXVy9bIvdeP +PQmNlXNi1TC/gYNtqdxoeCsWSnOCMW9f/v9vBZTB8Oh8Ycm6U+YSAKZxlaVP5zUa +VEnyMxDjKOD6YcqGHqx035TFxaAfaDDvDRACcA98SdTcBr7TgY4Ubxv0kCQ007Vr +BYesKUcVpE8/wsh6dDHbaZzK01bJkJYGr44UZBwOwAbbkyCG+HDv3J6eg4UphQq0 +HITxJLsaiJcJnR/l8YVSrzSHXIftwRIhGbab3BFuPAN7nDEZFrhUkZdMwac4B6E8 +gsVxLYK3SJyFz9Jx7D4oDBN+Nxt+54O3/GXYVtAF0k2hiytd6UFaIr1WsmdSVLzA +kmBQNiyqJ9jOPJ75B/r4x15JRZfNFDKJZ7AMqo6QthKZrurK93uuR20OKZmklnLr +Vwcz+6pYTUf9bRrRfyXg +=drdL +-----END PGP SIGNATURE----- diff --git a/tzdata2017b.tar.gz b/tzdata2017b.tar.gz deleted file mode 100644 index 176624b..0000000 --- a/tzdata2017b.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8242a522ea3496b0ce4ff4f2e75a049178da21001a08b8e666d8cbe07d18086 -size 324317 diff --git a/tzdata2017b.tar.gz.asc b/tzdata2017b.tar.gz.asc deleted file mode 100644 index 1e955e4..0000000 --- a/tzdata2017b.tar.gz.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 - -iQIcBAABAgAGBQJYy/QVAAoJEO2X6Q5iqn40JJkP/2GuKex77gS9RXlx5iDbW+3x -CAz6HEIcNGW2jEZCIM0zdvHH2Rw27/5CGixWWFGW4JWIQRu3Jtma4aCE++XUtYl0 -+xHrnm43BmiYNUq7lNQsoGwLYTNMxvlOkk6vMBVRRQvODQGajdSgYC/D0Oc3VGG5 -6X5ofl+vTyOpsDtGLtsJcqaaqE5hPf3rUfGWuEDVuwpoiKAckMoB4sNufOsf0DTT -iNogrYCnGKLd4SM08xkPY56qipEONYh5u/4lZfcUCPkqtZmp3j3EVzuHS365aTwP -0jhSqTmAlCC7wL1eOQPY4Lot4WebSsdqVGqCfZCpwRfke39FCFCPHyZI8RwbIgRR -gxNPV0U5V4FpjTXx1mVjv3m5ibp+4FetCKFvbtX5AKMikaGqujouOlKup899owH2 -pFPQ/5O4fJGee51LQQRirnXSYftSplnu7Qz0ti2b43OIVq0JFyqkVCevoSRf1LqZ -QXaDQtaVR2Vfm4p2yVD2hBwhpr/ZvTDLRAaynT8eZ1C8DUASAGA/LsplQ62x1mIO -inGrNsuIs7MsSy4RAk/VruVnDeUZNnEAYE53dQB0uJHbFNo4FyOu6stp9JNy7k8X -98AuiLdnSPDmCJs69w8BqePcVxnNMgDcHbsDwaPGl/WcDEhLGFkSsHfp02QVTo1L -Yi+G86lCBaDMrp4I7g5J -=5tCY ------END PGP SIGNATURE----- diff --git a/tzdata2017c.tar.gz b/tzdata2017c.tar.gz new file mode 100644 index 0000000..275473f --- /dev/null +++ b/tzdata2017c.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6543f92a929826318e2f44ff3a7611ce5f565a43e10250b42599d0ba4cbd90b +size 335571 diff --git a/tzdata2017c.tar.gz.asc b/tzdata2017c.tar.gz.asc new file mode 100644 index 0000000..aa22fa9 --- /dev/null +++ b/tzdata2017c.tar.gz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIcBAABAgAGBQJZ6nFvAAoJEO2X6Q5iqn40dFwP/31AK4shXM+vRKf28szHxBwk +gTHTka+WMvQdhRtkgQvRXDQo1q9QiI/t4l3x0TpxkkuZATA6Yf1AhV7ugFFfl8Ia +0bc+8uXnv8XnpZ3Qbk57B6J6LEsaMOeaXv1vIZ6x8E/oaDECAV4o2+dpDl5kdNTr +O6hcUZwY1Rd8CcJCvOPSFfRV1kNcPXCaKQPh0Z5uohqC7DLmxhtagsiMeUmzInV/ +Q1bPOJXF4sD9X7A6hKqk4oyFQvJrYjv/JeM5eoreHIXdSLqvvwhhqCSMx6A76NDA +1/rKFZxqBLojlLmG07SXsCMC9OmD2m709sHKPx0foixhlmB9QJjDm62EjPPwfXd9 +AH/3jxolQQq8DCC4XyqLblzPORfFNwZ4vWC3QpTNsQOdqBdkKpfNYXIZTxGL/8Ti +6GtCwmp2E5+gXoV1uTHY51nLNjuI47XdUReh+eBWAWh95gJiKspStHebWLFsbUhg +/YM9K9efhu5UaA3BxJn3SpXR43zeNDSUOmyIB+kyRQZDXSK/K0ukwgZPMzq8QuR8 +aFB7K0YztC8P6SXIGOgMsWuVp06Cx4QQAdnvy9pcx0iDUUNoh/n+isvwfBCvvUvq +ETDnuGYxsUTjlDvORG1VHg14sr4AdyTl3PH12cOscVP4fq5JV91cE4FBHwjD3jSx +Lp4Yb/wfGxGLgqPmpY/I +=C3sx +-----END PGP SIGNATURE-----