diff options
author | rjray <devnull@localhost> | 2000-07-14 08:03:28 +0000 |
---|---|---|
committer | rjray <devnull@localhost> | 2000-07-14 08:03:28 +0000 |
commit | 43f319d5881fbd8be7fd61e8d0b1654c1ab71fb3 (patch) | |
tree | 1b7f10dd2c65e5eb16be7667443ebde3ab6a547a | |
parent | a5b9c1343abbd452c9f7e1367f1b103acc4af29b (diff) | |
download | librpm-tizen-43f319d5881fbd8be7fd61e8d0b1654c1ab71fb3.tar.gz librpm-tizen-43f319d5881fbd8be7fd61e8d0b1654c1ab71fb3.tar.bz2 librpm-tizen-43f319d5881fbd8be7fd61e8d0b1654c1ab71fb3.zip |
For 0.26
CVS patchset: 3947
CVS date: 2000/07/14 08:03:28
-rw-r--r-- | Perl-RPM/ChangeLog | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Perl-RPM/ChangeLog b/Perl-RPM/ChangeLog index 7ab1a9fb8..ceddc9bd9 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. |