|
|
3c51bf |
Name: compat-locales-sap
|
|
|
3c51bf |
Version: 1.0.10
|
|
|
3c51bf |
Release: 1%{?dist}
|
|
|
3c51bf |
Summary: Compatibility locales for SAP
|
|
|
3c51bf |
|
|
|
3c51bf |
Group: System Environment/Libraries
|
|
|
3c51bf |
License: LGPLv2+ and GPLv2+
|
|
|
3c51bf |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
3c51bf |
Source0: COPYING
|
|
|
3c51bf |
Source1: saplocales-2.2.5.tgz
|
|
|
3c51bf |
Source2: sysdep.h
|
|
|
3c51bf |
Source3: shift_jisx0213-2.5-20061008T1257.tgz
|
|
|
3c51bf |
# these locales changed in glibc-2.7
|
|
|
3c51bf |
Source13: glibc-2.5-es_ES
|
|
|
3c51bf |
Source14: glibc-2.5-de_DE
|
|
|
3c51bf |
Requires: %{name}-common = %{version}-%{release}
|
|
|
3c51bf |
Patch0: saplocales-2.2.5-rhel5.patch
|
|
|
3c51bf |
Patch1: glibc-cs_CZ@SAP.patch
|
|
|
3c51bf |
Patch2: glibc-de_DE@POSIX.patch
|
|
|
3c51bf |
Patch3: glibc-en_US@POSIX.patch
|
|
|
3c51bf |
Patch4: glibc-sk_SK@SAP.patch
|
|
|
3c51bf |
Patch5: glibc-tr_TR@SAP.patch
|
|
|
3c51bf |
Patch6: glibc-de_DE@WINDOWS.patch
|
|
|
3c51bf |
Patch7: glibc-en_US@WINDOWS.patch
|
|
|
3c51bf |
Patch8: saplocales-2.2.5-SAPSJIS.patch
|
|
|
3c51bf |
Patch9: glibc-es_ES@SAP.patch
|
|
|
3c51bf |
Patch10: glibc-en_US@Solaris.patch
|
|
|
3c51bf |
Patch11: glibc-de_DE@Solaris.patch
|
|
|
3c51bf |
Patch12: glibc-en_US@HPUX.patch
|
|
|
3c51bf |
Patch13: glibc-de_DE@HPUX.patch
|
|
|
3c51bf |
Patch14: glibc-pl_PL@HPUX.patch
|
|
|
3c51bf |
Patch15: saplocales-842448-shift-jisx0213.patch
|
|
|
3c51bf |
Patch16: glibc-cs_CZ@HPUX.patch
|
|
|
3c51bf |
|
|
|
3c51bf |
%description
|
|
|
3c51bf |
Compatibility locales for legacy data on SAP Application Servers.
|
|
|
3c51bf |
|
|
|
3c51bf |
This package provides gconv modules for SAPSJIS and SAPSJISX0213.
|
|
|
3c51bf |
|
|
|
3c51bf |
%package common
|
|
|
3c51bf |
Summary: SAP locale files
|
|
|
3c51bf |
Group: System Environment/Libraries
|
|
|
3c51bf |
License: GPLv2+
|
|
|
3c51bf |
|
|
|
3c51bf |
%description common
|
|
|
3c51bf |
This package provides various compatibility locales for use
|
|
|
3c51bf |
with SAP Application Servers:
|
|
|
3c51bf |
|
|
|
3c51bf |
cs_CZ.ISO-8859-2@SAP, cs_CZ.ISO-8859-2@HPUX, sk_SK.ISO-8859-2@SAP,
|
|
|
3c51bf |
lt_LT.ISO-8859-4@SAP, lv_LV.ISO-8859-4@SAP, et_EE.ISO-8859-4@SAP,
|
|
|
3c51bf |
tr_TR.ISO-8859-9@SAP,
|
|
|
3c51bf |
ja_JP.SAPSJIS, ko_KR.euckr@SAP,
|
|
|
3c51bf |
de_DE.ISO-8859-1@POSIX, en_US.ISO-8859-1@POSIX,
|
|
|
3c51bf |
de_DE.CP1252@WINDOWS, en_US.CP1252@WINDOWS,
|
|
|
3c51bf |
es_ES.ISO-8859-1@SAP,
|
|
|
3c51bf |
de_DE.ISO-8859-1@Solaris, en_US.ISO-8859-1@Solaris,
|
|
|
3c51bf |
de_DE.ISO-8859-1@HPUX, en_US.ISO-8859-1@HPUX,
|
|
|
3c51bf |
pl_PL.ISO-8859-1@HPUX
|
|
|
3c51bf |
|
|
|
3c51bf |
Note that SAPSJIS is incompatible with ASCII.
|
|
|
3c51bf |
|
|
|
3c51bf |
%prep
|
|
|
3c51bf |
%setup -q -T -c -a1
|
|
|
3c51bf |
%patch0 -p0 -b .orig
|
|
|
3c51bf |
cp -p %SOURCE0 .
|
|
|
3c51bf |
cp -p %SOURCE2 saplocales-2.2.5
|
|
|
3c51bf |
cd saplocales-2.2.5
|
|
|
3c51bf |
tar zxf %SOURCE3
|
|
|
3c51bf |
cd ..
|
|
|
3c51bf |
|
|
|
3c51bf |
cp -p %{_datadir}/i18n/locales/cs_CZ .
|
|
|
3c51bf |
%patch1 -p1 -b .orig
|
|
|
3c51bf |
mv cs_CZ{,@SAP}
|
|
|
3c51bf |
|
|
|
3c51bf |
cp -p %{_datadir}/i18n/locales/cs_CZ .
|
|
|
3c51bf |
%patch16 -p1 -b .orig
|
|
|
3c51bf |
mv cs_CZ{,@HPUX}
|
|
|
3c51bf |
|
|
|
3c51bf |
cp -p %SOURCE14 de_DE
|
|
|
3c51bf |
%patch2 -p1 -b .orig
|
|
|
3c51bf |
mv de_DE{,@POSIX}
|
|
|
3c51bf |
|
|
|
3c51bf |
cp -p %{_datadir}/i18n/locales/en_US .
|
|
|
3c51bf |
%patch3 -p1 -b .orig
|
|
|
3c51bf |
mv en_US{,@POSIX}
|
|
|
3c51bf |
|
|
|
3c51bf |
cp -p %{_datadir}/i18n/locales/sk_SK .
|
|
|
3c51bf |
%patch4 -p1 -b .orig
|
|
|
3c51bf |
mv sk_SK{,@SAP}
|
|
|
3c51bf |
|
|
|
3c51bf |
cp -p %{_datadir}/i18n/locales/tr_TR .
|
|
|
3c51bf |
%patch5 -p1 -b .orig
|
|
|
3c51bf |
mv tr_TR{,@SAP}
|
|
|
3c51bf |
|
|
|
3c51bf |
cp -p %{_datadir}/i18n/locales/de_DE .
|
|
|
3c51bf |
%patch6 -p1 -b .orig
|
|
|
3c51bf |
mv de_DE{,@WINDOWS}
|
|
|
3c51bf |
|
|
|
3c51bf |
cp -p %{_datadir}/i18n/locales/en_US .
|
|
|
3c51bf |
%patch7 -p1 -b .orig
|
|
|
3c51bf |
mv en_US{,@WINDOWS}
|
|
|
3c51bf |
|
|
|
3c51bf |
# SAPSJIS fixes
|
|
|
3c51bf |
%patch8 -p0 -b .orig
|
|
|
3c51bf |
|
|
|
3c51bf |
cp -p %SOURCE13 es_ES
|
|
|
3c51bf |
%patch9 -p1 -b .orig
|
|
|
3c51bf |
mv es_ES{,@SAP}
|
|
|
3c51bf |
|
|
|
3c51bf |
cp -p %{_datadir}/i18n/locales/en_US .
|
|
|
3c51bf |
%patch10 -p1 -b .orig
|
|
|
3c51bf |
mv en_US{,@Solaris}
|
|
|
3c51bf |
|
|
|
3c51bf |
cp -p %SOURCE14 de_DE
|
|
|
3c51bf |
%patch11 -p1 -b .orig
|
|
|
3c51bf |
mv de_DE{,@Solaris}
|
|
|
3c51bf |
|
|
|
3c51bf |
cp -p %{_datadir}/i18n/locales/en_US .
|
|
|
3c51bf |
%patch12 -p1 -b .orig
|
|
|
3c51bf |
mv en_US{,@HPUX}
|
|
|
3c51bf |
|
|
|
3c51bf |
cp -p %SOURCE14 de_DE
|
|
|
3c51bf |
%patch13 -p1 -b .orig
|
|
|
3c51bf |
mv de_DE{,@HPUX}
|
|
|
3c51bf |
|
|
|
3c51bf |
cp -p %{_datadir}/i18n/locales/pl_PL .
|
|
|
3c51bf |
%patch14 -p1 -b .orig
|
|
|
3c51bf |
mv pl_PL{,@HPUX}
|
|
|
3c51bf |
|
|
|
3c51bf |
gunzip -c %{_datadir}/i18n/charmaps/SHIFT_JISX0213.gz > saplocales-2.2.5/SAPSHIFT_JISX0213
|
|
|
3c51bf |
mv saplocales-2.2.5/{shift_jisx0213.c,SAPSJISX0213.c}
|
|
|
3c51bf |
%patch15 -p0 -b .orig
|
|
|
3c51bf |
|
|
|
3c51bf |
%build
|
|
|
3c51bf |
make -C saplocales-2.2.5 gconv/SAPSJIS.so NEWFLAGS="-DFOR_GLIBC_2_6_AND_LATER %{optflags}"
|
|
|
3c51bf |
make -C saplocales-2.2.5 gconv/SAPSJISX0213.so NEWFLAGS="-DFOR_GLIBC_2_6_AND_LATER %{optflags}"
|
|
|
3c51bf |
|
|
|
3c51bf |
%install
|
|
|
3c51bf |
rm -rf $RPM_BUILD_ROOT
|
|
|
3c51bf |
|
|
|
3c51bf |
mkdir -p $RPM_BUILD_ROOT%{_libdir}
|
|
|
3c51bf |
cp -a saplocales-2.2.5/gconv $RPM_BUILD_ROOT%{_libdir}
|
|
|
3c51bf |
|
|
|
3c51bf |
mkdir -p $RPM_BUILD_ROOT%{_datadir}/i18n/locales
|
|
|
3c51bf |
cp -p cs_CZ@SAP cs_CZ@HPUX de_DE@HPUX de_DE@POSIX de_DE@Solaris de_DE@WINDOWS en_US@HPUX en_US@POSIX en_US@Solaris en_US@WINDOWS es_ES@SAP pl_PL@HPUX sk_SK@SAP tr_TR@SAP $RPM_BUILD_ROOT%{_datadir}/i18n/locales/
|
|
|
3c51bf |
|
|
|
3c51bf |
mkdir -p $RPM_BUILD_ROOT%{_datadir}/i18n/charmaps
|
|
|
3c51bf |
cp -p saplocales-2.2.5/SAPSHIFT_JIS{,X0213} $RPM_BUILD_ROOT%{_datadir}/i18n/charmaps
|
|
|
3c51bf |
mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/locale
|
|
|
3c51bf |
|
|
|
3c51bf |
localedef --no-archive -ci $RPM_BUILD_ROOT%{_datadir}/i18n/locales/tr_TR@SAP \
|
|
|
3c51bf |
-f ISO-8859-9 \
|
|
|
3c51bf |
$RPM_BUILD_ROOT%{_prefix}/lib/locale/tr_TR@SAP
|
|
|
3c51bf |
localedef --no-archive -ci ko_KR \
|
|
|
3c51bf |
-f EUC-KR \
|
|
|
3c51bf |
$RPM_BUILD_ROOT%{_prefix}/lib/locale/ko_KR@SAP
|
|
|
3c51bf |
|
|
|
3c51bf |
localedef --no-archive -ci lt_LT \
|
|
|
3c51bf |
-f ISO-8859-4 \
|
|
|
3c51bf |
$RPM_BUILD_ROOT%{_prefix}/lib/locale/lt_LT@SAP
|
|
|
3c51bf |
localedef --no-archive -ci lv_LV \
|
|
|
3c51bf |
-f ISO-8859-4 \
|
|
|
3c51bf |
$RPM_BUILD_ROOT%{_prefix}/lib/locale/lv_LV@SAP
|
|
|
3c51bf |
localedef --no-archive -ci et_EE \
|
|
|
3c51bf |
-f ISO-8859-4 \
|
|
|
3c51bf |
$RPM_BUILD_ROOT%{_prefix}/lib/locale/et_EE@SAP
|
|
|
3c51bf |
|
|
|
3c51bf |
localedef --no-archive -ci $RPM_BUILD_ROOT%{_datadir}/i18n/locales/cs_CZ@SAP \
|
|
|
3c51bf |
-f ISO-8859-2 \
|
|
|
3c51bf |
$RPM_BUILD_ROOT%{_prefix}/lib/locale/cs_CZ@SAP
|
|
|
3c51bf |
localedef --no-archive -ci $RPM_BUILD_ROOT%{_datadir}/i18n/locales/cs_CZ@HPUX \
|
|
|
3c51bf |
-f ISO-8859-2 \
|
|
|
3c51bf |
$RPM_BUILD_ROOT%{_prefix}/lib/locale/cs_CZ@HPUX
|
|
|
3c51bf |
localedef --no-archive -ci $RPM_BUILD_ROOT%{_datadir}/i18n/locales/sk_SK@SAP \
|
|
|
3c51bf |
-f ISO-8859-2 \
|
|
|
3c51bf |
$RPM_BUILD_ROOT%{_prefix}/lib/locale/sk_SK@SAP
|
|
|
3c51bf |
|
|
|
3c51bf |
localedef --no-archive -ci $RPM_BUILD_ROOT%{_datadir}/i18n/locales/de_DE@POSIX \
|
|
|
3c51bf |
-f ISO-8859-1 \
|
|
|
3c51bf |
$RPM_BUILD_ROOT%{_prefix}/lib/locale/de_DE@POSIX
|
|
|
3c51bf |
localedef --no-archive -ci $RPM_BUILD_ROOT%{_datadir}/i18n/locales/en_US@POSIX \
|
|
|
3c51bf |
-f ISO-8859-1 \
|
|
|
3c51bf |
$RPM_BUILD_ROOT%{_prefix}/lib/locale/en_US@POSIX
|
|
|
3c51bf |
|
|
|
3c51bf |
localedef --no-archive -ci $RPM_BUILD_ROOT%{_datadir}/i18n/locales/de_DE@WINDOWS \
|
|
|
3c51bf |
-f CP1252 \
|
|
|
3c51bf |
$RPM_BUILD_ROOT%{_prefix}/lib/locale/de_DE@WINDOWS
|
|
|
3c51bf |
localedef --no-archive -ci $RPM_BUILD_ROOT%{_datadir}/i18n/locales/en_US@WINDOWS \
|
|
|
3c51bf |
-f CP1252 \
|
|
|
3c51bf |
$RPM_BUILD_ROOT%{_prefix}/lib/locale/en_US@WINDOWS
|
|
|
3c51bf |
|
|
|
3c51bf |
# ASCII incompatible locale
|
|
|
3c51bf |
localedef --no-archive -ci ja_JP \
|
|
|
3c51bf |
-f $RPM_BUILD_ROOT%{_datadir}/i18n/charmaps/SAPSHIFT_JISX0213 \
|
|
|
3c51bf |
$RPM_BUILD_ROOT%{_prefix}/lib/locale/ja_JP.SAPSJIS
|
|
|
3c51bf |
localedef --no-archive -ci ja_JP \
|
|
|
3c51bf |
-f $RPM_BUILD_ROOT%{_datadir}/i18n/charmaps/SAPSHIFT_JIS \
|
|
|
3c51bf |
$RPM_BUILD_ROOT%{_prefix}/lib/locale/ja_JP.OLDSAPSJIS
|
|
|
3c51bf |
|
|
|
3c51bf |
localedef --no-archive -ci $RPM_BUILD_ROOT%{_datadir}/i18n/locales/es_ES@SAP \
|
|
|
3c51bf |
-f ISO-8859-1 \
|
|
|
3c51bf |
$RPM_BUILD_ROOT%{_prefix}/lib/locale/es_ES@SAP
|
|
|
3c51bf |
|
|
|
3c51bf |
localedef --no-archive -ci $RPM_BUILD_ROOT%{_datadir}/i18n/locales/en_US@Solaris \
|
|
|
3c51bf |
-f ISO-8859-1 \
|
|
|
3c51bf |
$RPM_BUILD_ROOT%{_prefix}/lib/locale/en_US@Solaris
|
|
|
3c51bf |
localedef --no-archive -ci $RPM_BUILD_ROOT%{_datadir}/i18n/locales/de_DE@Solaris \
|
|
|
3c51bf |
-f ISO-8859-1 \
|
|
|
3c51bf |
$RPM_BUILD_ROOT%{_prefix}/lib/locale/de_DE@Solaris
|
|
|
3c51bf |
|
|
|
3c51bf |
localedef --no-archive -ci $RPM_BUILD_ROOT%{_datadir}/i18n/locales/en_US@HPUX \
|
|
|
3c51bf |
-f ISO-8859-1 \
|
|
|
3c51bf |
$RPM_BUILD_ROOT%{_prefix}/lib/locale/en_US@HPUX
|
|
|
3c51bf |
localedef --no-archive -ci $RPM_BUILD_ROOT%{_datadir}/i18n/locales/de_DE@HPUX \
|
|
|
3c51bf |
-f ISO-8859-1 \
|
|
|
3c51bf |
$RPM_BUILD_ROOT%{_prefix}/lib/locale/de_DE@HPUX
|
|
|
3c51bf |
localedef --no-archive -ci $RPM_BUILD_ROOT%{_datadir}/i18n/locales/pl_PL@HPUX \
|
|
|
3c51bf |
-f ISO-8859-2 \
|
|
|
3c51bf |
$RPM_BUILD_ROOT%{_prefix}/lib/locale/pl_PL@HPUX
|
|
|
3c51bf |
|
|
|
3c51bf |
gzip -n $RPM_BUILD_ROOT%{_datadir}/i18n/charmaps/SAPSHIFT_JIS*
|
|
|
3c51bf |
|
|
|
3c51bf |
%clean
|
|
|
3c51bf |
rm -rf $RPM_BUILD_ROOT
|
|
|
3c51bf |
|
|
|
3c51bf |
%posttrans
|
|
|
3c51bf |
sed -i -e "/SAPSJIS/d" %{_libdir}/gconv/gconv-modules
|
|
|
3c51bf |
sed -i -e "/SAPSJISX0213/d" %{_libdir}/gconv/gconv-modules
|
|
|
3c51bf |
|
|
|
3c51bf |
# from to module cost
|
|
|
3c51bf |
cat >> %{_libdir}/gconv/gconv-modules << EOF
|
|
|
3c51bf |
alias SAPSHIFT_JIS// SAPSJIS//
|
|
|
3c51bf |
module SAPSJIS// INTERNAL SAPSJIS 1
|
|
|
3c51bf |
module INTERNAL SAPSJIS// SAPSJIS 1
|
|
|
3c51bf |
|
|
|
3c51bf |
alias SAPSHIFT_JISX0213// SAPSJISX0213//
|
|
|
3c51bf |
module SAPSJISX0213// INTERNAL SAPSJISX0213 1
|
|
|
3c51bf |
module INTERNAL SAPSJISX0213// SAPSJISX0213 1
|
|
|
3c51bf |
EOF
|
|
|
3c51bf |
# mv or ln instead of cp makes firefox crash:
|
|
|
3c51bf |
cp %{_prefix}/lib/locale/locale-archive %{_prefix}/lib/locale/locale-archive.tmpl
|
|
|
3c51bf |
%{_prefix}/sbin/build-locale-archive
|
|
|
3c51bf |
%{_sbindir}/glibc_post_upgrade.%{_target_cpu}
|
|
|
3c51bf |
exit 0
|
|
|
3c51bf |
|
|
|
3c51bf |
%postun
|
|
|
3c51bf |
if [ $1 -eq 0 ] ; then
|
|
|
3c51bf |
sed -i -e "/SAPSJIS/d" %{_libdir}/gconv/gconv-modules
|
|
|
3c51bf |
sed -i -e "/SAPSJISX0213/d" %{_libdir}/gconv/gconv-modules
|
|
|
3c51bf |
%{_sbindir}/glibc_post_upgrade.%{_target_cpu}
|
|
|
3c51bf |
fi
|
|
|
3c51bf |
exit 0
|
|
|
3c51bf |
|
|
|
3c51bf |
%postun common
|
|
|
3c51bf |
if [ $1 = 0 ] ; then
|
|
|
3c51bf |
for i in \
|
|
|
3c51bf |
tr_TR@SAP \
|
|
|
3c51bf |
tr_TR.iso88599@SAP \
|
|
|
3c51bf |
ko_KR@SAP \
|
|
|
3c51bf |
ko_KR.euckr@SAP \
|
|
|
3c51bf |
lt_LT@SAP \
|
|
|
3c51bf |
lt_LT.iso88594@SAP \
|
|
|
3c51bf |
lv_LV@SAP \
|
|
|
3c51bf |
lv_LV.iso88594@SAP \
|
|
|
3c51bf |
et_EE@SAP \
|
|
|
3c51bf |
et_EE.iso88594@SAP \
|
|
|
3c51bf |
cs_CZ@SAP \
|
|
|
3c51bf |
cs_CZ.iso88592@SAP \
|
|
|
3c51bf |
cs_CZ@HPUX \
|
|
|
3c51bf |
cs_CZ.iso88592@HPUX \
|
|
|
3c51bf |
sk_SK@SAP \
|
|
|
3c51bf |
sk_SK.iso88592@SAP \
|
|
|
3c51bf |
de_DE@POSIX \
|
|
|
3c51bf |
de_DE.iso88591@POSIX \
|
|
|
3c51bf |
en_US@POSIX \
|
|
|
3c51bf |
en_US.iso88591@POSIX \
|
|
|
3c51bf |
de_DE@WINDOWS \
|
|
|
3c51bf |
de_DE.cp1252@WINDOWS \
|
|
|
3c51bf |
en_US@WINDOWS \
|
|
|
3c51bf |
en_US.cp1252@WINDOWS \
|
|
|
3c51bf |
ja_JP.sapsjis \
|
|
|
3c51bf |
ja_JP.oldsapsjis \
|
|
|
3c51bf |
es_ES@SAP \
|
|
|
3c51bf |
es_ES.iso88591@SAP \
|
|
|
3c51bf |
en_US@Solaris \
|
|
|
3c51bf |
en_US.iso88591@Solaris \
|
|
|
3c51bf |
de_DE@Solaris \
|
|
|
3c51bf |
de_DE.iso88591@Solaris \
|
|
|
3c51bf |
en_US@HPUX \
|
|
|
3c51bf |
en_US.iso88591@HPUX \
|
|
|
3c51bf |
de_DE@HPUX \
|
|
|
3c51bf |
de_DE.iso88591@HPUX \
|
|
|
3c51bf |
pl_PL@HPUX \
|
|
|
3c51bf |
pl_PL.iso88592@HPUX \
|
|
|
3c51bf |
;
|
|
|
3c51bf |
do localedef --delete-from-archive $i
|
|
|
3c51bf |
done
|
|
|
3c51bf |
fi
|
|
|
3c51bf |
|
|
|
3c51bf |
%files
|
|
|
3c51bf |
%defattr(-,root,root,-)
|
|
|
3c51bf |
%doc saplocales-2.2.5/COPYING.LIB
|
|
|
3c51bf |
%{_libdir}/gconv/*
|
|
|
3c51bf |
|
|
|
3c51bf |
%files common
|
|
|
3c51bf |
%defattr(-,root,root,-)
|
|
|
3c51bf |
%doc COPYING
|
|
|
3c51bf |
%{_datadir}/i18n/charmaps/*
|
|
|
3c51bf |
%{_datadir}/i18n/locales/*
|
|
|
3c51bf |
%dir %{_prefix}/lib/locale
|
|
|
3c51bf |
%{_prefix}/lib/locale/*
|
|
|
3c51bf |
|
|
|
3c51bf |
%changelog
|
|
|
3c51bf |
* Wed Sep 30 2015 Mike Fabian <mfabian@redhat.com> - 1.0.10-1
|
|
|
3c51bf |
- prevent locales being lost on glibc-common update (#1247865)
|
|
|
3c51bf |
|
|
|
3c51bf |
* Tue Sep 08 2015 Mike Fabian <mfabian@redhat.com> - 1.0.9-1
|
|
|
3c51bf |
- add cs_CZ.ISO-8859-2@HPUX (#1255466)
|
|
|
3c51bf |
|
|
|
3c51bf |
* Thu Jan 24 2013 Jens Petersen <petersen@redhat.com> - 1.0.8-4
|
|
|
3c51bf |
- change ja_JP.SAPSJIS locale from SAP SHIFT_JIS to SAP SHIFT_JISX0213
|
|
|
3c51bf |
(Takao Fujiwara, #888856)
|
|
|
3c51bf |
- previous ja_JP.SAPSJIS locale is still available as ja_JP.oldsapsjis
|
|
|
3c51bf |
- fix install and uninstall scripts to setup the Shift JIS gconv modules
|
|
|
3c51bf |
correctly when upgrading
|
|
|
3c51bf |
|
|
|
3c51bf |
* Fri Mar 9 2012 Jens Petersen <petersen@redhat.com> - 1.0.7-2
|
|
|
3c51bf |
- further fixes to pl_PL.ISO-8859-2@HPUX (#784196)
|
|
|
3c51bf |
|
|
|
3c51bf |
* Thu Feb 23 2012 Jens Petersen <petersen@redhat.com> - 1.0.7-1
|
|
|
3c51bf |
- add pl_PL.ISO-8859-2@HPUX (#784196)
|
|
|
3c51bf |
|
|
|
3c51bf |
* Fri Feb 18 2011 Jens Petersen <petersen@redhat.com> - 1.0.6-2
|
|
|
3c51bf |
- fix collation of HPUX locales
|
|
|
3c51bf |
|
|
|
3c51bf |
* Mon Feb 14 2011 Jens Petersen <petersen@redhat.com> - 1.0.6-1
|
|
|
3c51bf |
- add de_DE.ISO-8859-1@Solaris and en_US.ISO-8859-1@Solaris
|
|
|
3c51bf |
(Pravin Satpute, #677352)
|
|
|
3c51bf |
- add de_DE.ISO-8859-1@HPUX and en_US.ISO-8859-1@HPUX
|
|
|
3c51bf |
(Pravin Satpute, #677354)
|
|
|
3c51bf |
|
|
|
3c51bf |
* Thu Sep 2 2010 Jens Petersen <petersen@redhat.com> - 1.0.5-1
|
|
|
3c51bf |
- support es_ES.ISO-8859-1@SAP (Pravin Satpute, #629603)
|
|
|
3c51bf |
|
|
|
3c51bf |
* Fri Jun 25 2010 Jens Petersen <petersen@redhat.com> - 1.0.4-3
|
|
|
3c51bf |
- build with debuginfo and FOR_GLIBC_2_6_AND_LATER (#607517)
|
|
|
3c51bf |
|
|
|
3c51bf |
* Thu Apr 29 2010 Jens Petersen <petersen@redhat.com> - 1.0.4-2
|
|
|
3c51bf |
- lowercase sapsjis in postun
|
|
|
3c51bf |
- prefix glibc_post_upgrade with _target_cpu instead of _arch
|
|
|
3c51bf |
|
|
|
3c51bf |
* Wed Apr 21 2010 Jens Petersen <petersen@redhat.com> - 1.0.4-1
|
|
|
3c51bf |
- update saplocales-2.2.5-SAPSJIS.patch with SAPSHIFT_JIS fixes
|
|
|
3c51bf |
by Takao Fujiwara (#249676)
|
|
|
3c51bf |
|
|
|
3c51bf |
* Fri Jan 29 2010 Jens Petersen <petersen@redhat.com> - 1.0.3-15
|
|
|
3c51bf |
- run glibc_post_upgrade after updating or removing
|
|
|
3c51bf |
|
|
|
3c51bf |
* Tue Jan 26 2010 Jens Petersen <petersen@redhat.com> - 1.0.3-14
|
|
|
3c51bf |
- also use SAPSJIS// in the gconv module
|
|
|
3c51bf |
|
|
|
3c51bf |
* Tue Jan 26 2010 Jens Petersen <petersen@redhat.com> - 1.0.3-13
|
|
|
3c51bf |
- follow glibc's naming scheme for SHIFT_JIS for SAPSHIFT_JIS (#249676):
|
|
|
3c51bf |
- alias SAPSHIFT_JIS to SAPSJIS
|
|
|
3c51bf |
- add saplocales-2.2.5-SAPSJIS.patch
|
|
|
3c51bf |
- force SAPSJIS localedef like others
|
|
|
3c51bf |
|
|
|
3c51bf |
* Thu Jan 21 2010 Jens Petersen <petersen@redhat.com> - 1.0.3-12
|
|
|
3c51bf |
- ja_JP.SAPSJIS not ja_JP.SJIS@SAP (#249676)
|
|
|
3c51bf |
|
|
|
3c51bf |
* Tue Jan 19 2010 Jens Petersen <petersen@redhat.com> - 1.0.3-11
|
|
|
3c51bf |
- don't install gconv-modules.SAP (#249676)
|
|
|
3c51bf |
- add SAPSJIS module to gconv-modules (#249676)
|
|
|
3c51bf |
|
|
|
3c51bf |
* Thu Jan 14 2010 Jens Petersen <petersen@redhat.com> - 1.0.3-10
|
|
|
3c51bf |
- add ja_JP@SAP modified SJIS locale again with saplocales-2.2.5 (#249676)
|
|
|
3c51bf |
- package is arch again
|
|
|
3c51bf |
|
|
|
3c51bf |
* Fri Dec 18 2009 Jens Petersen <petersen@redhat.com> - 1.0.3-9
|
|
|
3c51bf |
- fix weights of ' and - in WINDOWS locales (Pravin Satpute)
|
|
|
3c51bf |
|
|
|
3c51bf |
* Fri Nov 6 2009 Jens Petersen <petersen@redhat.com> - 1.0.3-8
|
|
|
3c51bf |
- localedef without encodings to get both names with and without defined
|
|
|
3c51bf |
|
|
|
3c51bf |
* Fri Oct 30 2009 Jens Petersen <petersen@redhat.com> - 1.0.3-7
|
|
|
3c51bf |
- drop .CP1252 from names when defining archives of WINDOWS locales (#517889)
|
|
|
3c51bf |
|
|
|
3c51bf |
* Wed Oct 28 2009 Jens Petersen <petersen@redhat.com> - 1.0.3-6
|
|
|
3c51bf |
- add de_DE@WINDOWS
|
|
|
3c51bf |
|
|
|
3c51bf |
* Wed Oct 14 2009 Jens Petersen <petersen@redhat.com> - 1.0.3-5
|
|
|
3c51bf |
- fix some en_US@WINDOWS collation rules (Pravin Satpute)
|
|
|
3c51bf |
|
|
|
3c51bf |
* Mon Oct 12 2009 Jens Petersen <petersen@redhat.com> - 1.0.3-4
|
|
|
3c51bf |
- call windows compat locale en_US.CP1252@WINDOWS
|
|
|
3c51bf |
|
|
|
3c51bf |
* Fri Oct 9 2009 Jens Petersen <petersen@redhat.com> - 1.0.3-3
|
|
|
3c51bf |
- correct en_US@WINDOWS localedef name
|
|
|
3c51bf |
|
|
|
3c51bf |
* Tue Sep 22 2009 Jens Petersen <petersen@redhat.com> - 1.0.3-2
|
|
|
3c51bf |
- install COPYING
|
|
|
3c51bf |
|
|
|
3c51bf |
* Mon Sep 14 2009 Jens Petersen <petersen@redhat.com> - 1.0.3-1
|
|
|
3c51bf |
- add a en_US@WINDOWS by Pravin Satpute (#517889)
|
|
|
3c51bf |
- add COPYING
|
|
|
3c51bf |
- cleanup setup section
|
|
|
3c51bf |
|
|
|
3c51bf |
* Wed Jul 15 2009 Jens Petersen <petersen@redhat.com> - 1.0.2-1
|
|
|
3c51bf |
- remove ja_JP.SJIS@SAP since it is not JISX0213: base package now empty
|
|
|
3c51bf |
- make noarch
|
|
|
3c51bf |
|
|
|
3c51bf |
* Mon Jul 6 2009 Jens Petersen <petersen@redhat.com> - 1.0.1-1
|
|
|
3c51bf |
- use patches to glibc locales rather than modified locale tarball
|
|
|
3c51bf |
- update tr_TR@SAP to pass SAP tests (#467488)
|
|
|
3c51bf |
- gzip SAPSHIFT_JIS
|
|
|
3c51bf |
|
|
|
3c51bf |
* Wed Jun 17 2009 Jens Petersen <petersen@redhat.com> - 1.0-1
|
|
|
3c51bf |
- package the newer locales in a tarball and call it version 1.0 (#488915)
|
|
|
3c51bf |
- update description (#488915)
|
|
|
3c51bf |
- don't own gconv dir (#488915)
|
|
|
3c51bf |
|
|
|
3c51bf |
* Fri Jun 5 2009 Jens Petersen <petersen@redhat.com>
|
|
|
3c51bf |
- drop the de_DE iso14651_HP collation for now
|
|
|
3c51bf |
|
|
|
3c51bf |
* Thu Jun 4 2009 Jens Petersen <petersen@redhat.com>
|
|
|
3c51bf |
- rename from sap-locale to distinguish package from SAP's saplocales package
|
|
|
3c51bf |
- add posix locales for de_DE and en_US (Nils Philippsen)
|
|
|
3c51bf |
- add iso14651_HP collation for de_DE from OpenSuSE's sap-locale package
|
|
|
3c51bf |
- update tr_TR locale with one from SuSE sap-locale
|
|
|
3c51bf |
- bump version to 2.5
|
|
|
3c51bf |
|
|
|
3c51bf |
* Fri May 15 2009 Jens Petersen <petersen@redhat.com>
|
|
|
3c51bf |
- add cs_CZ.ISO-8859-2@SAP and sk_SK.ISO-8859-2@SAP (thanks Pravin Satpute)
|
|
|
3c51bf |
|
|
|
3c51bf |
* Fri May 8 2009 Jens Petersen <petersen@redhat.com>
|
|
|
3c51bf |
- reworked package to provide tr_TR.ISO-8859-9@SAP, ko_KR.euckr@SAP
|
|
|
3c51bf |
lt_LT.ISO-8859-4@SAP, lv_LV.ISO-8859-4@SAP, et_EE.ISO-8859-4@SAP,
|
|
|
3c51bf |
and ja_JP.SJIS@SAP (#467488)
|
|
|
3c51bf |
|
|
|
3c51bf |
* Fri Mar 6 2009 Jens Petersen <petersen@redhat.com>
|
|
|
3c51bf |
- update README
|
|
|
3c51bf |
- add some notes to common description about locale
|
|
|
3c51bf |
|
|
|
3c51bf |
* Mon Mar 2 2009 Jens Petersen <petersen@redhat.com>
|
|
|
3c51bf |
- initial packaging of SAP package for RHEL Supplementary (#467488)
|
|
|
3c51bf |
- saplocales-2.2.5-rhel5.patch with sysdep.h from Uli Drepper
|