Hello community,

here is the log from the commit of package timezone for openSUSE:Factory 
checked in at 2016-08-25 09:48:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/timezone (Old)
 and      /work/SRC/openSUSE:Factory/.timezone.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "timezone"

Changes:
--------
--- /work/SRC/openSUSE:Factory/timezone/timezone-java.changes   2016-07-16 
22:09:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.timezone.new/timezone-java.changes      
2016-08-25 09:48:37.000000000 +0200
@@ -1,0 +2,12 @@
+Mon Aug  8 17:29:14 UTC 2016 - astie...@suse.com
+
+- A positive leap second will be added at the end of 2016-12-31
+  (bsc#988184) 0001-Positive-leap-second-on-2016-12-31.patch
+
+-------------------------------------------------------------------
+Tue Aug  2 08:28:03 UTC 2016 - astie...@suse.com
+
+- add new signing key which is now available. Next release will
+  revert to previous key.
+
+-------------------------------------------------------------------
timezone.changes: same change

New:
----
  0001-Positive-leap-second-on-2016-12-31.patch
  timezone.keyring
  tzcode2016f.tar.gz.asc
  tzdata2016f.tar.gz.asc

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

Other differences:
------------------
++++++ timezone-java.spec ++++++
--- /var/tmp/diff_new_pack.BPQn7g/_old  2016-08-25 09:48:38.000000000 +0200
+++ /var/tmp/diff_new_pack.BPQn7g/_new  2016-08-25 09:48:38.000000000 +0200
@@ -29,6 +29,10 @@
 Release:        0
 Source:         ftp://ftp.iana.org/tz/releases/tzdata%{version}.tar.gz
 Source1:        ftp://ftp.iana.org/tz/releases/tzcode%{version}.tar.gz
+Source2:        ftp://ftp.iana.org/tz/releases/tzdata%{version}.tar.gz.asc
+Source3:        ftp://ftp.iana.org/tz/releases/tzcode%{version}.tar.gz.asc
+# http://sks.mrball.net/pks/lookup?op=get&search=0xED97E90E62AA7E34
+Source4:        timezone.keyring
 Patch100:       tzcode-revert-01-8c9cb9580.patch
 Patch101:       tzcode-revert-02-301f794f3.patch
 Patch102:       tzcode-revert-03-39fd078a6.patch
@@ -39,6 +43,8 @@
 Patch3:         iso3166-uk.diff
 Patch4:         tzcode-link.diff
 Patch5:         tzcode-symlink.patch
+# PATCH-FIX-UPSTREAM 0001-Positive-leap-second-on-2016-12-31.patch bsc#988184
+Patch6:         0001-Positive-leap-second-on-2016-12-31.patch
 # COMMON-END
 # COMMON-END
 Url:            http://www.gnu.org/software/libc/libc.html
@@ -70,6 +76,7 @@
 %else
 %patch5 -p1
 %endif
+%patch6 -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.BPQn7g/_old  2016-08-25 09:48:38.000000000 +0200
+++ /var/tmp/diff_new_pack.BPQn7g/_new  2016-08-25 09:48:38.000000000 +0200
@@ -27,6 +27,10 @@
 Release:        0
 Source:         ftp://ftp.iana.org/tz/releases/tzdata%{version}.tar.gz
 Source1:        ftp://ftp.iana.org/tz/releases/tzcode%{version}.tar.gz
+Source2:        ftp://ftp.iana.org/tz/releases/tzdata%{version}.tar.gz.asc
+Source3:        ftp://ftp.iana.org/tz/releases/tzcode%{version}.tar.gz.asc
+# http://sks.mrball.net/pks/lookup?op=get&search=0xED97E90E62AA7E34
+Source4:        timezone.keyring
 Patch100:       tzcode-revert-01-8c9cb9580.patch
 Patch101:       tzcode-revert-02-301f794f3.patch
 Patch102:       tzcode-revert-03-39fd078a6.patch
@@ -37,6 +41,8 @@
 Patch3:         iso3166-uk.diff
 Patch4:         tzcode-link.diff
 Patch5:         tzcode-symlink.patch
+# PATCH-FIX-UPSTREAM 0001-Positive-leap-second-on-2016-12-31.patch bsc#988184
+Patch6:         0001-Positive-leap-second-on-2016-12-31.patch
 # COMMON-END
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -64,6 +70,7 @@
 %else
 %patch5 -p1
 %endif
+%patch6 -p1
 sed -ri 's@/usr/local/etc/zoneinfo@%{_datadir}/zoneinfo@g' *.[1358]
 # COMMON-PREP-END
 
@@ -74,7 +81,7 @@
 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" AWK=awk
+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=zoneinfo AWK=awk zones
 # Generate posixrules
 ./zic -y ./yearistype -d zoneinfo -p %{AREA}/%{ZONE}

++++++ 0001-Positive-leap-second-on-2016-12-31.patch ++++++
>From 6d5fc7fed0690f22574a9b795575e2bb7962716c Mon Sep 17 00:00:00 2001
From: Tim Parenti <t...@timtimeonline.com>
Date: Mon, 18 Jul 2016 23:10:36 -0400
Subject: [PATCH] Positive leap second on 2016-12-31

* leap-seconds.list: Per IERS Bulletin C52 (2016-07-06), a
positive leap second will be inserted into the UTC time scale at the end
of 2016-12-31.  Update file from NIST, retrieved from
<ftp://time.nist.gov/pub/leap-seconds.list>.
---
 leap-seconds.list | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/leap-seconds.list b/leap-seconds.list
index 7552796..22fa785 100644
--- a/leap-seconds.list
+++ b/leap-seconds.list
@@ -143,7 +143,7 @@
 #              Boulder, Colorado
 #              judah.lev...@nist.gov
 #
-#      Last Update of leap second values:   5 January 2015
+#      Last Update of leap second values:   8 July 2016
 #
 #      The following line shows this last update date in NTP timestamp
 #      format. This is the date on which the most recent change to
@@ -151,7 +151,7 @@
 #      be identified by the unique pair of characters in the first two
 #      columns as shown below.
 #
-#$      3629404800
+#$      3676924800
 #
 #      The NTP timestamps are in units of seconds since the NTP epoch,
 #      which is 1 January 1900, 00:00:00. The Modified Julian Day number
@@ -199,10 +199,10 @@
 #      current -- the update time stamp, the data and the name of the file
 #      will not change.
 #
-#      Updated through IERS Bulletin C51
-#      File expires on:  28 December 2016
+#      Updated through IERS Bulletin C52
+#      File expires on:  28 June 2017
 #
-#@     3691872000
+#@     3707596800
 #
 2272060800     10      # 1 Jan 1972
 2287785600     11      # 1 Jul 1972
@@ -231,6 +231,7 @@
 3439756800     34      # 1 Jan 2009
 3550089600     35      # 1 Jul 2012
 3644697600     36      # 1 Jul 2015
+3692217600     37      # 1 Jan 2017
 #
 #      the following special comment contains the
 #      hash value of the data in this file computed
@@ -246,4 +247,4 @@
 #      the hash line is also ignored in the
 #      computation.
 #
-#h     afc03691 8ff53838 42080ba1 cdd22f1 48192c10
+#h     dacf2c42 2c4765d6 3c797af8 2cf630eb 699c8c67
-- 
2.6.6


Reply via email to