diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | URPM.pm | 2 | ||||
-rw-r--r-- | perl-URPM.spec | 5 |
3 files changed, 13 insertions, 2 deletions
@@ -1,3 +1,11 @@ +2006-05-22 12:22 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * URPM.xs: Patch by Pascal Terjan to fix a FD leak (bug #22632) + +2006-05-02 10:33 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * URPM.pm, perl-URPM.spec: 1.41 + 2006-04-07 12:07 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * URPM.pm, URPM.xs: Add function to traverse transactions @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '1.41'; +our $VERSION = '1.42'; URPM->bootstrap($VERSION); diff --git a/perl-URPM.spec b/perl-URPM.spec index 813a73c..fd2a0ca 100644 --- a/perl-URPM.spec +++ b/perl-URPM.spec @@ -5,7 +5,7 @@ %define name perl-URPM %define real_name URPM -%define version 1.41 +%define version 1.42 %define release %mkrel 1 %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /\\bmandr/i ? "Development/Perl" : "Applications/CPAN"') @@ -62,6 +62,9 @@ hdlist files and manage them in memory. %{compat_perl_vendorarch}/auto/URPM/URPM.so %changelog +* Mon May 22 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.42-1mdk +- Fix FD leak (Pascal Terjan) + * Tue May 02 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.41-1mdk - Use more recent defines from the rpmlib - Add a function to traverse transactions |