diff --git a/python312.spec b/python312.spec index 53e0710..2997b63 100644 --- a/python312.spec +++ b/python312.spec @@ -3,7 +3,7 @@ %define libname libpython312 %define __libdir %{_libdir} Name: python312 -Version: 3.12.5 +Version: 3.12.6 Release: 1mamba Summary: An interpreted, interactive, object-oriented programming language Group: Applications/Development @@ -206,8 +206,6 @@ if [ $1 -ge 1 ]; then fi : -%post -n %{libname} -p /sbin/ldconfig -%postun -n %{libname} -p /sbin/ldconfig %transfiletriggerpostun -P 2000000 -- %{__libdir}/python%{majversion}/site-packages find %{__libdir}/python%{majversion}/site-packages -name *.egg-info -type d -empty -exec rmdir {} \; @@ -279,6 +277,9 @@ find %{__libdir}/python%{majversion}/site-packages -name *.egg-info -type d -emp %endif %changelog +* Sat Sep 07 2024 Automatic Build System 3.12.6-1mamba +- automatic version update by autodist + * Thu Aug 08 2024 Automatic Build System 3.12.5-1mamba - automatic version update by autodist