Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
f88e3e137a
!12 update version to 2.8.0
From: @hubin95 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-11-07 09:27:26 +00:00
hubin
c4298b6cbf update version to 2.8.0
Signed-off-by: hubin <hubin73@huawei.com>
2022-11-07 17:10:33 +08:00
openeuler-ci-bot
c48c07fff9
!10 【轻量级 PR】:rebuild for next release
From: @markeryang 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-11-01 09:23:09 +00:00
Markeryang
b04cc87e0a
update for mass rebuild and upgrade verification 2022-10-25 08:53:51 +00:00
openeuler-ci-bot
21ab7e765b
!8 Add BuildRequires perl
Merge pull request !8 from 邹林/openEuler-22.03-LTS-Next
2022-01-08 09:07:01 +00:00
zou_lin77
d3116f1833 Add BuildRequires perl 2022-01-08 09:31:40 +08:00
openeuler-ci-bot
aaa0e45125 !5 Remove redundant gdb from BuildRequires
From: @fly_fzc
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
2021-07-22 11:51:55 +00:00
fuanan
699fb0d3c7 Remove redundant gdb from BuildRequires 2021-07-20 19:35:24 +08:00
openeuler-ci-bot
d51b9688e8 !4 Update to version 2.6.1
From: @fly_fzc
Reviewed-by: @overweight
Signed-off-by: @overweight
2021-01-29 11:04:14 +08:00
fuanan
010089b67c Update to version 2.6.1 2021-01-29 09:57:12 +08:00
3 changed files with 21 additions and 3 deletions

Binary file not shown.

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

Binary file not shown.

View File

@ -1,12 +1,12 @@
Name: utf8proc
Version: 2.5.0
Version: 2.8.0
Release: 1
Summary: A library provides Unicode normalization
License: MIT
URL: https://juliastrings.github.io/utf8proc/
Source0: https://github.com/JuliaStrings/utf8proc/archive/v%{version}.tar.gz#/%{name}-v%{version}.tar.gz
BuildRequires: gcc gdb
BuildRequires: gcc perl
%description
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
#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,24 @@ make check
%doc README.md NEWS.md lump.md
%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
- Type:enhancement
- ID:NA