diff --git a/zix.spec b/zix.spec index 45b2d8f..0e93110 100644 --- a/zix.spec +++ b/zix.spec @@ -1,5 +1,5 @@ Name: zix -Version: 0.4.2 +Version: 0.6.2 Release: 1mamba Summary: A lightweight C99 portability and data structure library Group: System/Libraries @@ -35,7 +35,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} %description -n lib%{name}-devel This package contains libraries and header files for developing applications that use %{name}. -%debug_package %prep %setup -q @@ -51,8 +50,6 @@ This package contains libraries and header files for developing applications tha %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) @@ -73,5 +70,8 @@ This package contains libraries and header files for developing applications tha %doc NEWS README.md %changelog +* Sun Jan 19 2025 Automatic Build System 0.6.2-1mamba +- automatic version update by autodist + * Mon Feb 05 2024 Silvan Calarco 0.4.2-1mamba - package created using the webbuild interface