diff --git a/libode.spec b/libode.spec index ee125c8..62c8860 100644 --- a/libode.spec +++ b/libode.spec @@ -1,5 +1,5 @@ Name: libode -Version: 0.16.5 +Version: 0.16.6 Release: 1mamba Summary: An open source, high performance library for simulating rigid body dynamics Group: System/Libraries @@ -38,7 +38,6 @@ ODE is useful for simulating vehicles, objects in virtual reality environments a It is currently used in many computer games, 3D authoring tools and simulation tools. This package contains static libraries and header files needed for development. -%debug_package %prep %setup -q -n ode-%{version} @@ -61,8 +60,6 @@ export CXXFLAGS="%{optflags} -ffast-math -fPIC" %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig %files %defattr(-,root,root) @@ -79,6 +76,9 @@ export CXXFLAGS="%{optflags} -ffast-math -fPIC" %{_libdir}/pkgconfig/ode.pc %changelog +* Sat Jan 18 2025 Automatic Build System 0.16.6-1mamba +- automatic version update by autodist + * Wed Mar 27 2024 Automatic Build System 0.16.5-1mamba - automatic version update by autodist