[icu] upgrade to upstream ICU 52.1

Eike Rathke erack at fedoraproject.org
Tue Feb 11 23:35:13 UTC 2014


commit 6f19c01a11a9af1d3225172d805dc28de020dc19
Author: Eike Rathke <erack at redhat.com>
Date:   Tue Feb 11 22:27:51 2014 +0100

    upgrade to upstream ICU 52.1

 .gitignore                                    |    1 -
 icu.10143.memory.leak.crash.patch             |   11 -------
 icu.10318.CVE-2013-2924_changeset_34076.patch |   36 -------------------------
 icu.spec                                      |   26 +++++++++---------
 sources                                       |    5 +--
 5 files changed, 15 insertions(+), 64 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ab4ceb6..e116a82 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,2 @@
 /icu4c-5*-src.tgz
-/icu-51-layout-fix-10107.tgz
 /icu-config.sh
diff --git a/icu.spec b/icu.spec
index 7edc9cd..d4061e3 100644
--- a/icu.spec
+++ b/icu.spec
@@ -1,15 +1,12 @@
 Name:      icu
-Version:   50.1.2
-Release:   10%{?dist}
+Version:   52.1
+Release:   1%{?dist}
 Summary:   International Components for Unicode
 Group:     Development/Tools
 License:   MIT and UCD and Public Domain
 URL:       http://www.icu-project.org/
-Source0:   http://download.icu-project.org/files/icu4c/50.1.2/icu4c-50_1_2-src.tgz
-# According to ICU the layout "patch" should be applied to all versions earlier than 51.2
-# See also http://site.icu-project.org/download/51#TOC-Known-Issues
-Source1:   http://download.icu-project.org/files/icu4c/51.1/icu-51-layout-fix-10107.tgz
-Source2:   icu-config.sh
+Source0:   http://download.icu-project.org/files/icu4c/52.1/icu4c-52_1-src.tgz
+Source1:   icu-config.sh
 BuildRequires: doxygen, autoconf, python
 Requires: lib%{name}%{?_isa} = %{version}-%{release}
 
@@ -19,8 +16,6 @@ Patch3: icu.7601.Indic-ccmp.patch
 Patch4: icu.9948.mlym-crash.patch
 Patch5: gennorm2-man.patch
 Patch6: icuinfo-man.patch
-Patch7: icu.10143.memory.leak.crash.patch
-Patch8: icu.10318.CVE-2013-2924_changeset_34076.patch
 
 %description
 Tools and utilities for developing with icu.
@@ -63,15 +58,12 @@ BuildArch: noarch
 
 %prep
 %setup -q -n %{name}
-%setup -q -n %{name} -T -D -a 1
 %patch1 -p2 -R -b .icu8198.revert.icu5431.patch
 %patch2 -p1 -b .icu8800.freeserif.crash.patch
 %patch3 -p1 -b .icu7601.Indic-ccmp.patch
 %patch4 -p1 -b .icu9948.mlym-crash.patch
 %patch5 -p1 -b .gennorm2-man.patch
 %patch6 -p1 -b .icuinfo-man.patch
-%patch7 -p1 -b .icu10143.memory.leak.crash.patch
-%patch8 -p1 -b .icu10318.CVE-2013-2924_changeset_34076.patch
 
 %build
 cd source
@@ -114,7 +106,7 @@ chmod +x $RPM_BUILD_ROOT%{_libdir}/*.so.*
  cd $RPM_BUILD_ROOT%{_bindir}
  mv icu-config icu-config-%{__isa_bits}
 )
-install -p -m755 -D %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/icu-config
+install -p -m755 -D %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/icu-config
 
 %check
 # test to ensure that -j(X>1) didn't "break" man pages. b.f.u #2357
@@ -179,6 +171,14 @@ make %{?_smp_mflags} -C source check
 %doc source/__docs/%{name}/html/*
 
 %changelog
+* Tue Feb 11 2014 Eike Rathke <erack at redhat.com> - 52.1-1
+- upgrade to upstream ICU 52.1
+- Resolves: rhbz#1049265 icu-52.1 is available
+- Resolves: rhbz#1050063 Trivial change to icu-config to support ppc64le
+- drop icu-51-layout-fix-10107.tgz source
+- drop integrated icu.10318.CVE-2013-2924_changeset_34076.patch
+- drop integrated icu.10143.memory.leak.crash.patch
+
 * Wed Oct 09 2013 Eike Rathke <erack at redhat.com> - 50.1.2-10
 - Resolves: rhbz#1015594 CVE-2013-2924 use-after-free
 
diff --git a/sources b/sources
index 708fe3e..1701d5d 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,2 @@
-beb98aa972219c9fcd9c8a71314943c9  icu4c-50_1_2-src.tgz
-7650341b04f05ff2595bf064f3e41f41  icu-51-layout-fix-10107.tgz
-0a5d9e6bf4bb3decbe1e9e6cda21fe0f  icu-config.sh
+9e96ed4c1d99c0d14ac03c140f9f346c  icu4c-52_1-src.tgz
+d0cd9a661a7afb5f9a82bbc6a7897930  icu-config.sh


More information about the scm-commits mailing list