- Included Itcl is now version 4.0.5.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=100
This commit is contained in:
parent
9db23c548c
commit
6038cd459f
@ -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
|
||||
|
10
tcl.spec
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user