diff --git a/ace.spec b/ace.spec index 0f8dfcb..25ba01a 100644 --- a/ace.spec +++ b/ace.spec @@ -1,6 +1,6 @@ %define dirver %(echo %version | tr . _) Name: ace -Version: 8.0.1 +Version: 8.0.2 Release: 1mamba Summary: A C++ framework for implementing distributed and networked applications Group: Development/Tools @@ -73,8 +73,6 @@ cd ace %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) @@ -105,6 +103,9 @@ cd ace %doc NEWS README %changelog +* Fri Dec 06 2024 Automatic Build System 8.0.2-1mamba +- automatic version update by autodist + * Sun Aug 04 2024 Automatic Build System 8.0.1-1mamba - automatic version update by autodist