aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-03-01 11:46:31 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-03-01 11:46:31 +0000
commite9093726ef564c4818278ca0d19e1f9c042fad05 (patch)
tree2a6196ea96c8888cd391008e7d54c65023dda25e
parentcaab043e6fa3308d76e5fa95fb9735cb3f781d67 (diff)
downloadrpmtools-5.0.16.tar
rpmtools-5.0.16.tar.gz
rpmtools-5.0.16.tar.bz2
rpmtools-5.0.16.tar.xz
rpmtools-5.0.16.zip
5.0.16-1mdk5.0.16
-rw-r--r--ChangeLog22
-rw-r--r--rpmtools.spec6
2 files changed, 26 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b544bc..3c98f1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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