diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-17 13:32:12 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-12-17 13:32:12 +0000 |
commit | c3dec4b8b1d572b16b41adf5275efa4fdf42d4e9 (patch) | |
tree | fb4faf1e9e28429465b9cd29c6a372d2ca25e857 | |
parent | 5a76ab8943e6a87cc34f6b269e9b819ed8890f8c (diff) | |
download | rpmtools-c3dec4b8b1d572b16b41adf5275efa4fdf42d4e9.tar rpmtools-c3dec4b8b1d572b16b41adf5275efa4fdf42d4e9.tar.gz rpmtools-c3dec4b8b1d572b16b41adf5275efa4fdf42d4e9.tar.bz2 rpmtools-c3dec4b8b1d572b16b41adf5275efa4fdf42d4e9.tar.xz rpmtools-c3dec4b8b1d572b16b41adf5275efa4fdf42d4e9.zip |
5.0.6-1mdk5.0.6
-rw-r--r-- | ChangeLog | 36 | ||||
-rw-r--r-- | rpmtools.spec | 9 |
2 files changed, 43 insertions, 2 deletions
@@ -1,3 +1,39 @@ +2004-12-17 14:24 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * Packdrakeng.pm, Packdrakeng/zlib.pm: Ensure Packdrakeng::zlib + loads properly, and is not used if Compress::Zlib is not + available + +2004-12-17 14:13 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * t/: 01packdrakeng.t, 02packdrake.t: Neatier test labels + +2004-12-17 11:21 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * Packdrakeng.pm: Simplify optional module loading + +2004-12-16 16:21 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * packdrake.pm: At least show a warning when an archive can't be + found + +2004-12-16 16:03 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * Packdrakeng.pm: Don't invoke compression/decompression + subroutines as methods + +2004-12-16 13:50 Olivier Thauvin <thauvin@aerov.jussieu.fr> + + * Makefile.PL: - add tag command + +2004-12-15 20:52 Olivier Thauvin <thauvin@aerov.jussieu.fr> + + * Packdrakeng.pm: - more docs + +2004-12-14 20:21 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * rpmtools.spec: 5.0.5-1mdk + 2004-12-14 20:16 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * Packdrakeng.pm: Fix indentation and capitalize some warning diff --git a/rpmtools.spec b/rpmtools.spec index afb5d8e..efb12b9 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.5 +%define version 5.0.6 %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) @@ -21,7 +21,6 @@ BuildRoot: %{_tmppath}/%{name}-buildroot Prefix: %{_prefix} BuildRequires: rpm-devel >= 4.0.3 bzip2-devel BuildRequires: perl-devel -BuildRequires: perl-Compress-Zlib Requires: rpm >= %{rpm_version} bzip2 >= 1.0 perl-URPM >= 0.94 perl-base >= 5.8.4 Conflicts: rpmtools-compat <= 2.0 rpmtools-devel <= 2.0 @@ -75,6 +74,12 @@ is fully compatible with old packdrake. %{_mandir}/*/* %changelog +* Fri Dec 17 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 5.0.6-1mdk +- Ensure Packdrakeng::zlib loads properly, and is not used if Compress::Zlib + is not available. Remove Compress::Zlib from BuildRequires +- packdrake: show a warning when an archive can't be found +- more docs + * 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) |