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 8823eb7..b456bcb 100644 --- a/perl-URPM.spec +++ b/perl-URPM.spec @@ -5,7 +5,7 @@ %define name perl-URPM %define real_name URPM -%define version 1.26 +%define version 1.27 %define release %mkrel 1 %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /\\bmandr/i ? "Development/Perl" : "Applications/CPAN"') @@ -63,6 +63,10 @@ hdlist files and manage them in memory. %{compat_perl_vendorarch}/auto/URPM/URPM.so %changelog +* Fri Sep 09 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.27-1mdk +- make add_macro quote embedded newlines. add_macro_noexpand now works like + the previous version (i.e. like in the rpmlib) + * Thu Sep 01 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 1.26-1mdk - Add noscripts option to run transactions |