diff options
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | URPM.pm | 2 | ||||
-rw-r--r-- | perl-URPM.spec | 8 |
3 files changed, 22 insertions, 2 deletions
@@ -1,3 +1,17 @@ +2004-11-25 20:18 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * URPM.pm, URPM/Build.pm: Inspired changes on top of Olivier's + changes + +2004-11-25 15:28 Olivier Thauvin <thauvin@aerov.jussieu.fr> + + * URPM.pm, URPM/Build.pm, URPM/Resolve.pm: - allow to use an array + of id instead (start .. end) in functions. + +2004-11-10 18:31 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * perl-URPM.spec: 1.04-1mdk + 2004-11-10 18:26 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * URPM.pm: Version bump @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '1.04'; +our $VERSION = '1.05'; URPM->bootstrap($VERSION); diff --git a/perl-URPM.spec b/perl-URPM.spec index 5a2a2c7..fe5eb9b 100644 --- a/perl-URPM.spec +++ b/perl-URPM.spec @@ -6,7 +6,7 @@ %define name perl-URPM %define real_name URPM -%define version 1.04 +%define version 1.05 %define release 1mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "Development/Perl" : "Applications/CPAN"') @@ -62,6 +62,12 @@ hdlist files and manage them in memory. %{compat_perl_vendorarch}/auto/URPM/URPM.so %changelog +* Thu Nov 25 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.05-1mdk +- Allow to use non-contiguous selection ranges (Olivier Thauvin) + +* Fri Nov 12 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.04-2mdk +- Rebuild for new perl + * Wed Nov 10 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.04-1mdk - More info reported about failures in dependency resolution. |