automatic version update by autodist [release 8.6.15-1mamba;Thu Sep 19 2024]

This commit is contained in:
Automatic Build System 2024-09-19 22:24:19 +02:00
parent 4fdc99e489
commit 364c4cbe8c

View File

@ -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 <autodist@openmamba.org> 8.6.15-1mamba
- automatic version update by autodist
* Fri Mar 01 2024 Automatic Build System <autodist@openmamba.org> 8.6.14-1mamba
- automatic version update by autodist