Accepting request 323135 from home:AndreasStieger:branches:Base:System

timezone update 2015f [boo#941249]

OBS-URL: https://build.opensuse.org/request/show/323135
OBS-URL: https://build.opensuse.org/package/show/Base:System/timezone?expand=0&rev=164
This commit is contained in:
2015-08-14 15:25:10 +00:00
committed by Git OBS Bridge
parent a05d012764
commit af999cec26
14 changed files with 86 additions and 59 deletions

View File

@@ -15,11 +15,11 @@ This patch changes the order to:
2. File copy
3. Symbolic link
Index: timezone-2015d/zic.c
Index: timezone-2015f/zic.c
===================================================================
--- timezone-2015d.orig/zic.c
+++ timezone-2015d/zic.c
@@ -734,6 +734,23 @@ relname(char const *dir, char const *bas
--- timezone-2015f.orig/zic.c
+++ timezone-2015f/zic.c
@@ -738,6 +738,23 @@ relname(char const *dir, char const *bas
}
}
@@ -41,9 +41,9 @@ Index: timezone-2015d/zic.c
+}
+
static void
dolink(const char *const fromfield, const char *const tofield)
dolink(char const *fromfield, char const *tofield)
{
@@ -763,6 +780,8 @@ dolink(const char *const fromfield, cons
@@ -767,6 +784,8 @@ dolink(char const *fromfield, char const
exit(EXIT_FAILURE);
result = link(fromname, toname);