automatic version update by autodist [release 0.16.6-1mamba;Sat Jan 18 2025]

This commit is contained in:
Automatic Build System 2025-01-19 19:55:27 +01:00
parent 3847bb6f3a
commit eddd4460fe

View File

@ -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 <autodist@openmamba.org> 0.16.6-1mamba
- automatic version update by autodist
* Wed Mar 27 2024 Automatic Build System <autodist@openmamba.org> 0.16.5-1mamba
- automatic version update by autodist