diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-05-30 06:08:50 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-05-30 06:08:50 +0000 |
commit | dcf3d7a001ab7b83b5c944540293fbf2f4684b47 (patch) | |
tree | 20af5037d4edfd2b810302f1d19bd60be692212f | |
parent | 464e0145cbfd02be966fc704d15be7b779e6f400 (diff) | |
download | perl-MDK-Common-dcf3d7a001ab7b83b5c944540293fbf2f4684b47.tar perl-MDK-Common-dcf3d7a001ab7b83b5c944540293fbf2f4684b47.tar.gz perl-MDK-Common-dcf3d7a001ab7b83b5c944540293fbf2f4684b47.tar.bz2 perl-MDK-Common-dcf3d7a001ab7b83b5c944540293fbf2f4684b47.tar.xz perl-MDK-Common-dcf3d7a001ab7b83b5c944540293fbf2f4684b47.zip |
fix openFileMaybeCompressed() catMaybeCompressed() when file names contain spaces (bugzilla #16172)
-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() |