diff options
-rw-r--r-- | MDK/Common.pm.pl | 2 | ||||
-rw-r--r-- | perl-MDK-Common.spec | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/MDK/Common.pm.pl b/MDK/Common.pm.pl index 019a7c9..ed919a7 100644 --- a/MDK/Common.pm.pl +++ b/MDK/Common.pm.pl @@ -74,7 +74,7 @@ use vars qw(@ISA @EXPORT $VERSION); #); # perl_checker: RE-EXPORT-ALL @EXPORT = map { @$_ } map { values %{'MDK::Common::' . $_ . 'EXPORT_TAGS'} } grep { /::$/ } keys %MDK::Common::; -$VERSION = "1.1.18"; +$VERSION = "1.1.19"; 1; EOF diff --git a/perl-MDK-Common.spec b/perl-MDK-Common.spec index adb6a66..06e9688 100644 --- a/perl-MDK-Common.spec +++ b/perl-MDK-Common.spec @@ -64,6 +64,11 @@ rm -rf $RPM_BUILD_ROOT # MODIFY IN THE CVS: cvs.mandrakesoft.com:/cooker soft/perl-MDK-Common %changelog +* Wed Nov 10 2004 Pixel <pixel@mandrakesoft.com> 1.1.19-1mdk +- MDK::System: fix cp_with_option() which called cp_af() recursively, loosing the specific options +- MDK::System: add distrib() to get company, system (e.g. Mandrakelinux) and product (e.g. 10.1) +- various perl_checker enhancements/fixes + * Mon Sep 6 2004 Pixel <pixel@mandrakesoft.com> 1.1.18-1mdk - more flexible typeFromMagic |