From 759cda0e877c4327ba1236a9b365ba829c600513 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 05 2019 20:55:34 +0000 Subject: import icu-60.3-1.el8 --- diff --git a/.gitignore b/.gitignore index 96970ea..9c1878a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/icu4c-60_2-src.tgz +SOURCES/icu4c-60_3-src.tgz diff --git a/.icu.metadata b/.icu.metadata index 9040787..ac54011 100644 --- a/.icu.metadata +++ b/.icu.metadata @@ -1 +1 @@ -7a099523fcb708b427e94f9b3c372fec3ebd1563 SOURCES/icu4c-60_2-src.tgz +83e6eb1931aac0aae6e313b306b3ca332c017bc3 SOURCES/icu4c-60_3-src.tgz diff --git a/SPECS/icu.spec b/SPECS/icu.spec index 33baac1..2284b6d 100644 --- a/SPECS/icu.spec +++ b/SPECS/icu.spec @@ -1,13 +1,13 @@ #%%global debugtrace 1 Name: icu -Version: 60.2 -Release: 7%{?dist} +Version: 60.3 +Release: 1%{?dist} Summary: International Components for Unicode License: MIT and UCD and Public Domain URL: http://site.icu-project.org/ -Source0: http://download.icu-project.org/files/icu4c/60.2/icu4c-60_2-src.tgz +Source0: https://github.com/unicode-org/icu/releases/download/release-60-3/icu4c-60_3-src.tgz Source1: icu-config.sh BuildRequires: gcc @@ -190,6 +190,10 @@ LD_LIBRARY_PATH=lib:stubdata:tools/ctestfw:$LD_LIBRARY_PATH bin/uconv -l %changelog +* Tue May 07 2019 Mike FABIAN - 60.3-1 +- Update to 60.3 maintenance release including support for new Japanese era Reiwa (令和). +- Resolves: rhbz#1677093 + * Thu Nov 15 2018 Parag Nemade - 60.2-7 - Resolves:rh#1602551 - Fix specfile by adding compile options - also add BuildRequires for gcc and gcc-c++