aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-12-14 19:21:06 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-12-14 19:21:06 +0000
commitd4b5d537234aecb8974e38976ced44e0a77290b6 (patch)
tree761770b72c72f5a9e746fac3153245356f276c9f
parentbbb7b872033d39cf95ff7ea3563eca6ca6a0d31b (diff)
downloadrpmtools-d4b5d537234aecb8974e38976ced44e0a77290b6.tar
rpmtools-d4b5d537234aecb8974e38976ced44e0a77290b6.tar.gz
rpmtools-d4b5d537234aecb8974e38976ced44e0a77290b6.tar.bz2
rpmtools-d4b5d537234aecb8974e38976ced44e0a77290b6.tar.xz
rpmtools-d4b5d537234aecb8974e38976ced44e0a77290b6.zip
5.0.5-1mdk5.0.5
-rw-r--r--ChangeLog18
-rw-r--r--rpmtools.spec6
2 files changed, 23 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e21d83a..1a891af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2004-12-14 20:16 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * Packdrakeng.pm: Fix indentation and capitalize some warning
+ messages
+
+2004-12-14 20:13 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * Packdrakeng.pm: Use $pack->{log}() instead of warn(), so --quiet
+ works again
+
+2004-12-14 11:38 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * Makefile.PL: Don't hardcode version in several places
+
+2004-12-14 11:27 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * rpmtools.spec: 5.0.4
+
2004-12-14 11:25 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
* rpmtools.spec: Don't require Compress::Zlib (only suggest :)
diff --git a/rpmtools.spec b/rpmtools.spec
index bee8cbb..afb5d8e 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.4
+%define version 5.0.5
%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)
@@ -75,6 +75,10 @@ is fully compatible with old packdrake.
%{_mandir}/*/*
%changelog
+* Tue Dec 14 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 5.0.5-1mdk
+- Fix the "quiet" option of packdrake (so urpmq and other tools don't produce
+ warnings)
+
* Tue Dec 14 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 5.0.4-1mdk
- extract_archive() function in packdrake should do nothing if no file list
is specified