diff options
-rw-r--r-- | ChangeLog | 21 | ||||
-rw-r--r-- | URPM.pm | 2 | ||||
-rw-r--r-- | perl-URPM.spec | 5 |
3 files changed, 22 insertions, 6 deletions
@@ -1,8 +1,21 @@ -2006-06-01 11:47 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> +2006-06-12 10:29 rafael - * Makefile.PL, URPM.xs: It's nice to be able to compile with rpm - 4.4.6, but it's nice to be able to - compile with older rpms too. + * URPM.xs: Fix passing of rpmRelocation structure with new layout + in 4.4.6 + +2006-06-12 10:20 rafael + + * Makefile.PL: Fix rpm version detection. Generate ChangeLog under + C locale. + +2006-06-07 09:41 rafael + + * .cvsignore: Remove cvsignore file + +2006-06-07 09:39 rafael + + * ChangeLog, Makefile.PL: Use svn2cl to generate ChangeLog, and + regenerate it 2006-05-31 21:10 Olivier Thauvin <thauvin at aerov.jussieu.fr> @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '1.43'; +our $VERSION = '1.44'; URPM->bootstrap($VERSION); diff --git a/perl-URPM.spec b/perl-URPM.spec index 51644c6..613bfba 100644 --- a/perl-URPM.spec +++ b/perl-URPM.spec @@ -5,7 +5,7 @@ %define name perl-URPM %define real_name URPM -%define version 1.43 +%define version 1.44 %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 Jun 12 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.44-1mdv2007.0 +- Fixes for rpm 4.4.6 + * Tue May 23 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.43-1mdk - Fix urpmi .spec by loading macros beforehand (Olivier Thauvin) |