diff options
Diffstat (limited to 'perl-URPM.spec')
-rw-r--r-- | perl-URPM.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/perl-URPM.spec b/perl-URPM.spec index ece0aa1..af2e6c9 100644 --- a/perl-URPM.spec +++ b/perl-URPM.spec @@ -5,7 +5,7 @@ %define name perl-URPM %define real_name URPM -%define version 1.37 +%define version 1.38 %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 Mar 06 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.38- +- Fix deallocation of rpm transactions + * Fri Mar 03 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.37-1mdk - Rewrite verify_rpm(), which wasn't working with recent rpms (note incompatible API change) |