diff options
-rw-r--r-- | ChangeLog | 22 | ||||
-rw-r--r-- | rpmtools.spec | 6 |
2 files changed, 26 insertions, 2 deletions
@@ -1,4 +1,24 @@ -2005-02-22 21:24 Olivier Thauvin <thauvin@aerov.jussieu.fr> +2005-03-01 12:33 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * parsehdlist.c: Output help to stdout + +2005-03-01 12:31 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * parsehdlist.c: Patch by Leon Brooks to add an --sql option to + dump output as SQL INSERT statements, and an --url option to get + the rpm's URL tag. + +2005-02-28 12:37 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * Packdrakeng.pm: POD fixes. + +2005-02-28 12:32 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * Packdrakeng.pm: toc_f_count wasn't stored in the Packdrakeng + object, and it's used by rpmdrake's search progress bar. (bug + 14008) + +2005-02-22 21:24 Olivier Thauvin <thauvin at aerov.jussieu.fr> * MANIFEST, Makefile.PL, rpmtools.spec: - 5.0.15 diff --git a/rpmtools.spec b/rpmtools.spec index 7a05208..988c1b3 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -2,7 +2,7 @@ %define release 1mdk # do not modify here, see Makefile in the CVS -%define version 5.0.15 +%define version 5.0.16 %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') %define rpm_version %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' rpm) @@ -79,6 +79,10 @@ is fully compatible with old packdrake. %{_mandir}/man3/[pP]ackdrake* %changelog +* Tue Mar 01 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 5.0.16-1mdk +- packdrake: report size of toc (for rpmdrake's search progress bar) +- parsehdlist: add support to output SQL statements (Leon Brooks) + * Tue Feb 22 2005 Olivier Thauvin <thauvin@aerov.jussieu.fr> 5.0.15-1mdk - generate VERSION - split Distribconf with Build |