From f522b914d85c90816e408e59f84b014174e57de8dad19d42382b266be9009ae7 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 20 Jan 2012 21:07:16 +0000 Subject: [PATCH] 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 --- icu.changes | 39 +++++++++++++++++++++++++++++++++++++++ icu.spec | 16 ++++++++++------ icu4c-4_6_1-docs.tar.bz2 | 3 --- icu4c-4_6_1-src.tar.bz2 | 3 --- icu4c-4_8_1_1-docs.zip | 3 +++ icu4c-4_8_1_1-src.tgz | 3 +++ 6 files changed, 55 insertions(+), 12 deletions(-) delete mode 100644 icu4c-4_6_1-docs.tar.bz2 delete mode 100644 icu4c-4_6_1-src.tar.bz2 create mode 100644 icu4c-4_8_1_1-docs.zip create mode 100644 icu4c-4_8_1_1-src.tgz diff --git a/icu.changes b/icu.changes index a4f4ad0..214f152 100644 --- a/icu.changes +++ b/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 diff --git a/icu.spec b/icu.spec index bf8c8ce..c38c7ea 100644 --- a/icu.spec +++ b/icu.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -15,16 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - Name: icu -Version: 4.6.1 +Version: 4.8.1.1 Release: 0 Summary: International Components for Unicode License: IPL-1.0 Group: System/Libraries Url: http://ibm.com/software/globalization/icu -Source0: icu4c-4_6_1-src.tar.bz2 -Source1: icu4c-4_6_1-docs.tar.bz2 +Source0: icu4c-4_8_1_1-src.tgz +Source1: icu4c-4_8_1_1-docs.zip Source3: SuSEconfig.icu # PATCH-FIX-UPSTREAM icu44-rpmlint.diff -- http://bugs.icu-project.org/trac/ticket/7808 Patch1: icu44-rpmlint.diff @@ -33,6 +32,7 @@ Patch99: icu-remove-datetime.patch BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: pkg-config +BuildRequires: unzip Requires: libicu = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -120,7 +120,11 @@ This package contains uncompiled source data. Precompiled data is in the `libicu%{version}' package. %prep -%setup -q -n icu -a1 +%setup -q -n icu +mkdir html +pushd html +unzip %{SOURCE1} +popd %patch1 -p1 %patch99 -p1 diff --git a/icu4c-4_6_1-docs.tar.bz2 b/icu4c-4_6_1-docs.tar.bz2 deleted file mode 100644 index 34787f3..0000000 --- a/icu4c-4_6_1-docs.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e36cb6ead2205838252802477426a2a6fe57414831d249cf68e9c730e7091e24 -size 2963568 diff --git a/icu4c-4_6_1-src.tar.bz2 b/icu4c-4_6_1-src.tar.bz2 deleted file mode 100644 index bdb4b25..0000000 --- a/icu4c-4_6_1-src.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:510d059064a856af2530d0c832dbfc3014085f5df00a268b5ff3c1c6d20651f4 -size 12983674 diff --git a/icu4c-4_8_1_1-docs.zip b/icu4c-4_8_1_1-docs.zip new file mode 100644 index 0000000..9f5675b --- /dev/null +++ b/icu4c-4_8_1_1-docs.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03bd6dd2f3a2482af471840462512af4217984688e6ff2a2686a97c3a1980c2a +size 4078464 diff --git a/icu4c-4_8_1_1-src.tgz b/icu4c-4_8_1_1-src.tgz new file mode 100644 index 0000000..ae532de --- /dev/null +++ b/icu4c-4_8_1_1-src.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a70491c5fdfc5a0fa7429f820da73951e07d59a268b3d8ffe052eec65820ca1 +size 18675781