tzdata: update to 2018i

Message ID 60c5b0a3-6a57-5514-52f6-c19e95ef3ebb@link38.eu
State Dropped
Headers
Series tzdata: update to 2018i |

Commit Message

Peter Müller Jan. 5, 2019, 9:30 p.m. UTC
  Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
---
 tzdata/tzdata.nm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
  

Comments

Michael Tremer Jan. 8, 2019, 12:05 a.m. UTC | #1
This merges fine, downloads and builds.

I will fix the release for you.

-Michael

> On 5 Jan 2019, at 10:30, Peter Müller <peter.mueller@link38.eu> wrote:
> 
> Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
> ---
> tzdata/tzdata.nm | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/tzdata/tzdata.nm b/tzdata/tzdata.nm
> index d24bd2237..a9cfbc0a1 100644
> --- a/tzdata/tzdata.nm
> +++ b/tzdata/tzdata.nm
> @@ -3,16 +3,16 @@
> # Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
> ###############################################################################
> 
> -tzdata_version = 2018c
> -tzcode_version = 2018c
> +tzdata_version = 2018i
> +tzcode_version = 2018i
> 
> name       = tzdata
> version    = %{tzdata_version}
> -release    = 1
> +release    = 2
> arch       = noarch
> 
> groups     = System/Base
> -url        = http://www.iana.org/time-zones
> +url        = https://www.iana.org/time-zones
> license    = Public Domain
> summary    = Timezone data.
> 
> @@ -21,7 +21,7 @@ description
> 	the world.
> end
> 
> -source_dl += http://www.iana.org/time-zones/repository/releases/
> +source_dl += https://www.iana.org/time-zones/repository/releases/
> sources    = tzdata%{tzdata_version}.tar.gz tzcode%{tzcode_version}.tar.gz
> 
> build
> -- 
> 2.16.4
  

Patch

diff --git a/tzdata/tzdata.nm b/tzdata/tzdata.nm
index d24bd2237..a9cfbc0a1 100644
--- a/tzdata/tzdata.nm
+++ b/tzdata/tzdata.nm
@@ -3,16 +3,16 @@ 
 # Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
 ###############################################################################
 
-tzdata_version = 2018c
-tzcode_version = 2018c
+tzdata_version = 2018i
+tzcode_version = 2018i
 
 name       = tzdata
 version    = %{tzdata_version}
-release    = 1
+release    = 2
 arch       = noarch
 
 groups     = System/Base
-url        = http://www.iana.org/time-zones
+url        = https://www.iana.org/time-zones
 license    = Public Domain
 summary    = Timezone data.
 
@@ -21,7 +21,7 @@  description
 	the world.
 end
 
-source_dl += http://www.iana.org/time-zones/repository/releases/
+source_dl += https://www.iana.org/time-zones/repository/releases/
 sources    = tzdata%{tzdata_version}.tar.gz tzcode%{tzcode_version}.tar.gz
 
 build