diff options
| author | Remi Collet <remi@remirepo.net> | 2017-09-12 09:51:19 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2017-09-12 09:51:19 +0200 | 
| commit | f3a9b5a0a1d6be149ffb785c0f43faf95f1d66e9 (patch) | |
| tree | c15e48898e57e40d4706c8e25ff6b97a0d3ed746 | |
| parent | 9e47704c6946b1bf28dcac77f7ecd651e029987a (diff) | |
sync with 50.1.2-15
| -rw-r--r-- | icu-last.spec | 18 | ||||
| -rw-r--r-- | icu.spec | 16 | 
2 files changed, 29 insertions, 5 deletions
diff --git a/icu-last.spec b/icu-last.spec index f82a768..38b5c1f 100644 --- a/icu-last.spec +++ b/icu-last.spec @@ -12,7 +12,7 @@  Name:      icu-last  Version:   50.1.2 -Release:   11%{?dist} +Release:   15%{?dist}  Summary:   International Components for Unicode  Group:     Development/Tools  License:   MIT and UCD and Public Domain @@ -23,7 +23,6 @@ Source0:   http://download.icu-project.org/files/icu4c/50.1.2/icu4c-50_1_2-src.t  Source1:   http://download.icu-project.org/files/icu4c/51.1/icu-51-layout-fix-10107.tgz  Source2:   icu-config.sh -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)  BuildRequires: doxygen, autoconf, python  Requires: lib%{name}%{?_isa} = %{version}-%{release}  Conflicts: %{srcname} < %{version} @@ -38,7 +37,6 @@ Patch6: icuinfo-man.patch  Patch7: icu.10143.memory.leak.crash.patch  Patch8: icu.10318.CVE-2013-2924_changeset_34076.patch  Patch9: icu.rhbz1074549.CVE-2013-5907.patch -# Patch6 from fedora rawhide spec  Patch10: icu-testtwodigityear.patch  %description @@ -224,9 +222,21 @@ make %{?_smp_mflags} -C source check  %doc source/__docs/%{srcname}/html/*  %changelog -* Tue Nov 25 2014 Remi Collet <rpms@famillecollet.com>- 50.1.2-11 +* Tue Sep 12 2017 Remi Collet <rpms@famillecollet.com>- 50.1.2-15  - backport RHEL-7 changes +* Tue Aug 19 2014 Eike Rathke <erack@redhat.com> - 50.1.2-15 +- Resolves: rhbz#1126237 correct sources list file + +* Mon Aug 18 2014 Eike Rathke <erack@redhat.com> - 50.1.2-14 +- Resolves: rhbz#1126237 bumped n-v-r for icu-config.sh upload + +* Mon Aug 04 2014 Eike Rathke <erack@redhat.com> - 50.1.2-13 +- Resolves: rhbz#1126237 icu-config for ppc64le + +* Mon Jul 14 2014 Eike Rathke <erack@redhat.com> - 50.1.2-12 +- Resolves: rhbz#1115726 bad 2-digit year test case, FTBFS +  * Tue Mar 11 2014 Eike Rathke <erack@redhat.com> - 50.1.2-11  - Resolves: rhbz#1074549 Layout Engine LookupProcessor insufficient input checks @@ -1,6 +1,6 @@  Name:      icu  Version:   50.1.2 -Release:   11%{?dist} +Release:   15%{?dist}  Summary:   International Components for Unicode  Group:     Development/Tools  License:   MIT and UCD and Public Domain @@ -22,6 +22,7 @@ Patch6: icuinfo-man.patch  Patch7: icu.10143.memory.leak.crash.patch  Patch8: icu.10318.CVE-2013-2924_changeset_34076.patch  Patch9: icu.rhbz1074549.CVE-2013-5907.patch +Patch10: icu-testtwodigityear.patch  %description  Tools and utilities for developing with icu. @@ -74,6 +75,7 @@ BuildArch: noarch  %patch7 -p1 -b .icu10143.memory.leak.crash.patch  %patch8 -p1 -b .icu10318.CVE-2013-2924_changeset_34076.patch  %patch9 -p1 -b .icurhbz1074549.CVE-2013-5907.patch +%patch10 -p1 -b .icu-testtwodigityear.patch  %build  cd source @@ -181,6 +183,18 @@ make %{?_smp_mflags} -C source check  %doc source/__docs/%{name}/html/*  %changelog +* Tue Aug 19 2014 Eike Rathke <erack@redhat.com> - 50.1.2-15 +- Resolves: rhbz#1126237 correct sources list file + +* Mon Aug 18 2014 Eike Rathke <erack@redhat.com> - 50.1.2-14 +- Resolves: rhbz#1126237 bumped n-v-r for icu-config.sh upload + +* Mon Aug 04 2014 Eike Rathke <erack@redhat.com> - 50.1.2-13 +- Resolves: rhbz#1126237 icu-config for ppc64le + +* Mon Jul 14 2014 Eike Rathke <erack@redhat.com> - 50.1.2-12 +- Resolves: rhbz#1115726 bad 2-digit year test case, FTBFS +  * Tue Mar 11 2014 Eike Rathke <erack@redhat.com> - 50.1.2-11  - Resolves: rhbz#1074549 Layout Engine LookupProcessor insufficient input checks  | 
