diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-09-09 12:54:22 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-09-09 12:54:22 +0000 |
commit | e219751ba419685eb00f67da6c7256afb526fb82 (patch) | |
tree | 67d182f63dd9048401916117554aae741c07008b | |
parent | 6a41ca798367d45ee927700efa2d616bd2f2fe1d (diff) | |
download | perl-URPM-e219751ba419685eb00f67da6c7256afb526fb82.tar perl-URPM-e219751ba419685eb00f67da6c7256afb526fb82.tar.gz perl-URPM-e219751ba419685eb00f67da6c7256afb526fb82.tar.bz2 perl-URPM-e219751ba419685eb00f67da6c7256afb526fb82.tar.xz perl-URPM-e219751ba419685eb00f67da6c7256afb526fb82.zip |
1.27-1mdk1.27
-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 |