diff --git a/double-conversion.spec b/double-conversion.spec index 90c65ee..ba1c4c0 100644 --- a/double-conversion.spec +++ b/double-conversion.spec @@ -1,5 +1,5 @@ Name: double-conversion -Version: 3.3.0 +Version: 3.3.1 Release: 1mamba Summary: Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles Group: System/Libraries @@ -38,7 +38,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 @@ -54,8 +53,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,6 +70,9 @@ This package contains libraries and header files for developing applications tha %changelog +* Sat Feb 15 2025 Automatic Build System 3.3.1-1mamba +- automatic version update by autodist + * Fri May 19 2023 Automatic Build System 3.3.0-1mamba - automatic version update by autodist