diff options
-rw-r--r-- | ChangeLog | 32 | ||||
-rw-r--r-- | URPM.pm | 2 | ||||
-rw-r--r-- | perl-URPM.spec | 9 |
3 files changed, 40 insertions, 3 deletions
@@ -1,4 +1,34 @@ -2005-03-03 10:37 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> +2005-05-02 12:58 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * Makefile.PL, URPM.xs: Remove rpm 4.0 support + +2005-05-02 12:41 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * URPM.xs: Remove dead code + +2005-05-02 12:39 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * URPM.xs: Patch by Olivier Thauvin to adapt URPM for rpm 4.4 + +2005-04-29 01:50 Olivier Thauvin <thauvin at aerov.jussieu.fr> + + * perl-URPM.spec: - use mkrel + +2005-04-28 18:44 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * URPM/Resolve.pm: Fix bug 15628 : when no preferred locale is + found, put locales-en in front of choice list + +2005-03-09 17:39 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * URPM.xs: More RPMSENSE_PREREQ deprecation. (this should do + nothing with rpm 4.2) + +2005-03-07 10:32 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * URPM.pm, perl-URPM.spec: 1.11-1mdk + +2005-03-03 10:37 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * URPM/Build.pm: Speed optimisation for updating media @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '1.11'; +our $VERSION = '1.20'; URPM->bootstrap($VERSION); diff --git a/perl-URPM.spec b/perl-URPM.spec index 7751780..6627d90 100644 --- a/perl-URPM.spec +++ b/perl-URPM.spec @@ -6,7 +6,7 @@ %define name perl-URPM %define real_name URPM -%define version 1.11 +%define version 1.20 %define release %mkrel 1 %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "Development/Perl" : "Applications/CPAN"') @@ -66,6 +66,13 @@ hdlist files and manage them in memory. %{compat_perl_vendorarch}/auto/URPM/URPM.so %changelog +* Wed May 04 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.20-1mdk +- Adaptations for rpm 4.4.1 (Olivier Thauvin) +- More deprecation for RPMSENSE_PREREQ +- Remove rpm 4.0 support +- when no preferred locale is found, put locales-en in front of choice list + (bug #15628) + * Mon Mar 07 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.11-1mdk - Speed optimisation for updating media |