diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-02-06 00:33:29 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-02-06 00:33:29 +0000 |
commit | 8bc79537287588304e04d266f38ce7bd2b15e2e6 (patch) | |
tree | 832fa0b1ea76d62daa46b729bb1588609eebb526 /perl-MDK-Common.spec | |
parent | 6725c24385e0605dba75400f6da3a46af6439d7a (diff) | |
download | perl-MDK-Common-8bc79537287588304e04d266f38ce7bd2b15e2e6.tar perl-MDK-Common-8bc79537287588304e04d266f38ce7bd2b15e2e6.tar.gz perl-MDK-Common-8bc79537287588304e04d266f38ce7bd2b15e2e6.tar.bz2 perl-MDK-Common-8bc79537287588304e04d266f38ce7bd2b15e2e6.tar.xz perl-MDK-Common-8bc79537287588304e04d266f38ce7bd2b15e2e6.zip |
- add various Gtk2 methods
- handle "...\x{hex}..."
- suggest replacing $l[$#l] with $l[-1]
Diffstat (limited to 'perl-MDK-Common.spec')
-rw-r--r-- | perl-MDK-Common.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/perl-MDK-Common.spec b/perl-MDK-Common.spec index 4d0b076..7c289f4 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 17mdk +%define release 18mdk Summary: Various simple functions Name: perl-MDK-Common @@ -51,6 +51,11 @@ rm -rf $RPM_BUILD_ROOT # MODIFY IN THE CVS: cvs.mandrakesoft.com:/cooker soft/perl-MDK-Common %changelog +* Thu Feb 6 2003 Pixel <pixel@mandrakesoft.com> 1.0.4-18mdk +- add various Gtk2 methods +- handle "...\x{hex}..." +- suggest replacing $l[$#l] with $l[-1] + * Wed Jan 29 2003 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.0.4-17mdk - add list_users() |