Update to version 2.6.1

This commit is contained in:
fuanan 2021-01-28 15:11:52 +08:00
parent 16318e3a6a
commit 010089b67c
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
utf8proc-v2.6.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: utf8proc
Version: 2.5.0
Version: 2.6.1
Release: 1
Summary: A library provides Unicode normalization
License: MIT
@ -25,7 +25,7 @@ This is the development files for %{name}.
%autosetup -n %{name}-%{version} -p1
#solve the problem during the check
sed -i '/-C bench/d;/\ttest.* data/d' Makefile
touch data/NormalizationTest.txt data/GraphemeBreakTest.txt
touch data/NormalizationTest.txt data/GraphemeBreakTest.txt data/Lowercase.txt data/Uppercase.txt
%build
%make_build CFLAGS="%{optflags}"
@ -53,6 +53,9 @@ make check
%doc README.md NEWS.md lump.md
%changelog
* Thu Jan 28 2021 fuanan <fuanan3@hauwei.com> - 2.6.1-1
- Update to version 2.6.1
* Fri Jul 24 2020 yang_zhuang_zhuang<yangzhuangzhuang1@huawei.com> - 2.5.0-1
- Type:enhancement
- ID:NA