diff --git a/libnettle.spec b/libnettle.spec index 1bbdbef..27ad401 100644 --- a/libnettle.spec +++ b/libnettle.spec @@ -1,5 +1,5 @@ Name: libnettle -Version: 3.9.1 +Version: 3.10 Release: 1mamba Summary: A cryptographic library that is designed to fit easily in more or less any context Group: System/Libraries @@ -25,8 +25,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel Nettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space. - -This package contains static libraries and header files need for development. +This package contains static libraries and header files needed for development. %package tools Group: Applications/Security @@ -51,6 +50,8 @@ This package contains utility applications for %{name}. chmod +x %{buildroot}%{_libdir}/lib*.so.* +rm -f %{buildroot}%{_infodir}/dir + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -93,6 +94,9 @@ exit 0 %{_bindir}/sexp-conv %changelog +* Wed Jun 19 2024 Automatic Build System 3.10-1mamba +- automatic version update by autodist + * Fri Jun 02 2023 Automatic Build System 3.9.1-1mamba - automatic version update by autodist