From 699fb0d3c7cd5723bfe1b8c8c9eb633abd7025ad Mon Sep 17 00:00:00 2001 From: fuanan <2385803914@qq.com> Date: Tue, 20 Jul 2021 19:20:36 +0800 Subject: [PATCH] Remove redundant gdb from BuildRequires --- utf8proc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/utf8proc.spec b/utf8proc.spec index a2ebc3e..225b976 100644 --- a/utf8proc.spec +++ b/utf8proc.spec @@ -1,12 +1,12 @@ Name: utf8proc Version: 2.6.1 -Release: 1 +Release: 2 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 %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 +* Tue Jul 20 2021 fuanan - 2.6.1-2 +- Remove redundant gdb from BuildRequires + * Thu Jan 28 2021 fuanan - 2.6.1-1 - Update to version 2.6.1 -- Gitee