This commit is contained in:
parent
2239ac98e9
commit
1433f42a1e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:959eecff27a92806f5247adb6d2131314ab895801d03034b9b56178ac9be32e3
|
|
||||||
size 1434666
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:38f430345d0a162ce506e406cb1a5b4bb91b1f27d1dddde72ecff2d26d5a2488
|
|
||||||
size 7741853
|
|
17
icu.changes
17
icu.changes
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 25 18:02:05 CEST 2007 - pmladek@suse.cz
|
||||||
|
|
||||||
|
- Updated to version 3.6
|
||||||
|
* supports Unicode 5.0
|
||||||
|
* supports data from Common Locale Data Repository (CLDR) 1.4
|
||||||
|
* charset detection framework was added
|
||||||
|
* font layout engine has support added for Tibetan, Sinhala and Old Hangul
|
||||||
|
* BiDi algorithm was enhanced to be more flexible and efficient
|
||||||
|
* new icupkg tool provides an easier way to manage ICU's data library
|
||||||
|
* time zone data is modularized to allow easier building and updating of
|
||||||
|
the data
|
||||||
|
* BreakIterator uses UText for abstract text processing
|
||||||
|
* 64-bit indexing is now used to allow access to larger chunks of text
|
||||||
|
* added API for read-only locking for security and robustness
|
||||||
|
* lots performance improvements
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 13 19:13:29 CET 2006 - olh@suse.de
|
Mon Feb 13 19:13:29 CET 2006 - olh@suse.de
|
||||||
|
|
||||||
|
29
icu.spec
29
icu.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package icu (Version 3.4)
|
# spec file for package icu (Version 3.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -15,12 +15,12 @@ BuildRequires: gcc-c++
|
|||||||
License: IBM Public License
|
License: IBM Public License
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 3.4
|
Version: 3.6
|
||||||
Release: 5
|
Release: 1
|
||||||
Requires: libicu = %{version}
|
Requires: libicu = %{version}
|
||||||
URL: http://ibm.com/software/globalization/icu
|
URL: http://ibm.com/software/globalization/icu
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: icu4c-3_6-src.tar.bz2
|
||||||
Source1: %{name}-%{version}-docs.tar.bz2
|
Source1: icu4c-3_6-docs.tar.bz2
|
||||||
Source3: SuSEconfig.icu
|
Source3: SuSEconfig.icu
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: International Components for Unicode
|
Summary: International Components for Unicode
|
||||||
@ -179,6 +179,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/bin/genbrk
|
/usr/bin/genbrk
|
||||||
/usr/bin/gencnval
|
/usr/bin/gencnval
|
||||||
/usr/bin/genrb
|
/usr/bin/genrb
|
||||||
|
/usr/bin/genctd
|
||||||
/usr/bin/makeconv
|
/usr/bin/makeconv
|
||||||
/usr/bin/pkgdata
|
/usr/bin/pkgdata
|
||||||
/usr/bin/uconv
|
/usr/bin/uconv
|
||||||
@ -215,7 +216,21 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/share/icu/%{version}/unidata/*
|
/usr/share/icu/%{version}/unidata/*
|
||||||
/usr/share/icu/%{version}/UnicodeData.txt
|
/usr/share/icu/%{version}/UnicodeData.txt
|
||||||
|
|
||||||
%changelog -n icu
|
%changelog
|
||||||
|
* Wed Jul 25 2007 - pmladek@suse.cz
|
||||||
|
- Updated to version 3.6
|
||||||
|
* supports Unicode 5.0
|
||||||
|
* supports data from Common Locale Data Repository (CLDR) 1.4
|
||||||
|
* charset detection framework was added
|
||||||
|
* font layout engine has support added for Tibetan, Sinhala and Old Hangul
|
||||||
|
* BiDi algorithm was enhanced to be more flexible and efficient
|
||||||
|
* new icupkg tool provides an easier way to manage ICU's data library
|
||||||
|
* time zone data is modularized to allow easier building and updating of
|
||||||
|
the data
|
||||||
|
* BreakIterator uses UText for abstract text processing
|
||||||
|
* 64-bit indexing is now used to allow access to larger chunks of text
|
||||||
|
* added API for read-only locking for security and robustness
|
||||||
|
* lots performance improvements
|
||||||
* Mon Feb 13 2006 - olh@suse.de
|
* Mon Feb 13 2006 - olh@suse.de
|
||||||
- mark libraries as executable to extract debuginfo
|
- mark libraries as executable to extract debuginfo
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 - mls@suse.de
|
||||||
|
3
icu4c-3_6-docs.tar.bz2
Normal file
3
icu4c-3_6-docs.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:55c51c8e9787957e6fc8165579d50633ba75ff7d96e6faf9e609630c6dbc4ee2
|
||||||
|
size 1555704
|
3
icu4c-3_6-src.tar.bz2
Normal file
3
icu4c-3_6-src.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:18085bdae14000069f328dcdc19baea44f6e827be9801348b342559cf87a4989
|
||||||
|
size 8666211
|
Loading…
Reference in New Issue
Block a user