forked from pool/timezone
This commit is contained in:
parent
70684d6c50
commit
885913a6a3
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 23 13:30:01 CET 2009 - dmueller@suse.de
|
||||||
|
|
||||||
|
- update to 2009b:
|
||||||
|
* leapseconds: updated to reflect no mid-2009 leap second
|
||||||
|
* zic.c: fix fence-post error (fixes corrupt timezone
|
||||||
|
database)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 3 14:14:30 CET 2009 - dmueller@suse.de
|
Tue Feb 3 14:14:30 CET 2009 - dmueller@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package timezone-java (Version 2009a)
|
# spec file for package timezone-java (Version 2009b)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -25,10 +25,10 @@ Summary: Timezone Descriptions
|
|||||||
Group: System/Base
|
Group: System/Base
|
||||||
# COMMON-BEGIN
|
# COMMON-BEGIN
|
||||||
# COMMON-BEGIN
|
# COMMON-BEGIN
|
||||||
Version: 2009a
|
Version: 2009b
|
||||||
Release: 1
|
Release: 2
|
||||||
Source: tzdata%{version}.tar.gz
|
Source: tzdata%{version}.tar.gz
|
||||||
%define tzcode_version 2009a
|
%define tzcode_version 2009b
|
||||||
Source1: tzcode%{tzcode_version}.tar.gz
|
Source1: tzcode%{tzcode_version}.tar.gz
|
||||||
# COMMON-END
|
# COMMON-END
|
||||||
# COMMON-END
|
# COMMON-END
|
||||||
@ -64,6 +64,11 @@ cp -a javazi $RPM_BUILD_ROOT%{_datadir}
|
|||||||
%{_datadir}/javazi
|
%{_datadir}/javazi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 23 2009 dmueller@suse.de
|
||||||
|
- update to 2009b:
|
||||||
|
* leapseconds: updated to reflect no mid-2009 leap second
|
||||||
|
* zic.c: fix fence-post error (fixes corrupt timezone
|
||||||
|
database)
|
||||||
* Tue Feb 03 2009 dmueller@suse.de
|
* Tue Feb 03 2009 dmueller@suse.de
|
||||||
- update to 2009a:
|
- update to 2009a:
|
||||||
* asia
|
* asia
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 23 13:30:01 CET 2009 - dmueller@suse.de
|
||||||
|
|
||||||
|
- update to 2009b:
|
||||||
|
* leapseconds: updated to reflect no mid-2009 leap second
|
||||||
|
* zic.c: fix fence-post error (fixes corrupt timezone
|
||||||
|
database)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 3 14:14:30 CET 2009 - dmueller@suse.de
|
Tue Feb 3 14:14:30 CET 2009 - dmueller@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package timezone (Version 2009a)
|
# spec file for package timezone (Version 2009b)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -25,10 +25,10 @@ Group: System/Base
|
|||||||
Url: http://www.gnu.org/software/libc/libc.html
|
Url: http://www.gnu.org/software/libc/libc.html
|
||||||
PreReq: filesystem, coreutils
|
PreReq: filesystem, coreutils
|
||||||
# COMMON-BEGIN
|
# COMMON-BEGIN
|
||||||
Version: 2009a
|
Version: 2009b
|
||||||
Release: 1
|
Release: 2
|
||||||
Source: tzdata%{version}.tar.gz
|
Source: tzdata%{version}.tar.gz
|
||||||
%define tzcode_version 2009a
|
%define tzcode_version 2009b
|
||||||
Source1: tzcode%{tzcode_version}.tar.gz
|
Source1: tzcode%{tzcode_version}.tar.gz
|
||||||
# COMMON-END
|
# COMMON-END
|
||||||
Patch0: tzdata-china.diff
|
Patch0: tzdata-china.diff
|
||||||
@ -93,6 +93,11 @@ fi
|
|||||||
%{_sbindir}/zic
|
%{_sbindir}/zic
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 23 2009 dmueller@suse.de
|
||||||
|
- update to 2009b:
|
||||||
|
* leapseconds: updated to reflect no mid-2009 leap second
|
||||||
|
* zic.c: fix fence-post error (fixes corrupt timezone
|
||||||
|
database)
|
||||||
* Tue Feb 03 2009 dmueller@suse.de
|
* Tue Feb 03 2009 dmueller@suse.de
|
||||||
- update to 2009a:
|
- update to 2009a:
|
||||||
* asia
|
* asia
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ead8d62a4b008078731bab34c149003eed23d1c47d43e35e19742b8fa4241f9b
|
|
||||||
size 189899
|
|
3
tzcode2009b.tar.gz
Normal file
3
tzcode2009b.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4117dbd3864616e8391e79fffe2b4da999f7251763bc77a7b7006df57220400c
|
||||||
|
size 190156
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c704d5a99f4e995b68e0463f206aad38dbddea7e9338d0ccc0abca901dd40100
|
|
||||||
size 174994
|
|
3
tzdata2009b.tar.gz
Normal file
3
tzdata2009b.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f2c4e8f816a1e15c46ec78e23fcbe18d559e925cc2c99799243e5a749b2a8c68
|
||||||
|
size 174900
|
Loading…
Reference in New Issue
Block a user