From 22b7f2b88cba1b99d01d016fe120ffdcb27d84b1 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 2 Aug 2004 09:24:38 +0000 Subject: 1.00 ! --- ChangeLog | 36 ++++++++++++++++++++++++++++++++---- URPM.pm | 2 +- perl-URPM.spec | 7 ++++++- 3 files changed, 39 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index a935fee..38967cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,36 @@ -2004-07-30 08:10 Rafael Garcia-Suarez +2004-08-02 11:01 Rafael Garcia-Suarez - * URPM/Resolve.pm: Resolution of requested packages: by default, - don't propose a choice when multiple found packages are already - installed. + * URPM/Resolve.pm: Protection against packages that obsolete + themselves. + +2004-08-02 10:42 Olivier Thauvin + + * URPM.xs, t/parse.t: - remove test that can't works + +2004-08-02 09:22 Olivier Thauvin + + * URPM.xs: - backward compatibility with perl 5.6 + +2004-08-02 09:14 Olivier Thauvin + + * Makefile.PL: - don't check rpm rpm version but rpm binary version + +2004-08-02 02:27 Rafael Garcia-Suarez + + * URPM/Build.pm: Silence a compilation warning + +2004-08-02 02:03 Rafael Garcia-Suarez + + * URPM/: Build.pm, Query.pm, Resolve.pm: Make perl_checker a bit + more happy + +2004-07-30 11:03 Thierry Vignaud + + * perl-URPM.spec: put back lost 0.98-2mdk's changelog + +2004-07-30 09:48 Rafael Garcia-Suarez + + * URPM.pm, perl-URPM.spec: 0.99-1mdk 2004-07-28 10:47 Rafael Garcia-Suarez diff --git a/URPM.pm b/URPM.pm index ee46662..d684749 100644 --- a/URPM.pm +++ b/URPM.pm @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '0.99'; +our $VERSION = '1.00'; URPM->bootstrap($VERSION); diff --git a/perl-URPM.spec b/perl-URPM.spec index 7cf6c7e..8732759 100644 --- a/perl-URPM.spec +++ b/perl-URPM.spec @@ -6,7 +6,7 @@ %define name perl-URPM %define real_name URPM -%define version 0.99 +%define version 1.00 %define release 1mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "Development/Perl" : "Applications/CPAN"') @@ -63,6 +63,11 @@ hdlist files and manage them in memory. %changelog +* Mon Aug 02 2004 Rafael Garcia-Suarez 1.00-1mdk +- Protection against packages that obsolete themselves. +- Backwards compatibility with perl 5.6. +- Cleanups. + * Fri Jul 30 2004 Rafael Garcia-Suarez 0.99-1mdk - A small modification in the algorithm that searches for virtual provides: don't give a choice between several packages that are already installed. -- cgit v1.2.1