diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-09-06 13:52:34 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-09-06 13:52:34 +0000 |
commit | e93410db0c1326ac5895ba2105904698c7ee163e (patch) | |
tree | dd52101cd9b155a01d1e86b226d060a59f5c8c0a /perl-MDK-Common.spec | |
parent | 9ed9ed46df24d5852327064d04da685eccfa4126 (diff) | |
download | perl-MDK-Common-e93410db0c1326ac5895ba2105904698c7ee163e.tar perl-MDK-Common-e93410db0c1326ac5895ba2105904698c7ee163e.tar.gz perl-MDK-Common-e93410db0c1326ac5895ba2105904698c7ee163e.tar.bz2 perl-MDK-Common-e93410db0c1326ac5895ba2105904698c7ee163e.tar.xz perl-MDK-Common-e93410db0c1326ac5895ba2105904698c7ee163e.zip |
MDK::Common::System::update_gnomekderc: fix adding lines to the last section when it doesn't end with a cr
Diffstat (limited to 'perl-MDK-Common.spec')
-rw-r--r-- | perl-MDK-Common.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/perl-MDK-Common.spec b/perl-MDK-Common.spec index 39fe8f7..bfc1c40 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 15mdk +%define release 16mdk Summary: Various simple functions Name: perl-MDK-Common @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT # MODIFY IN THE CVS: cvs.mandrakesoft.com:/cooker soft/perl-MDK-Common %changelog +* Fri Sep 6 2002 Pixel <pixel@mandrakesoft.com> 1.0.3-16mdk +- MDK::Common::System::update_gnomekderc: fix adding lines to the last section when it doesn't end with a cr + * Fri Sep 6 2002 Pixel <pixel@mandrakesoft.com> 1.0.3-15mdk - MDK::Common::System::update_gnomekderc: fix adding section when the file doesn't end with a cr |