SHA256
1
0
forked from pool/timezone
Dr. Werner Fink 2013-10-23 07:37:26 +00:00 committed by Git OBS Bridge
parent ecbc13681b
commit 345c6e24b5
2 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Oct 23 07:36:26 UTC 2013 - werner@suse.de
- Re-run pre_checkin.sh to prepare timezone-jave.spec
-------------------------------------------------------------------
Mon Oct 14 13:56:20 UTC 2013 - werner@suse.de
- Add patch tzcode-fromname.patch to correct path expansion for
local time link (bnc#845530)
- Modify tzcode-link.diff to fit with tzcode-fromname.patch
- Modify tzcode-symlink.patch to fit with tzcode-fromname.patch
and to avoid broken posixrules if /etc/localtime is a symlink
-------------------------------------------------------------------
Wed Oct 2 23:35:00 UTC 2013 - lchiquitto@suse.com

View File

@ -31,6 +31,8 @@ Source: ftp://ftp.iana.org/tz/releases/tzdata%{version}.tar.gz
Source1: ftp://ftp.iana.org/tz/releases/tzcode%{version}.tar.gz
Patch0: tzdata-china.diff
Patch1: tzcode-zic.diff
# PATCH-FIX-OPENSUSE bnc#845530
Patch2: tzcode-fromname.patch
Patch3: iso3166-uk.diff
Patch4: tzcode-link.diff
Patch5: tzcode-symlink.patch
@ -54,12 +56,14 @@ package is intended for Java Virtual Machine based on OpenJDK.
# COMMON-PREP-BEGIN
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%if 0%{?suse_version} < 1220
%patch4 -p1
%else
%patch5 -p1
%endif
sed -ri 's@/usr/local/etc/zoneinfo@%{_datadir}/zoneinfo@g' *.[1358]
# COMMON-PREP-END
# COMMON-PREP-END