Accepting request 374223 from home:leonardocf:branches:Base:System

Timezone update 2016b [boo#971377]

OBS-URL: https://build.opensuse.org/request/show/374223
OBS-URL: https://build.opensuse.org/package/show/Base:System/timezone?expand=0&rev=170
This commit is contained in:
2016-03-18 10:09:33 +00:00
committed by Git OBS Bridge
parent 6548f647d3
commit 2f4ae5acab
20 changed files with 604 additions and 69 deletions

View File

@@ -1,8 +1,8 @@
Index: timezone-2015d/zic.c
Index: timezone-2016b/zic.c
===================================================================
--- timezone-2015d.orig/zic.c
+++ timezone-2015d/zic.c
@@ -777,8 +777,10 @@ dolink(const char *const fromfield, cons
--- timezone-2016b.orig/zic.c
+++ timezone-2016b/zic.c
@@ -788,8 +788,10 @@ dolink(char const *fromfield, char const
memcpy(p, "../", 3);
strcpy(p, t);
result = symlink(symlinkcontents, toname);