- new version tcl8.5.1

- fix 433151 problem with regular expression
This commit is contained in:
Marcela Mašláňová 2008-02-18 08:10:19 +00:00
parent 58e3ecbe3b
commit c07ae55e51
3 changed files with 8 additions and 2 deletions

View File

@ -1 +1,2 @@
tcl8.5.0-src.tar.gz
tcl8.5.1-src.tar.gz

View File

@ -1 +1,2 @@
d890c505465411b25050b6cd95971d2c tcl8.5.0-src.tar.gz
1b5f9a043f53c5828dcde3684e3264d5 tcl8.5.1-src.tar.gz

View File

@ -2,8 +2,8 @@
Summary: Tcl scripting language development environment
Name: tcl
Version: %{majorver}.0
Release: 6%{?dist}
Version: %{majorver}.1
Release: 1%{?dist}
Epoch: 1
License: TCL
Group: Development/Languages
@ -120,6 +120,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/%{name}Config.sh
%changelog
* Mon Jan 18 2008 Marcela Maslanova <mmaslano@redhat.com> - 1:8.5.1-1
- new version tcl8.5.1
- fix 433151 problem with regular expression
* Tue Jan 15 2008 Marcela Maslanova <mmaslano@redhat.com> - 1:8.5.0-6
- tclsh8.5 is back because of back compatibility #428712