From 43f319d5881fbd8be7fd61e8d0b1654c1ab71fb3 Mon Sep 17 00:00:00 2001 From: rjray Date: Fri, 14 Jul 2000 08:03:28 +0000 Subject: [PATCH] For 0.26 CVS patchset: 3947 CVS date: 2000/07/14 08:03:28 --- Perl-RPM/ChangeLog | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Perl-RPM/ChangeLog b/Perl-RPM/ChangeLog index 7ab1a9f..ceddc9b 100644 --- a/Perl-RPM/ChangeLog +++ b/Perl-RPM/ChangeLog @@ -65,13 +65,13 @@ Revision history for Perl extension RPM. Added a method to the RPM::Header class, is_source(), that returns a true value (1) if the header is associated with a source RPM. -0.xy - - +0.26 Fri Jul 14 01:03:02 PDT 2000 + - fourth alpha Added NVR() method to RPM::Header for obvious reasons of convenience. - - Eliminated a croak(), replaced with rpm_error(). Also replaced the - warn()'s in typemap with calls to rpm_error. + Also added cmpver method, which calls into the rpmCompareVersion() API + hook to compare two headers' version/release data with an internal + algorithm that handles numerical and alpha content in the tags. Took out all remaining warn()'s and croak()'s, replacing them with rpm_error() calls. Most notable in the error-return cases of @@ -79,3 +79,6 @@ Revision history for Perl extension RPM. More thread-safing, in particular the heretofore-ignored RPM::Constants XS module. + + Added a sample script in utils, called rpmprune. It has a --help + summary and a man page, see those for details. -- 2.7.4