diff options
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | URPM.pm | 2 | ||||
-rw-r--r-- | perl-URPM.spec | 6 |
3 files changed, 20 insertions, 2 deletions
@@ -1,3 +1,17 @@ +2004-07-30 08:10 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * URPM/Resolve.pm: Resolution of requested packages: by default, + don't propose a choice when multiple found packages are already + installed. + +2004-07-28 10:47 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * URPM/Build.pm: Use lexical filehandles. + +2004-07-22 11:39 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * URPM.pm, perl-URPM.spec: Version 0.98 + 2004-07-22 05:15 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * URPM.xs, t/parse.t: Add URPM::stream2header (borrowed from @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '0.98'; +our $VERSION = '0.99'; URPM->bootstrap($VERSION); diff --git a/perl-URPM.spec b/perl-URPM.spec index 7d41137..5a09715 100644 --- a/perl-URPM.spec +++ b/perl-URPM.spec @@ -6,7 +6,7 @@ %define name perl-URPM %define real_name URPM -%define version 0.98 +%define version 0.99 %define release 1mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "Development/Perl" : "Applications/CPAN"') @@ -63,6 +63,10 @@ hdlist files and manage them in memory. %changelog +* Fri Jul 30 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 0.99-1mdk +- A small modification in the algorithm that searches for virtual provides: + don't give a choice between several packages that are already installed. + * Thu Jul 22 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 0.98-1mdk - Add a function URPM::stream2header() |