diff options
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | URPM.pm | 2 | ||||
-rw-r--r-- | perl-URPM.spec | 5 |
3 files changed, 18 insertions, 2 deletions
@@ -1,3 +1,16 @@ +2004-08-24 11:29 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * URPM.xs: From now, the nopromoteepoch argument will always + default to 1 + +2004-08-24 10:12 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * URPM.pm, URPM.xs: Minor doc fixes + +2004-08-11 07:07 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * URPM.pm, perl-URPM.spec: 1.01-1mdk + 2004-08-11 06:57 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * URPM.xs: Don't panic on bad rpm fullnames @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '1.01'; +our $VERSION = '1.02'; URPM->bootstrap($VERSION); diff --git a/perl-URPM.spec b/perl-URPM.spec index 28d4464..a830321 100644 --- a/perl-URPM.spec +++ b/perl-URPM.spec @@ -6,7 +6,7 @@ %define name perl-URPM %define real_name URPM -%define version 1.01 +%define version 1.02 %define release 1mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "Development/Perl" : "Applications/CPAN"') @@ -63,6 +63,9 @@ hdlist files and manage them in memory. %changelog +* Tue Aug 24 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.02-1mdk +- From now, never promote epochs in comparing versions. + * Wed Aug 11 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.01-1mdk - Better fix for packages that obsolete themselves (François Pons) - Protection against broken packages with bad fullnames (with an "@") |