import icu-60.3-1.el8
This commit is contained in:
parent
bfeede739c
commit
7a03451361
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/icu4c-60_2-src.tgz
|
||||
SOURCES/icu4c-60_3-src.tgz
|
||||
|
@ -1 +1 @@
|
||||
7a099523fcb708b427e94f9b3c372fec3ebd1563 SOURCES/icu4c-60_2-src.tgz
|
||||
83e6eb1931aac0aae6e313b306b3ca332c017bc3 SOURCES/icu4c-60_3-src.tgz
|
||||
|
@ -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 <mfabian@redhat.com> - 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 <pnemade AT redhat DOT com> - 60.2-7
|
||||
- Resolves:rh#1602551 - Fix specfile by adding compile options
|
||||
- also add BuildRequires for gcc and gcc-c++
|
||||
|
Loading…
Reference in New Issue
Block a user