From c3dec4b8b1d572b16b41adf5275efa4fdf42d4e9 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 17 Dec 2004 13:32:12 +0000 Subject: 5.0.6-1mdk --- ChangeLog | 36 ++++++++++++++++++++++++++++++++++++ rpmtools.spec | 9 +++++++-- 2 files changed, 43 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1a891af..bd33a99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,39 @@ +2004-12-17 14:24 Rafael Garcia-Suarez + + * 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 + + * t/: 01packdrakeng.t, 02packdrake.t: Neatier test labels + +2004-12-17 11:21 Rafael Garcia-Suarez + + * Packdrakeng.pm: Simplify optional module loading + +2004-12-16 16:21 Rafael Garcia-Suarez + + * packdrake.pm: At least show a warning when an archive can't be + found + +2004-12-16 16:03 Rafael Garcia-Suarez + + * Packdrakeng.pm: Don't invoke compression/decompression + subroutines as methods + +2004-12-16 13:50 Olivier Thauvin + + * Makefile.PL: - add tag command + +2004-12-15 20:52 Olivier Thauvin + + * Packdrakeng.pm: - more docs + +2004-12-14 20:21 Rafael Garcia-Suarez + + * rpmtools.spec: 5.0.5-1mdk + 2004-12-14 20:16 Rafael Garcia-Suarez * 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 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 5.0.5-1mdk - Fix the "quiet" option of packdrake (so urpmq and other tools don't produce warnings) -- cgit v1.2.1