From 052a8b211f8b41ecb86165c21a17b1d076e1cdfa Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 16 Nov 2005 14:46:26 +0000 Subject: 5.0.26-1mdk --- ChangeLog | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ rpmtools.spec | 17 +++++++----- 2 files changed, 95 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8357bbf..1e39872 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,87 @@ +2005-11-16 15:28 Rafael Garcia-Suarez + + * editdistrib: Add a version command + +2005-11-16 15:22 Rafael Garcia-Suarez + + * editdistrib: Fix a few typos; add a "quit" command + +2005-11-16 14:57 Rafael Garcia-Suarez + + * Makefile.PL, rpmtools.spec: Put packdrake(1) manpage in the + packdrake rpm, not in the rpmtools rpm. Don't install manpages + in section 3 for obsolete modules. + +2005-11-16 14:56 Rafael Garcia-Suarez + + * packdrake: Don't leave empty sections in manpage + +2005-11-16 14:15 Rafael Garcia-Suarez + + * gendistrib: Fix the location where the MD5SUM files are generated + (thanks joeghi) + +2005-11-15 13:42 Rafael Garcia-Suarez + + * packdrake.pm: Remove wrapper overhead, use directly new module + +2005-11-15 13:21 Rafael Garcia-Suarez + + * Distribconf.pm, Packdrakeng.pm, Distribconf/Build.pm, + Packdrakeng/zlib.pm: Replace modules by wrappers around new MDV:: + namespace. Add a deprecation warning. + +2005-11-15 13:19 Rafael Garcia-Suarez + + * t/01packdrakeng.t: use_ok must be done at compile time for + imports to work + +2005-11-15 12:22 Rafael Garcia-Suarez + + * dumpdistribconf, gendistrib: Use modules in the new namespace + MDV:: + +2005-11-15 12:16 Rafael Garcia-Suarez + + * MANIFEST: Add editdistrib to the MANIFEST + +2005-11-15 12:10 Rafael Garcia-Suarez + + * .cvsignore: Ignore MakeMaker build files and compiled binaries + +2005-10-18 17:41 Olivier Blin + + * packdrake: fix syntax error + +2005-10-14 03:49 Olivier Thauvin + + * editdistrib: - add del/save/set/check + +2005-10-11 23:23 pterjan + + * gendistrib: Fix typo + +2005-10-11 08:32 Olivier Thauvin + + * editdistrib: - factorize code + +2005-10-11 01:26 Olivier Thauvin + + * editdistrib: - add addmedia() - use MDV::... + +2005-10-10 14:42 Olivier Thauvin + + * editdistrib: - add + +2005-10-04 14:07 Rafael Garcia-Suarez + + * rpmtools.spec: Make perl-devel dependency portable (thanks to + Buchan) + +2005-10-03 19:00 Rafael Garcia-Suarez + + * rpmtools.spec: 5.0.25-1mdk + 2005-10-03 18:00 Rafael Garcia-Suarez * packdrake: Make Pod::Usage optional, for dependency reasons diff --git a/rpmtools.spec b/rpmtools.spec index a8fd0d5..ed65731 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -1,6 +1,6 @@ %define name rpmtools # do not modify here, see spec file in the CVS -%define version 5.0.25 +%define version 5.0.26 %define release %mkrel 1 %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -34,8 +34,6 @@ Group: %{group} Summary: A simple Archive Extractor/Builder Conflicts: rpmtools <= 5.0.0 Provides: perl(packdrake) -# perl-Compress-Zlib is only "suggested" -%define _requires_exceptions perl(Compress::Zlib) %description -n packdrake Packdrake is a simple indexed archive builder and extractor using @@ -63,12 +61,12 @@ is fully compatible with old packdrake. %files %defattr(-,root,root) -%{_bindir}/parsehdlist -%{_bindir}/rpm2header +%{_bindir}/dumpdistribconf %{_bindir}/gendistrib %{_bindir}/genhdlist +%{_bindir}/parsehdlist %{_bindir}/rpm2cpio.pl -%{_bindir}/dumpdistribconf +%{_bindir}/rpm2header %{perl_vendorlib}/Distribconf* %{_mandir}/man1/dumpdistribconf* %{_mandir}/man1/gendistrib* @@ -81,10 +79,17 @@ is fully compatible with old packdrake. %{_bindir}/packdrake %{perl_vendorlib}/packdrake.pm %{perl_vendorlib}/Packdrakeng.pm +%{perl_vendorlib}/Packdrakeng %{perl_vendorlib}/Packdrakeng/zlib.pm %{_mandir}/man1/packdrake* %changelog +* Wed Nov 16 2005 Rafael Garcia-Suarez 5.0.26-1mdk +- Use MDV:: perl modules, replaces the ones shipped by compatibility wrappers +- Move packdrake manpage to packdrake rpm +- gendistrib: Fix the location where the MD5SUM files are generated + (thanks joeghi) + * Mon Oct 03 2005 Rafael Garcia-Suarez 5.0.25-1mdk - Documentation: new manpages for gendistrib, genhdlist, dumpdistribconf. More internal docs for Perl modules. -- cgit v1.2.1