aboutsummaryrefslogtreecommitdiffstats
path: root/perl-URPM.spec
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-03-06 13:59:11 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-03-06 13:59:11 +0000
commitc8b80659f3b7dd4bdc5c4a6f216c7a6e81e241f5 (patch)
treeff89e6c24a45b7d47807ebac1f23121e4a436ed3 /perl-URPM.spec
parent33c259b019963752b79ba2c0057a4fc77c6b7bb7 (diff)
downloadperl-URPM-c8b80659f3b7dd4bdc5c4a6f216c7a6e81e241f5.tar
perl-URPM-c8b80659f3b7dd4bdc5c4a6f216c7a6e81e241f5.tar.gz
perl-URPM-c8b80659f3b7dd4bdc5c4a6f216c7a6e81e241f5.tar.bz2
perl-URPM-c8b80659f3b7dd4bdc5c4a6f216c7a6e81e241f5.tar.xz
perl-URPM-c8b80659f3b7dd4bdc5c4a6f216c7a6e81e241f5.zip
1.38V1_38
Diffstat (limited to 'perl-URPM.spec')
-rw-r--r--perl-URPM.spec5
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)