diff options
Diffstat (limited to 'perl-URPM.spec')
-rw-r--r-- | perl-URPM.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/perl-URPM.spec b/perl-URPM.spec index c205674..3b52f0d 100644 --- a/perl-URPM.spec +++ b/perl-URPM.spec @@ -6,7 +6,7 @@ %define name perl-URPM %define real_name URPM %define version 1.24 -%define release %mkrel 1 +%define release %mkrel 2 %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /\\bmandr/i ? "Development/Perl" : "Applications/CPAN"') %define rpm_version %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' rpm) @@ -63,6 +63,10 @@ hdlist files and manage them in memory. %{compat_perl_vendorarch}/auto/URPM/URPM.so %changelog +* Thu Jul 28 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.24-2mdk +- Rebuild for rpm 4.4.2 +- Doc nits + * Thu Jun 30 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.24-1mdk - Add rpmErrorWriteTo() and rpmErrorString() |