diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-08-23 12:50:04 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-08-23 12:50:04 +0000 |
commit | 9a1f0e891ef192fc72ae47a57453ce724353a063 (patch) | |
tree | d7740d7db77d8adf4af9c5896f867584d8884b1e | |
parent | 5502f298dad51b1c7d627f3e4c99af7879ac2a4b (diff) | |
download | rpmtools-5.0.23.tar rpmtools-5.0.23.tar.gz rpmtools-5.0.23.tar.bz2 rpmtools-5.0.23.tar.xz rpmtools-5.0.23.zip |
5.0.23-1mdk5.0.23
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | rpmtools.spec | 5 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,12 @@ +2005-08-23 14:47 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * Packdrakeng.pm: If extracting an archive to an undefined + directory, output to stdout. (used by urpmq) + +2005-08-22 19:59 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * rpmtools.spec: 5.0.22 + 2005-08-22 18:54 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * Packdrakeng.pm: Use destdir = "." if not specified. Don't use diff --git a/rpmtools.spec b/rpmtools.spec index 1f78ee6..6d5fd48 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -2,7 +2,7 @@ %define release %mkrel 1 # do not modify here, see spec file in the CVS -%define version 5.0.22 +%define version 5.0.23 %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') %define rpm_version %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' rpm) @@ -77,6 +77,9 @@ is fully compatible with old packdrake. %{_mandir}/man3/[pP]ackdrake* %changelog +* Tue Aug 23 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 5.0.23-1mdk +- packdrake: fix bug in urpmq --headers (17245) + * Mon Aug 22 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 5.0.22-1mdk - Minor code fixes and better error messages |