Accepting request 100653 from GNOME:Factory
Update to 4.8.1.1; warning: needs rebuild of packages depending on it OBS-URL: https://build.opensuse.org/request/show/100653 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/icu?expand=0&rev=29
This commit is contained in:
parent
458efbe86e
commit
f522b914d8
39
icu.changes
39
icu.changes
@ -1,3 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 18 12:14:28 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 4.8.1.1:
|
||||||
|
+ Time zone database version 2011k
|
||||||
|
+ Several bug fixes.
|
||||||
|
- Changes from version 4.8.1:
|
||||||
|
+ Common Locale Data Repository (CLDR) 2.0.1
|
||||||
|
+ Time zone database version 2011h
|
||||||
|
+ Several bug fixes.
|
||||||
|
- Changes from version 4.8.0:
|
||||||
|
+ Common Changes:
|
||||||
|
- CLDR 2.0: The CLDR 2.0 release contains numerous improvements
|
||||||
|
and bug fixes approved by the CLDR committee, including much
|
||||||
|
additional data for many languages.
|
||||||
|
- Explicit parent locale support in data imported from CLDR
|
||||||
|
- MessageFormat and related classes (choice/plural/select) have
|
||||||
|
been reimplemented, with several improvements and some
|
||||||
|
incompatible changes.
|
||||||
|
- Extended PluralFormat pattern syntax supports explicit-value
|
||||||
|
forms and offsets.
|
||||||
|
- Utility APIs in PluralRules (get some/all/unique keyword
|
||||||
|
values)
|
||||||
|
- Time zone API to return a list of available canonical system
|
||||||
|
time zone IDs
|
||||||
|
- Time zone API to return a region
|
||||||
|
- Collation: Full implementation & public API for script
|
||||||
|
reordering
|
||||||
|
- Dictionary-type trie
|
||||||
|
- GB18030-2005 update
|
||||||
|
+ ICU4C Specific Changes:
|
||||||
|
- Alphabetic Index support ported from ICU4J
|
||||||
|
- X11 Compound Text encoding support ported from ICU4J
|
||||||
|
- Appendable interface
|
||||||
|
- Add unzip BuildRequires to handle .zip source file.
|
||||||
|
- Change the way we unpack the docs zip file: we need to create the
|
||||||
|
html subdirectory first, so we don't unpack via %setup but with
|
||||||
|
an explicit call to unzip.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 24 10:06:07 UTC 2011 - vuntz@opensuse.org
|
Sat Dec 24 10:06:07 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
16
icu.spec
16
icu.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package icu
|
# spec file for package icu
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,16 +15,15 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: icu
|
Name: icu
|
||||||
Version: 4.6.1
|
Version: 4.8.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: International Components for Unicode
|
Summary: International Components for Unicode
|
||||||
License: IPL-1.0
|
License: IPL-1.0
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://ibm.com/software/globalization/icu
|
Url: http://ibm.com/software/globalization/icu
|
||||||
Source0: icu4c-4_6_1-src.tar.bz2
|
Source0: icu4c-4_8_1_1-src.tgz
|
||||||
Source1: icu4c-4_6_1-docs.tar.bz2
|
Source1: icu4c-4_8_1_1-docs.zip
|
||||||
Source3: SuSEconfig.icu
|
Source3: SuSEconfig.icu
|
||||||
# PATCH-FIX-UPSTREAM icu44-rpmlint.diff -- http://bugs.icu-project.org/trac/ticket/7808
|
# PATCH-FIX-UPSTREAM icu44-rpmlint.diff -- http://bugs.icu-project.org/trac/ticket/7808
|
||||||
Patch1: icu44-rpmlint.diff
|
Patch1: icu44-rpmlint.diff
|
||||||
@ -33,6 +32,7 @@ Patch99: icu-remove-datetime.patch
|
|||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
BuildRequires: unzip
|
||||||
Requires: libicu = %{version}
|
Requires: libicu = %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -120,7 +120,11 @@ This package contains uncompiled source data. Precompiled data is in
|
|||||||
the `libicu%{version}' package.
|
the `libicu%{version}' package.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n icu -a1
|
%setup -q -n icu
|
||||||
|
mkdir html
|
||||||
|
pushd html
|
||||||
|
unzip %{SOURCE1}
|
||||||
|
popd
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch99 -p1
|
%patch99 -p1
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e36cb6ead2205838252802477426a2a6fe57414831d249cf68e9c730e7091e24
|
|
||||||
size 2963568
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:510d059064a856af2530d0c832dbfc3014085f5df00a268b5ff3c1c6d20651f4
|
|
||||||
size 12983674
|
|
3
icu4c-4_8_1_1-docs.zip
Normal file
3
icu4c-4_8_1_1-docs.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:03bd6dd2f3a2482af471840462512af4217984688e6ff2a2686a97c3a1980c2a
|
||||||
|
size 4078464
|
3
icu4c-4_8_1_1-src.tgz
Normal file
3
icu4c-4_8_1_1-src.tgz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0a70491c5fdfc5a0fa7429f820da73951e07d59a268b3d8ffe052eec65820ca1
|
||||||
|
size 18675781
|
Loading…
Reference in New Issue
Block a user