- New version: 8.6.10:
* (bug)[7a9dc5] [file normalize ~/~foo] segfault * (bug)[3cf3a9] variable 'timezone' deprecated in vc2017 * (bug)[cc1e91] [list [list {*}[set a " "]]] regression obsoletes tcl-expand-regression.patch. * (bug)[e3f481] tests var-1.2[01] * (new) Update to Unicode 12.0 * (new)[TIP 527] New command [timerate] * (bug)[39fed4] [package require] memory validity * (new) New command tcl::unsupported::corotype * (bug) memlink when namespace deletion kills linked var * (new) README file converted to README.md in Markdown * (bug)[8b9854] [info level 0] regression with ensembles * (bug)[6bdadf] crash multi-arg write-traced [lappend] * (bug)[f8a33c] crash Tcl_Exit before init * (bug)[fa6bf3] Bytecode fails epoch recovery at numLevel=0 * (bug)[fec0c1] C stack overflow compiling bytecode * tzdata updated to Olson's tzdata2019c * (bug)[16768d] Fix [info hostname] on NetBSD * (new) libtommath updated to release 1.2.0 * (bug)[bcd100] bad fs cache when system encoding changes * (bug)[135804] segfault in [next] after destroy * (bug)[13657a] application/json us text, not binary OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=120
This commit is contained in:
parent
4e745e84ec
commit
65c81c1630
27
tcl.changes
27
tcl.changes
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 3 13:40:02 UTC 2019 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
- New version: 8.6.10:
|
||||||
|
* (bug)[7a9dc5] [file normalize ~/~foo] segfault
|
||||||
|
* (bug)[3cf3a9] variable 'timezone' deprecated in vc2017
|
||||||
|
* (bug)[cc1e91] [list [list {*}[set a " "]]] regression
|
||||||
|
obsoletes tcl-expand-regression.patch.
|
||||||
|
* (bug)[e3f481] tests var-1.2[01]
|
||||||
|
* (new) Update to Unicode 12.0
|
||||||
|
* (new)[TIP 527] New command [timerate]
|
||||||
|
* (bug)[39fed4] [package require] memory validity
|
||||||
|
* (new) New command tcl::unsupported::corotype
|
||||||
|
* (bug) memlink when namespace deletion kills linked var
|
||||||
|
* (new) README file converted to README.md in Markdown
|
||||||
|
* (bug)[8b9854] [info level 0] regression with ensembles
|
||||||
|
* (bug)[6bdadf] crash multi-arg write-traced [lappend]
|
||||||
|
* (bug)[f8a33c] crash Tcl_Exit before init
|
||||||
|
* (bug)[fa6bf3] Bytecode fails epoch recovery at numLevel=0
|
||||||
|
* (bug)[fec0c1] C stack overflow compiling bytecode
|
||||||
|
* tzdata updated to Olson's tzdata2019c
|
||||||
|
* (bug)[16768d] Fix [info hostname] on NetBSD
|
||||||
|
* (new) libtommath updated to release 1.2.0
|
||||||
|
* (bug)[bcd100] bad fs cache when system encoding changes
|
||||||
|
* (bug)[135804] segfault in [next] after destroy
|
||||||
|
* (bug)[13657a] application/json us text, not binary
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 9 06:21:27 UTC 2019 - Andreas Schwab <schwab@suse.de>
|
Tue Jul 9 06:21:27 UTC 2019 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
12
tcl.spec
12
tcl.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tcl
|
# spec file for package tcl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: tcl
|
Name: tcl
|
||||||
Url: http://www.tcl.tk
|
URL: http://www.tcl.tk
|
||||||
Version: 8.6.9
|
Version: 8.6.10
|
||||||
Release: 0
|
Release: 0
|
||||||
%define rrc %{nil}
|
%define rrc %{nil}
|
||||||
%define TCL_MINOR %(echo %version | cut -c1-3)
|
%define TCL_MINOR %(echo %version | cut -c1-3)
|
||||||
%define itclver 4.1.2
|
%define itclver 4.2.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: The Tcl Programming Language
|
Summary: The Tcl Programming Language
|
||||||
License: TCL
|
License: TCL
|
||||||
@ -41,7 +41,6 @@ Source0: ftp://ftp.tcl.tk/pub/tcl/tcl8_6/%{name}%{version}%{rrc}-src.tar.
|
|||||||
Source1: tcl-rpmlintrc
|
Source1: tcl-rpmlintrc
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
Source3: macros.tcl
|
Source3: macros.tcl
|
||||||
Patch0: tcl-expand-regression.patch
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@ -81,7 +80,6 @@ the Tcl language itself.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %name%version
|
%setup -q -n %name%version
|
||||||
%patch0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
||||||
@ -163,7 +161,7 @@ exit 0
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc README changes license.terms ChangeLog*
|
%doc README.md changes license.terms ChangeLog*
|
||||||
%docdir %_mandir/mann
|
%docdir %_mandir/mann
|
||||||
%doc %_mandir/man1/*
|
%doc %_mandir/man1/*
|
||||||
%doc %_mandir/mann/*
|
%doc %_mandir/mann/*
|
||||||
|
3
tcl8.6.10-src.tar.gz
Normal file
3
tcl8.6.10-src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5196dbf6638e3df8d5c87b5815c8c2b758496eb6f0e41446596c9a4e638d87ed
|
||||||
|
size 10144235
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ad0cd2de2c87b9ba8086b43957a0de3eb2eb565c7159d5f53ccbba3feb915f4e
|
|
||||||
size 10000896
|
|
Loading…
Reference in New Issue
Block a user