aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-08-11 05:07:27 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-08-11 05:07:27 +0000
commit80a65cf57fb6a99e27b4ede35fac60960a938a10 (patch)
tree75747c5a5a85bd64a3d097984a6ab8e2f93d94b5
parent6d2df773e36dd4fa2d309d7a5ab6ecd9b6f19287 (diff)
downloadperl-URPM-80a65cf57fb6a99e27b4ede35fac60960a938a10.tar
perl-URPM-80a65cf57fb6a99e27b4ede35fac60960a938a10.tar.gz
perl-URPM-80a65cf57fb6a99e27b4ede35fac60960a938a10.tar.bz2
perl-URPM-80a65cf57fb6a99e27b4ede35fac60960a938a10.tar.xz
perl-URPM-80a65cf57fb6a99e27b4ede35fac60960a938a10.zip
1.01-1mdk1.01
-rw-r--r--ChangeLog16
-rw-r--r--URPM.pm2
-rw-r--r--perl-URPM.spec6
3 files changed, 22 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 38967cf..3a4954d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2004-08-11 06:57 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * URPM.xs: Don't panic on bad rpm fullnames
+
+2004-08-02 12:42 Fançois Pons
+
+ * URPM/Resolve.pm: fixed deadlock caused with libgc1 obsoleting
+ itself ;-) and in the case were an older package is already
+ installed and an older package is present in urpmi db. The
+ problems comes with a badly interpreted comparison without an
+ operator checked.
+
+2004-08-02 11:24 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * URPM.pm, perl-URPM.spec: 1.00 !
+
2004-08-02 11:01 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
* URPM/Resolve.pm: Protection against packages that obsolete
diff --git a/URPM.pm b/URPM.pm
index d684749..6935776 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -10,7 +10,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '1.00';
+our $VERSION = '1.01';
URPM->bootstrap($VERSION);
diff --git a/perl-URPM.spec b/perl-URPM.spec
index 8732759..28d4464 100644
--- a/perl-URPM.spec
+++ b/perl-URPM.spec
@@ -6,7 +6,7 @@
%define name perl-URPM
%define real_name URPM
-%define version 1.00
+%define version 1.01
%define release 1mdk
%define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "Development/Perl" : "Applications/CPAN"')
@@ -63,6 +63,10 @@ hdlist files and manage them in memory.
%changelog
+* Wed Aug 11 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 1.01-1mdk
+- Better fix for packages that obsolete themselves (François Pons)
+- Protection against broken packages with bad fullnames (with an "@")
+
* 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.