summaryrefslogtreecommitdiffstats
path: root/perl-MDK-Common.spec
diff options
context:
space:
mode:
Diffstat (limited to 'perl-MDK-Common.spec')
-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 7f90c7e..15e4ec1 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 20mdk
+%define release 21mdk
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
+* Fri Feb 14 2003 Pixel <pixel@mandrakesoft.com> 1.0.4-21mdk
+- don't suggest to replace "@foo ? @foo : @bar" with "@foo || @bar", this is wrong!
+
* Thu Feb 13 2003 Pixel <pixel@mandrakesoft.com> 1.0.4-20mdk
- add some more Gtk2 methods
- check use of variables with name _XXX (reserved for unused variables)