diff options
author | Francois Pons <fpons@mandriva.com> | 2002-08-26 18:29:31 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-08-26 18:29:31 +0000 |
commit | 7860a9828ba608e67bff059f77d53370a400b569 (patch) | |
tree | 4ffb2db20547509f9fae6cb91254a492ef9b018b /perl-URPM.spec | |
parent | ab3408fe242a4213474eff67085d5509367babda (diff) | |
download | perl-URPM-7860a9828ba608e67bff059f77d53370a400b569.tar perl-URPM-7860a9828ba608e67bff059f77d53370a400b569.tar.gz perl-URPM-7860a9828ba608e67bff059f77d53370a400b569.tar.bz2 perl-URPM-7860a9828ba608e67bff059f77d53370a400b569.tar.xz perl-URPM-7860a9828ba608e67bff059f77d53370a400b569.zip |
0.70-2mdk
Diffstat (limited to 'perl-URPM.spec')
-rw-r--r-- | perl-URPM.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/perl-URPM.spec b/perl-URPM.spec index 06925e9..7a4b896 100644 --- a/perl-URPM.spec +++ b/perl-URPM.spec @@ -1,7 +1,7 @@ %define name perl-URPM %define real_name URPM %define version 0.70 -%define release 1mdk +%define release 2mdk %{expand:%%define rpm_version %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' rpm)} @@ -48,6 +48,13 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 26 2002 François Pons <fpons@mandrakesoft.com> 0.70-2mdk +- added more flags to URPM::Transaction::run (oldpackage, test). +- fixed choices to prefer right locales dependent packages. +- added avoided hash to avoid mixing choices when a lot of + possible packages are available and split have been done + (openjade bug reported on cooker). + * Fri Aug 23 2002 François Pons <fpons@mandrakesoft.com> 0.70-1mdk - fixed search method to work correctly. |