- cleanup; changes since 2009u are:
* DST changes: Asia/Dhaka (yet again), Pacific/Fiji, Pacific/Apia, America/Santiago, Pacific/Easter, America/Asuncion * New zones: America/Matamoros, America/Ojinaga, America/Santa_Isabel - fix up previous changes entry OBS-URL: https://build.opensuse.org/package/show/Base:System/timezone?expand=0&rev=19
This commit is contained in:
parent
3f7dfb7cec
commit
6f853b7d35
@ -1,18 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 5 14:27:27 CET 2010 - pbaudis@suse.cz
|
||||
|
||||
- update tzdata to 2009u:
|
||||
* DST changes: Asia/Damascus, Asia/Dhaka, Pacific/Fiji
|
||||
* GMT offset changes: some bases in Antartica
|
||||
* New zones: Asia/Novokuznetsk
|
||||
* Historical changes: Asia/Hong_Kong
|
||||
- typo fix in Asia/Dhaka Jun 2009 transition rule
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 8 22:53:36 CET 2009 - jengelh@medozas.de
|
||||
|
||||
- enable parallel building
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 3 19:14:45 UTC 2009 - coolo@novell.com
|
||||
|
||||
|
@ -1,65 +0,0 @@
|
||||
#
|
||||
# spec file for package timezone-java (Version 2009u)
|
||||
#
|
||||
# Copyright (c) 2010 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
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: timezone-java
|
||||
BuildRequires: fastjar gcc-gij javazic
|
||||
License: Public Domain, Freeware
|
||||
Summary: Timezone Descriptions
|
||||
Group: System/Base
|
||||
# COMMON-BEGIN
|
||||
# COMMON-BEGIN
|
||||
Version: 2009u
|
||||
Release: 1
|
||||
Source: tzdata%{version}.tar.gz
|
||||
Source1: tzcode2009k.tar.gz
|
||||
# COMMON-END
|
||||
# COMMON-END
|
||||
Url: http://www.gnu.org/software/libc/libc.html
|
||||
PreReq: filesystem, coreutils
|
||||
BuildArch: noarch
|
||||
Provides: tzdata-java = %{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
These are configuration files that describe available time zones - this
|
||||
package is intended for Java Virtual Machine based on OpenJDK.
|
||||
|
||||
|
||||
|
||||
%prep
|
||||
%setup -c
|
||||
|
||||
%build
|
||||
gij -jar %{_javadir}/javazic.jar -V %{version} \
|
||||
-d javazi \
|
||||
africa antarctica asia australasia europe northamerica pacificnew \
|
||||
southamerica backward etcetera solar87 solar88 solar89 systemv \
|
||||
%{_datadir}/javazic/tzdata_jdk/gmt \
|
||||
%{_datadir}/javazic/tzdata_jdk/jdk11_backward
|
||||
|
||||
%install
|
||||
install -d -m 0755 $RPM_BUILD_ROOT/%{_datadir}
|
||||
cp -a javazi $RPM_BUILD_ROOT%{_datadir}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/javazi
|
||||
|
||||
%changelog
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 18 17:07:37 CET 2010 - pbaudis@suse.cz
|
||||
|
||||
- cleanup; changes since 2009u are:
|
||||
* DST changes: Asia/Dhaka (yet again), Pacific/Fiji, Pacific/Apia,
|
||||
America/Santiago, Pacific/Easter, America/Asuncion
|
||||
* New zones: America/Matamoros, America/Ojinaga, America/Santa_Isabel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 14 13:04:16 UTC 2010 - crrodriguez@opensuse.org
|
||||
|
||||
- Update to 2010e, including Chile's emergency DST changes
|
||||
- Update code to 2010c - mostly just cleanups
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 5 14:27:27 CET 2010 - pbaudis@suse.cz
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package timezone (Version 2009u)
|
||||
# spec file for package timezone (Version 2009p)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 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
|
||||
@ -25,16 +25,15 @@ Group: System/Base
|
||||
Url: http://www.gnu.org/software/libc/libc.html
|
||||
PreReq: filesystem, coreutils
|
||||
# COMMON-BEGIN
|
||||
Version: 2009u
|
||||
Version: 2010e
|
||||
Release: 1
|
||||
Source: tzdata%{version}.tar.gz
|
||||
Source1: tzcode2009k.tar.gz
|
||||
Source1: tzcode2010c.tar.gz
|
||||
# COMMON-END
|
||||
Patch0: tzdata-china.diff
|
||||
Patch1: tzcode-zic.diff
|
||||
Patch2: tzcode-ksh.diff
|
||||
Patch3: iso3166-uk.diff
|
||||
Patch4: tzdata-dhaka.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%global AREA Etc
|
||||
%global ZONE UTC
|
||||
@ -51,7 +50,6 @@ can select an appropriate time zone for your system with YaST.
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4 -p1
|
||||
|
||||
%build
|
||||
unset ${!LC_*}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2581f4ce19b11e4218ad0b2859679485af1cefe036f52643c8fb20024c8f5d45
|
||||
size 190353
|
@ -1,19 +0,0 @@
|
||||
commit 7a01df85b44c994c09ac03b0694583e38542921d
|
||||
Author: Petr Baudis <pbaudis@suse.cz>
|
||||
Date: Thu Jan 7 14:31:32 2010 +0100
|
||||
|
||||
Dhaka rule typo fix, from the mailing list
|
||||
|
||||
Index: timezone-2009u/asia
|
||||
===================================================================
|
||||
--- timezone-2009u.orig/asia
|
||||
+++ timezone-2009u/asia
|
||||
@@ -226,7 +226,7 @@ Zone Asia/Bahrain 3:22:20 - LMT 1920 #
|
||||
# establishment of a rule.
|
||||
|
||||
# Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
|
||||
-Rule Dhaka 2009 only - Jun 29 23:00 1 S
|
||||
+Rule Dhaka 2009 only - Jun 19 23:00 1 S
|
||||
Rule Dhaka 2010 only - Jan 1 0:00 - -
|
||||
Rule Dhaka 2010 max - Mar 31 23:00 1 S
|
||||
Rule Dhaka 2010 max - Nov 1 0:00 - -
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7cbd82597590ca279e042dbeace91553806c4b4dbff25c34b843a4f1d07e0384
|
||||
size 185958
|
3
tzdata2010e.tar.gz
Normal file
3
tzdata2010e.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09ebe8787560ef0a0b8b27a115d0d79d4b9e4ed9d48e768426c59ad18b73abd6
|
||||
size 187452
|
Loading…
Reference in New Issue
Block a user