diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-03 17:00:35 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-10-03 17:00:35 +0000 |
commit | 0d94284cb08db079aea7b7f9d41cf50468687ba4 (patch) | |
tree | 7fc0fdd6ac6da1c4fdffd45945e9cd2b91f8a6f7 /rpmtools.spec | |
parent | 0e762c47c7da3cf90553721aadaf5833cc33cca1 (diff) | |
download | rpmtools-0d94284cb08db079aea7b7f9d41cf50468687ba4.tar rpmtools-0d94284cb08db079aea7b7f9d41cf50468687ba4.tar.gz rpmtools-0d94284cb08db079aea7b7f9d41cf50468687ba4.tar.bz2 rpmtools-0d94284cb08db079aea7b7f9d41cf50468687ba4.tar.xz rpmtools-0d94284cb08db079aea7b7f9d41cf50468687ba4.zip |
Diffstat (limited to 'rpmtools.spec')
-rw-r--r-- | rpmtools.spec | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/rpmtools.spec b/rpmtools.spec index aec9a4e..6c5012a 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -1,6 +1,6 @@ %define name rpmtools # do not modify here, see spec file in the CVS -%define version 5.0.24 +%define version 5.0.25 %define release %mkrel 1 %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -82,6 +82,17 @@ is fully compatible with old packdrake. %{_mandir}/man3/[pP]ackdrake* %changelog +* Mon Oct 03 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 5.0.25-1mdk +- Documentation: new manpages for gendistrib, genhdlist, dumpdistribconf. + More internal docs for Perl modules. +- gendistrib: new --version switch. Remove --distrib switch. +- Use Pod::Usage to implement --help in Perl tools +- Many code cleanups. +- dumpdistribconf wasn't working. +- genhdlist has new switches --md5sum, --list and --subdir. --headersdir has + been removed since it uses File::Temp now. +- Remove build dependency on MDK::Common (Buchan Milne) + * Wed Sep 14 2005 Olivier Thauvin <nanardon@zarb.org> 5.0.24-1mdk - 5.0.24 (gendistrib improvement && s/mandrake/mandriva/) |