diff --git a/timezone-java.changes b/timezone-java.changes index 3176151..9bd8552 100644 --- a/timezone-java.changes +++ b/timezone-java.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Feb 1 20:22:12 UTC 2013 - schwab@linux-m68k.org + +- Define TM_GMTOFF and TM_ZONE like glibc did + +------------------------------------------------------------------- +Tue Nov 13 17:55:55 UTC 2012 - dmueller@suse.com + +- update to 2012j: + * Libya moved to CET this weekend, but with DST planned next year + ------------------------------------------------------------------- Mon Nov 5 12:06:12 UTC 2012 - dmueller@suse.com diff --git a/timezone-java.spec b/timezone-java.spec index 713f3fd..1e7eb99 100644 --- a/timezone-java.spec +++ b/timezone-java.spec @@ -1,7 +1,7 @@ # # spec file for package timezone-java # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/timezone-java.spec.in b/timezone-java.spec.in index ca63d65..5dba53b 100644 --- a/timezone-java.spec.in +++ b/timezone-java.spec.in @@ -1,7 +1,7 @@ # -# spec file for package timezone-java (Version 2008h) +# spec file for package timezone-java # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,13 +15,13 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: timezone-java -BuildRequires: fastjar gcc-gij javazic -License: BSD-3-Clause and SUSE-Public-Domain +BuildRequires: fastjar +BuildRequires: gcc-gij +BuildRequires: javazic Summary: Timezone Descriptions +License: BSD-3-Clause and SUSE-Public-Domain Group: System/Base # COMMON-BEGIN # COMMON-END @@ -59,6 +59,3 @@ cp -a javazi $RPM_BUILD_ROOT%{_datadir} %{_datadir}/javazi %changelog -* Mon Sep 29 2008 mvyskocil@suse.cz -- Moved the timezone-java to separate specfile (adrian's request for better - bootstrapping of SUSE) diff --git a/timezone.changes b/timezone.changes index 8ccd94a..9bd8552 100644 --- a/timezone.changes +++ b/timezone.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 1 20:22:12 UTC 2013 - schwab@linux-m68k.org + +- Define TM_GMTOFF and TM_ZONE like glibc did + ------------------------------------------------------------------- Tue Nov 13 17:55:55 UTC 2012 - dmueller@suse.com diff --git a/timezone.spec b/timezone.spec index 42d8317..2d61ee4 100644 --- a/timezone.spec +++ b/timezone.spec @@ -1,7 +1,7 @@ # # spec file for package timezone # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -63,7 +63,7 @@ LC_ALL=POSIX AREA=%{AREA} ZONE=%{ZONE} export AREA LANG LC_ALL ZONE -make %{?_smp_mflags} TZDIR=%{_prefix}/share/zoneinfo CFLAGS="$RPM_OPT_FLAGS -DHAVE_GETTEXT=1 -DTZDEFAULT='\"/etc/localtime\"'" AWK=awk +make %{?_smp_mflags} TZDIR=%{_prefix}/share/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=zoneinfo AWK=awk zones # Generate posixrules ./zic -y ./yearistype -d zoneinfo -p %{AREA}/%{ZONE}