diff --git a/libgc.spec b/libgc.spec index 1fd2eec..5e4a964 100644 --- a/libgc.spec +++ b/libgc.spec @@ -1,7 +1,7 @@ %define majver %(echo %version | sed "s|[a-z]||") Name: libgc Epoch: 1 -Version: 8.2.6 +Version: 8.2.8 Release: 1mamba Summary: Boehm Conservative Garbage Collection for C/C++ Group: System/Libraries @@ -78,8 +78,6 @@ make check %clean [ "%{buildroot}" != / ] && rm -rf %{buildroot} -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig %files %defattr(-,root,root) @@ -104,6 +102,9 @@ make check %doc doc/README* %changelog +* Mon Sep 09 2024 Automatic Build System 8.2.8-1mamba +- automatic version update by autodist + * Mon Feb 05 2024 Automatic Build System 8.2.6-1mamba - automatic version update by autodist