diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | URPM.pm | 2 | ||||
-rw-r--r-- | perl-URPM.spec | 5 |
3 files changed, 14 insertions, 2 deletions
@@ -1,3 +1,12 @@ +2006-02-10 18:06 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * URPM.xs: repackage also when only the rpm macro is defined. Maybe + rpm ought to do this, but obviously, as of 4.4.4, it does not. + +2006-02-10 10:03 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * URPM.pm, perl-URPM.spec: 1.34-1mdk + 2006-02-10 09:55 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * URPM.pm: Doc nits @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '1.34'; +our $VERSION = '1.35'; URPM->bootstrap($VERSION); diff --git a/perl-URPM.spec b/perl-URPM.spec index 122b73f..fd8e128 100644 --- a/perl-URPM.spec +++ b/perl-URPM.spec @@ -5,7 +5,7 @@ %define name perl-URPM %define real_name URPM -%define version 1.34 +%define version 1.35 %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 +* Fri Feb 10 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.35-1mdk +- repackage flag bug fix + * Fri Feb 10 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.34-1mdk - Add $pkg->installtid method - Doc nits, code cleanup |