Hello community,

here is the log from the commit of package icu for openSUSE:Factory checked in 
at 2012-01-20 22:07:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/icu (Old)
 and      /work/SRC/openSUSE:Factory/.icu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "icu", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/icu/icu.changes  2012-01-06 11:44:52.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.icu.new/icu.changes     2012-01-20 
22:07:17.000000000 +0100
@@ -1,0 +2,39 @@
+Wed Jan 18 12:14:28 UTC 2012 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  icu4c-4_6_1-docs.tar.bz2
  icu4c-4_6_1-src.tar.bz2

New:
----
  icu4c-4_8_1_1-docs.zip
  icu4c-4_8_1_1-src.tgz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ icu.spec ++++++
--- /var/tmp/diff_new_pack.qrQCEm/_old  2012-01-20 22:07:28.000000000 +0100
+++ /var/tmp/diff_new_pack.qrQCEm/_new  2012-01-20 22:07:28.000000000 +0100
@@ -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 @@
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
+BuildRequires:  unzip
 Requires:       libicu = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -120,7 +120,11 @@
 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
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to