aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog36
-rw-r--r--URPM.pm2
-rw-r--r--perl-URPM.spec7
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 <rgarciasuarez@mandrakesoft.com>
+2004-08-02 11:01 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
- * 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 <thauvin@aerov.jussieu.fr>
+
+ * URPM.xs, t/parse.t: - remove test that can't works
+
+2004-08-02 09:22 Olivier Thauvin <thauvin@aerov.jussieu.fr>
+
+ * URPM.xs: - backward compatibility with perl 5.6
+
+2004-08-02 09:14 Olivier Thauvin <thauvin@aerov.jussieu.fr>
+
+ * Makefile.PL: - don't check rpm rpm version but rpm binary version
+
+2004-08-02 02:27 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * URPM/Build.pm: Silence a compilation warning
+
+2004-08-02 02:03 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * URPM/: Build.pm, Query.pm, Resolve.pm: Make perl_checker a bit
+ more happy
+
+2004-07-30 11:03 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * perl-URPM.spec: put back lost 0.98-2mdk's changelog
+
+2004-07-30 09:48 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * URPM.pm, perl-URPM.spec: 0.99-1mdk
2004-07-28 10:47 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
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 <rgarciasuarez@mandrakesoft.com> 1.00-1mdk
+- Protection against packages that obsolete themselves.
+- Backwards compatibility with perl 5.6.
+- Cleanups.
+
* Fri Jul 30 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 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.