diff options
Diffstat (limited to 'perl-URPM.spec')
-rw-r--r-- | perl-URPM.spec | 5 |
1 files changed, 4 insertions, 1 deletions
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. |