From 08036a7b8249ec6a8c480f8f274c0734c02076bc Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 4 May 2005 03:01:42 +0000 Subject: 1.20-1mdk --- ChangeLog | 32 +++++++++++++++++++++++++++++++- URPM.pm | 2 +- perl-URPM.spec | 9 ++++++++- 3 files changed, 40 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 441177b..9de69af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,34 @@ -2005-03-03 10:37 Rafael Garcia-Suarez +2005-05-02 12:58 Rafael Garcia-Suarez + + * Makefile.PL, URPM.xs: Remove rpm 4.0 support + +2005-05-02 12:41 Rafael Garcia-Suarez + + * URPM.xs: Remove dead code + +2005-05-02 12:39 Rafael Garcia-Suarez + + * URPM.xs: Patch by Olivier Thauvin to adapt URPM for rpm 4.4 + +2005-04-29 01:50 Olivier Thauvin + + * perl-URPM.spec: - use mkrel + +2005-04-28 18:44 Rafael Garcia-Suarez + + * 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 + + * URPM.xs: More RPMSENSE_PREREQ deprecation. (this should do + nothing with rpm 4.2) + +2005-03-07 10:32 Rafael Garcia-Suarez + + * URPM.pm, perl-URPM.spec: 1.11-1mdk + +2005-03-03 10:37 Rafael Garcia-Suarez * URPM/Build.pm: Speed optimisation for updating media diff --git a/URPM.pm b/URPM.pm index 5d861a4..3502553 100644 --- a/URPM.pm +++ b/URPM.pm @@ -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 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 1.11-1mdk - Speed optimisation for updating media -- cgit v1.2.1