From c07ae55e51e79971d3a64ff926e9f7b0a33baab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Mon, 18 Feb 2008 08:10:19 +0000 Subject: [PATCH] - new version tcl8.5.1 - fix 433151 problem with regular expression --- .cvsignore | 1 + sources | 1 + tcl.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 2 deletions(-) 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