Compare commits
10 Commits
16318e3a6a
...
f88e3e137a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f88e3e137a | ||
|
|
c4298b6cbf | ||
|
|
c48c07fff9 | ||
|
|
b04cc87e0a | ||
|
|
21ab7e765b | ||
|
|
d3116f1833 | ||
|
|
aaa0e45125 | ||
|
|
699fb0d3c7 | ||
|
|
d51b9688e8 | ||
|
|
010089b67c |
Binary file not shown.
BIN
utf8proc-v2.8.0.tar.gz
Normal file
BIN
utf8proc-v2.8.0.tar.gz
Normal file
Binary file not shown.
@ -1,12 +1,12 @@
|
|||||||
Name: utf8proc
|
Name: utf8proc
|
||||||
Version: 2.5.0
|
Version: 2.8.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A library provides Unicode normalization
|
Summary: A library provides Unicode normalization
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://juliastrings.github.io/utf8proc/
|
URL: https://juliastrings.github.io/utf8proc/
|
||||||
Source0: https://github.com/JuliaStrings/utf8proc/archive/v%{version}.tar.gz#/%{name}-v%{version}.tar.gz
|
Source0: https://github.com/JuliaStrings/utf8proc/archive/v%{version}.tar.gz#/%{name}-v%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc gdb
|
BuildRequires: gcc perl
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Utf8proc is a small, clean C library that provides Unicode normalization, case-folding,
|
Utf8proc is a small, clean C library that provides Unicode normalization, case-folding,
|
||||||
@ -25,7 +25,7 @@ This is the development files for %{name}.
|
|||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
#solve the problem during the check
|
#solve the problem during the check
|
||||||
sed -i '/-C bench/d;/\ttest.* data/d' Makefile
|
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
|
%build
|
||||||
%make_build CFLAGS="%{optflags}"
|
%make_build CFLAGS="%{optflags}"
|
||||||
@ -53,6 +53,24 @@ make check
|
|||||||
%doc README.md NEWS.md lump.md
|
%doc README.md NEWS.md lump.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 7 2022 Bin Hu <hubin73@huawei.com> - 2.8.0-1
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:update version 2.8.0
|
||||||
|
|
||||||
|
* Tue Oct 25 2022 yanglongkang <yanglongkang@h-partners.com> - 2.6.1-4
|
||||||
|
- rebuild for next release
|
||||||
|
|
||||||
|
* Sat Jan 8 2022 zoulin <zoulin13@hauwei.com> - 2.6.1-3
|
||||||
|
- Add BuildRequires perl
|
||||||
|
|
||||||
|
* Tue Jul 20 2021 fuanan <fuanan3@hauwei.com> - 2.6.1-2
|
||||||
|
- Remove redundant gdb from BuildRequires
|
||||||
|
|
||||||
|
* 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
|
* Fri Jul 24 2020 yang_zhuang_zhuang<yangzhuangzhuang1@huawei.com> - 2.5.0-1
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user