This commit is contained in:
Tom Callaway 2019-11-06 16:12:50 -05:00
parent 2ed4f25102
commit 524ba68783
2 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
SHA512 (tcl-core8.6.8-src.tar.gz) = 36e6079b582c205e8c89435b361ef96550541357f473aea2ca4e6f01bd84e50ebd1474a75a1ae90640b9a5b392fb01ddfa71f0fa28e409b3569d88c32b4ddb69
SHA512 (tcl-core8.6.9-src.tar.gz) = 306a38a27729b764bae2eae6c4cdd8cd6aee5de6bd924d6a487c8691ee874e4459abc1fa785183c2f6ff4d2d57be98093dd7460c5a668cf994e8f1c31516ae67

View File

@ -1,11 +1,11 @@
%define majorver 8.6
%define vers %{majorver}.8
%define vers %{majorver}.9
%{!?sdt:%define sdt 1}
Summary: Tool Command Language, pronounced tickle
Name: tcl
Version: %{vers}
Release: 2%{?dist}
Release: 1%{?dist}
Epoch: 1
License: TCL
URL: http://tcl.sourceforge.net/
@ -145,6 +145,9 @@ rm -rf %{buildroot}/%{_datadir}/%{name}%{majorver}/ldAix
%{_datadir}/%{name}%{majorver}/tclAppInit.c
%changelog
* Wed Nov 6 2019 Tom Callaway <spot@fedoraproject.org> - 1:8.6.9-1
- update to 8.6.9
* Thu May 17 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 1:8.6.8-2
- Reverted _module_build macro check, i.e. always build with systemtap probes