diff --git a/utf8proc.spec b/utf8proc.spec index 2a96f9c..5727c1a 100644 --- a/utf8proc.spec +++ b/utf8proc.spec @@ -1,5 +1,5 @@ Name: utf8proc -Version: 2.9.0 +Version: 2.10.0 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 @@ -35,7 +35,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} This package contains libraries and header files for developing applications that use %{name}. -%debug_package %prep %setup -q @@ -53,8 +52,6 @@ sed -i "s|DESTINATION lib)$|DESTINATION %{_lib})|" CMakeLists.txt %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -n lib%{name} -p /sbin/ldconfig -%postun -n lib%{name} -p /sbin/ldconfig %files -n lib%{name} %defattr(-,root,root) @@ -69,6 +66,9 @@ sed -i "s|DESTINATION lib)$|DESTINATION %{_lib})|" CMakeLists.txt %doc README.md %changelog +* Wed Jan 01 2025 Automatic Build System 2.10.0-1mamba +- automatic version update by autodist + * Sun Oct 22 2023 Automatic Build System 2.9.0-1mamba - automatic version update by autodist