diff options
-rw-r--r-- | MDK/Common.pm.pl | 2 | ||||
-rw-r--r-- | perl-MDK-Common.spec | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/MDK/Common.pm.pl b/MDK/Common.pm.pl index 55218e3..222ac4a 100644 --- a/MDK/Common.pm.pl +++ b/MDK/Common.pm.pl @@ -74,7 +74,7 @@ our @ISA = qw(Exporter); # perl_checker: RE-EXPORT-ALL our @EXPORT = map { @$_ } map { values %{'MDK::Common::' . $_ . 'EXPORT_TAGS'} } grep { /::$/ } keys %MDK::Common::; -our $VERSION = "1.1.23"; +our $VERSION = "1.1.24"; 1; EOF diff --git a/perl-MDK-Common.spec b/perl-MDK-Common.spec index 234b937..05da1b5 100644 --- a/perl-MDK-Common.spec +++ b/perl-MDK-Common.spec @@ -64,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT # MODIFY IN THE CVS: cvs.mandrakesoft.com:/cooker soft/perl-MDK-Common %changelog +* Mon May 30 2005 Pixel <pixel@mandriva.com> 1.1.24-1mdk +- fix openFileMaybeCompressed() catMaybeCompressed() when file names contain spaces (bugzilla #16172) + * Thu May 19 2005 Pixel <pixel@mandriva.com> 1.1.23-1mdk - use "our" instead of "use vars" - add addVarsInSh() and addVarsInShMode() |