From d3116f1833ebc7f1401f40ac1876b623272ea6ac Mon Sep 17 00:00:00 2001 From: zou_lin77 <422351577@qq.com> Date: Sat, 8 Jan 2022 09:31:40 +0800 Subject: [PATCH] Add BuildRequires perl --- utf8proc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/utf8proc.spec b/utf8proc.spec index 225b976..22dba72 100644 --- a/utf8proc.spec +++ b/utf8proc.spec @@ -1,12 +1,12 @@ Name: utf8proc Version: 2.6.1 -Release: 2 +Release: 3 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 +BuildRequires: gcc perl %description Utf8proc is a small, clean C library that provides Unicode normalization, case-folding, @@ -53,6 +53,9 @@ make check %doc README.md NEWS.md lump.md %changelog +* Sat Jan 8 2022 zoulin - 2.6.1-3 +- Add BuildRequires perl + * Tue Jul 20 2021 fuanan - 2.6.1-2 - Remove redundant gdb from BuildRequires -- Gitee