diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-02-12 13:06:31 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-02-12 13:06:31 +0000 |
commit | 66fa685829f6686e92c08d76db5156ee72bbe873 (patch) | |
tree | aad79ab15b6cd8a30c49a4e6c70f6febb268d622 /perl-MDK-Common.spec | |
parent | bc4394dd579bd4aa98b7c8ce7989680bdb6d762f (diff) | |
download | perl-MDK-Common-66fa685829f6686e92c08d76db5156ee72bbe873.tar perl-MDK-Common-66fa685829f6686e92c08d76db5156ee72bbe873.tar.gz perl-MDK-Common-66fa685829f6686e92c08d76db5156ee72bbe873.tar.bz2 perl-MDK-Common-66fa685829f6686e92c08d76db5156ee72bbe873.tar.xz perl-MDK-Common-66fa685829f6686e92c08d76db5156ee72bbe873.zip |
- handle ${foo} (including "${foo}bar")
- warn when "ref" priority is badly handled by perl_checker
Diffstat (limited to 'perl-MDK-Common.spec')
-rw-r--r-- | perl-MDK-Common.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/perl-MDK-Common.spec b/perl-MDK-Common.spec index 7c289f4..448ddef 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 18mdk +%define release 19mdk Summary: Various simple functions Name: perl-MDK-Common @@ -51,6 +51,10 @@ rm -rf $RPM_BUILD_ROOT # MODIFY IN THE CVS: cvs.mandrakesoft.com:/cooker soft/perl-MDK-Common %changelog +* Wed Feb 12 2003 Pixel <pixel@mandrakesoft.com> 1.0.4-19mdk +- handle ${foo} (including "${foo}bar") +- warn when "ref" priority is badly handled by perl_checker + * Thu Feb 6 2003 Pixel <pixel@mandrakesoft.com> 1.0.4-18mdk - add various Gtk2 methods - handle "...\x{hex}..." |