diff --git a/jimtcl.spec b/jimtcl.spec index b3ab7799c922a83cfe4ca0c1854456f1d15696fb..2eec0791a65367712427f6cc39b4b57c9f4a5f2f 100644 --- a/jimtcl.spec +++ b/jimtcl.spec @@ -1,12 +1,12 @@ Name: jimtcl Version: 0.78 -Release: 2 +Release: 3 Summary: A small embeddable Tcl interpreter License: BSD URL: http://jim.tcl.tk Source0: https://github.com/msteveb/jimtcl/archive/%{version}/jimtcl-%{version}.tar.gz -BuildRequires: asciidoc +BuildRequires: asciidoc gcc %description Jim is an opensource small-footprint implementation of the Tcl programming language. @@ -57,6 +57,9 @@ cd $RPM_BUILD_ROOT%{_libdir}; ln -s libjim.so.* libjim.so %exclude %{_libdir}/jim/{tcltest.tcl,README.extensions} %changelog +* Thu Jun 03 2021 wulei - 0.78-3 +- fixes failed: Could not find a C compiler + * Tue Nov 05 2019 Lijin Yang - 0.78-2 - inital package