Compare commits
No commits in common. "f88e3e137a7bd95957e21b2f9a1345834ce25e4f" and "16318e3a6a31585529477818b797e5ab2dadb743" have entirely different histories.
f88e3e137a
...
16318e3a6a
BIN
utf8proc-v2.5.0.tar.gz
Normal file
BIN
utf8proc-v2.5.0.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,12 +1,12 @@
|
|||||||
Name: utf8proc
|
Name: utf8proc
|
||||||
Version: 2.8.0
|
Version: 2.5.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 perl
|
BuildRequires: gcc gdb
|
||||||
|
|
||||||
%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 data/Lowercase.txt data/Uppercase.txt
|
touch data/NormalizationTest.txt data/GraphemeBreakTest.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make_build CFLAGS="%{optflags}"
|
%make_build CFLAGS="%{optflags}"
|
||||||
@ -53,24 +53,6 @@ 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