diff --git a/tcl.spec b/tcl.spec index 20697bd..b32a03e 100644 --- a/tcl.spec +++ b/tcl.spec @@ -1,7 +1,7 @@ %define majversion %(echo %version | cut -d. -f1-2) Name: tcl -Version: 8.6.14 +Version: 8.6.15 Release: 1mamba Summary: A simple scripting language designed to be embedded into other applications Group: System/Libraries @@ -166,8 +166,6 @@ if [ $1 -gt 0 ]; then fi : -%post -n lib%{name} -p /sbin/ldconfig -%postun -n lib%{name} -p /sbin/ldconfig %files %defattr(-,root,root) @@ -189,7 +187,8 @@ fi %dir %{_libdir}/itcl4.*/ %{_libdir}/itcl4.*/* %ifarch x86_64 aarch64 -%{_libdir}/tcl8/%{majversion}/tdbc/sqlite3-*.tm +%dir %{_libdir}/tcl8/%{majversion}/tdbc +%{_libdir}/tcl8/%{majversion}/tdbc/* %endif %dir %{_libdir}/tdbc1.*/ %{_libdir}/tdbc1.*/* @@ -230,6 +229,9 @@ fi %doc ChangeLog* changes %changelog +* Thu Sep 19 2024 Automatic Build System 8.6.15-1mamba +- automatic version update by autodist + * Fri Mar 01 2024 Automatic Build System 8.6.14-1mamba - automatic version update by autodist