package/zic: bump version to 2016a

Removed 0001-fix-dependencies.patch as this has now been fixed upstream

Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Martin Bark 2016-01-30 14:52:22 +00:00 committed by Peter Korsgaard
parent 9ebb7f6003
commit 46dcbcfd39
3 changed files with 3 additions and 30 deletions

View file

@ -1,27 +0,0 @@
From 4a2a55a640dd9316dac5f31832064f28f59ab0ae Mon Sep 17 00:00:00 2001
From: Richard Braun <rbraun@sceen.net>
Date: Fri, 4 Jan 2013 10:57:24 +0100
Subject: [PATCH] zic: fix dependencies
The yearistype script is provided by the tzdata package, and is required
at runtime only.
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index d76a81e..30df7dc 100644
--- a/Makefile
+++ b/Makefile
@@ -349,7 +349,7 @@ version.h:
zdump: $(TZDOBJS)
$(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(TZDOBJS) $(LDLIBS)
-zic: $(TZCOBJS) yearistype
+zic: $(TZCOBJS)
$(CC) -o $@ $(CFLAGS) $(LDFLAGS) $(TZCOBJS) $(LDLIBS)
yearistype: yearistype.sh
--
1.7.2.5

View file

@ -1,2 +1,2 @@
# From: http://mm.icann.org/pipermail/tz-announce/2015-October/000034.html
sha512 44da833da3afdb82636a953785372bb4c765e61e40d700da40b46ab70007ebdbde4d480e10b87cbb36c45eaaffcaa6b9894375e2f553b7d16655dc167cd4a11f tzcode2015g.tar.gz
# From: http://mm.icann.org/pipermail/tz-announce/2016-January/000035.html
sha512 33a1078ba16aef19048aa97ce1816fc5368061bfe40eddc0e7e246ca57c4a535eaf2f03847128e971a6d959f34ea77224bf33fd53dc6a0c006450dde35222223 tzcode2016a.tar.gz

View file

@ -4,7 +4,7 @@
#
################################################################################
ZIC_VERSION = 2015g
ZIC_VERSION = 2016a
ZIC_SOURCE = tzcode$(ZIC_VERSION).tar.gz
ZIC_SITE = http://www.iana.org/time-zones/repository/releases
ZIC_STRIP_COMPONENTS = 0