diff --git a/tcl.changes b/tcl.changes index b4a4dde..2cdb4cb 100644 --- a/tcl.changes +++ b/tcl.changes @@ -45,6 +45,7 @@ Fri Aug 11 15:00:00 UTC 2017 - max@suse.com * (bug)[46f801] Repair autoloader fragility * (bug)[adb198] Plug memleak in TclJoinPath * (bug)[fb2208] Repeatable tclIndex generation +- Included Itcl is now version 4.0.5. ------------------------------------------------------------------- Sat Jul 22 10:55:06 UTC 2017 - schwab@linux-m68k.org diff --git a/tcl.spec b/tcl.spec index 14cf9f1..2acd7ac 100644 --- a/tcl.spec +++ b/tcl.spec @@ -24,17 +24,17 @@ Release: 0 %define TCL_MINOR %(echo %version | cut -c1-3) BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: The Tcl Programming Language -# bug437293 License: TCL Group: Development/Languages/Tcl +Provides: itcl = 4.0.5 +Provides: tclsh +Provides: tclsh%{TCL_MINOR} +Obsoletes: itcl < 4.0.5 +# bug437293 %ifarch ppc64 Obsoletes: tcl-64bit %endif # -Provides: tclsh -Provides: tclsh%{TCL_MINOR} -Obsoletes: itcl < 4.0.2 -Provides: itcl = 4.0.2 PreReq: /bin/rm Source0: ftp://ftp.tcl.tk/pub/tcl/tcl8_6/%{name}%{version}%{rrc}-src.tar.gz Source1: tcl-rpmlintrc