SHA256
1
0
forked from pool/icu
OBS User unknown
2007-07-26 23:44:36 +00:00
committed by Git OBS Bridge
parent 2239ac98e9
commit 1433f42a1e
6 changed files with 45 additions and 13 deletions

View File

@@ -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
# package are under the same license as the package itself.
#
@@ -15,12 +15,12 @@ BuildRequires: gcc-c++
License: IBM Public License
Group: System/Libraries
Autoreqprov: on
Version: 3.4
Release: 5
Version: 3.6
Release: 1
Requires: libicu = %{version}
URL: http://ibm.com/software/globalization/icu
Source0: %{name}-%{version}.tar.bz2
Source1: %{name}-%{version}-docs.tar.bz2
Source0: icu4c-3_6-src.tar.bz2
Source1: icu4c-3_6-docs.tar.bz2
Source3: SuSEconfig.icu
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: International Components for Unicode
@@ -179,6 +179,7 @@ rm -rf $RPM_BUILD_ROOT
/usr/bin/genbrk
/usr/bin/gencnval
/usr/bin/genrb
/usr/bin/genctd
/usr/bin/makeconv
/usr/bin/pkgdata
/usr/bin/uconv
@@ -215,7 +216,21 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/icu/%{version}/unidata/*
/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
- mark libraries as executable to extract debuginfo
* Wed Jan 25 2006 - mls@suse.de