summaryrefslogtreecommitdiffstats
path: root/perl-MDK-Common.spec
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-06-28 08:05:30 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-06-28 08:05:30 +0000
commit2c3aeda9e08294259d8dc73f894d2afc1342de94 (patch)
treef3bdf06fa7952821894ce6a373c9c8bcbfaa261e /perl-MDK-Common.spec
parentf350421afc41b86767bbf231f41d0e3a2095a2c9 (diff)
downloadperl-MDK-Common-2c3aeda9e08294259d8dc73f894d2afc1342de94.tar
perl-MDK-Common-2c3aeda9e08294259d8dc73f894d2afc1342de94.tar.gz
perl-MDK-Common-2c3aeda9e08294259d8dc73f894d2afc1342de94.tar.bz2
perl-MDK-Common-2c3aeda9e08294259d8dc73f894d2afc1342de94.tar.xz
perl-MDK-Common-2c3aeda9e08294259d8dc73f894d2afc1342de94.zip
- fix single/quote handling in getVarsFromSh()
- setVarsInSh() now handles characters $, ', \" and spaces in the value - fix cp_af() for symlinks to directories
Diffstat (limited to 'perl-MDK-Common.spec')
-rw-r--r--perl-MDK-Common.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-MDK-Common.spec b/perl-MDK-Common.spec
index de97ed2..1d8978e 100644
--- a/perl-MDK-Common.spec
+++ b/perl-MDK-Common.spec
@@ -72,6 +72,11 @@ rm -rf $RPM_BUILD_ROOT
# MODIFY IN THE CVS: cvs.mandrakesoft.com:/cooker soft/perl-MDK-Common
%changelog
+* Mon Jun 28 2004 Pixel <pixel@mandrakesoft.com> 1.1.13-1mdk
+- fix single/quote handling in getVarsFromSh()
+- setVarsInSh() now handles characters $, ', \" and spaces in the value
+- fix cp_af() for symlinks to directories
+
* Mon May 10 2004 Pixel <pixel@mandrakesoft.com> 1.1.12-1mdk
- many perl_checker enhancements and cleanup