diff options
Diffstat (limited to 'rpmtools.spec')
-rw-r--r-- | rpmtools.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rpmtools.spec b/rpmtools.spec index 40578b0..5722f5c 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -1,5 +1,5 @@ %define name rpmtools -%define release 2mdk +%define release 3mdk # do not modify here, see Makefile in the CVS %define version 4.2 @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/perl5/man/*/* %changelog +* Thu Feb 14 2002 François Pons <fpons@mandrakesoft.com> 4.2-3mdk +- fixed rpmtools::_parse_ for memory leak. + * Mon Feb 11 2002 François Pons <fpons@mandrakesoft.com> 4.2-2mdk - missing fixing arch determination for _parse_ (now correctly handles src architecture). |