summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-04-17 08:43:09 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-04-17 08:43:09 +0000
commit31f9e7d6a3cfc40d38edb6bc8721b3048e7b3c15 (patch)
treec99ff0564d23614aa626169f2dea31eda8e0ac02
parent24b74bd6398ab319f10ad25e3141d888ac2bd399 (diff)
downloadperl-MDK-Common-31f9e7d6a3cfc40d38edb6bc8721b3048e7b3c15.tar
perl-MDK-Common-31f9e7d6a3cfc40d38edb6bc8721b3048e7b3c15.tar.gz
perl-MDK-Common-31f9e7d6a3cfc40d38edb6bc8721b3048e7b3c15.tar.bz2
perl-MDK-Common-31f9e7d6a3cfc40d38edb6bc8721b3048e7b3c15.tar.xz
perl-MDK-Common-31f9e7d6a3cfc40d38edb6bc8721b3048e7b3c15.zip
bug fix release
-rw-r--r--perl-MDK-Common.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/perl-MDK-Common.spec b/perl-MDK-Common.spec
index f5e56c1..480b475 100644
--- a/perl-MDK-Common.spec
+++ b/perl-MDK-Common.spec
@@ -2,7 +2,7 @@
# do not change the version here, change in MDK/Common.pm.pl
%define version THEVERSION
-%define release 1mdk
+%define release 2mdk
Summary: Various simple functions
Name: perl-MDK-Common
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
# MODIFY IN THE CVS: cvs.mandrakesoft.com:/cooker soft/perl-MDK-Common
%changelog
+* Thu Apr 17 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.1.0-2mdk
+- fix tools crash in each_index
+
* Wed Apr 16 2003 Pixel <pixel@mandrakesoft.com> 1.1.0-1mdk
- MDK::Common::Func: map_index, each_index and grep_index do not pass $::i as
a parameter anymore (this breaks backward compatibility, but it is cleaner and