diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | URPM.pm | 2 | ||||
-rw-r--r-- | perl-URPM.spec | 5 |
3 files changed, 14 insertions, 2 deletions
@@ -1,3 +1,12 @@ +2004-12-13 14:34 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * URPM/Resolve.pm: Return the list of chosen packages sorted by + descending version (bug #12645). + +2004-12-09 16:29 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * URPM.pm, perl-URPM.spec: 1.06-1mdk + 2004-12-09 16:16 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * URPM/Build.pm: trust packdrake's defaults @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '1.06'; +our $VERSION = '1.07'; URPM->bootstrap($VERSION); diff --git a/perl-URPM.spec b/perl-URPM.spec index 1ab05ad..0a14f7c 100644 --- a/perl-URPM.spec +++ b/perl-URPM.spec @@ -6,7 +6,7 @@ %define name perl-URPM %define real_name URPM -%define version 1.06 +%define version 1.07 %define release 1mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "Development/Perl" : "Applications/CPAN"') @@ -65,6 +65,9 @@ hdlist files and manage them in memory. %{compat_perl_vendorarch}/auto/URPM/URPM.so %changelog +* Mon Dec 13 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.07-1mdk +- Now returns the list of chosen packages sorted by descending version. + * Thu Dec 09 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.06-1mdk - Don't fork a packdrake to build hdlists anymore, use Packdrakeng.pm instead. - Remove unused requires. |