diff --git a/.cvsignore b/.cvsignore index d80b7f2..93fe337 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ tcl8.5.0-src.tar.gz +tcl8.5.1-src.tar.gz diff --git a/sources b/sources index 6451f33..98c73f9 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ d890c505465411b25050b6cd95971d2c tcl8.5.0-src.tar.gz +1b5f9a043f53c5828dcde3684e3264d5 tcl8.5.1-src.tar.gz diff --git a/tcl.spec b/tcl.spec index 1f1a3e9..9326f09 100644 --- a/tcl.spec +++ b/tcl.spec @@ -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 - 1:8.5.1-1 +- new version tcl8.5.1 +- fix 433151 problem with regular expression + * Tue Jan 15 2008 Marcela Maslanova - 1:8.5.0-6 - tclsh8.5 is back because of back compatibility #428712