diff --git a/utf8proc.spec b/utf8proc.spec index c76dc19..ce28a07 100644 --- a/utf8proc.spec +++ b/utf8proc.spec @@ -1,5 +1,5 @@ Name: utf8proc -Version: 2.6.0 +Version: 2.6.1 Release: 1mamba Summary: A C library that provides Unicode normalization, case-folding, and other operations for data in the UTF-8 encoding Group: System/Libraries @@ -15,7 +15,6 @@ BuildRequires: ldconfig ## AUTOBUILDREQ-END BuildRequires: cmake Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description utf8proc is a small, clean C library that provides Unicode normalization, case-folding, and other operations for data in the UTF-8 encoding. @@ -70,5 +69,8 @@ sed -i "s|DESTINATION lib)$|DESTINATION %{_lib})|" CMakeLists.txt %doc README.md %changelog +* Tue Feb 23 2021 Automatic Build System 2.6.1-1mamba +- automatic version update by autodist + * Wed Dec 09 2020 Silvan Calarco 2.6.0-1mamba - package created using the webbuild interface