diff options
author | Francois Pons <fpons@mandriva.com> | 2002-12-05 17:58:04 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-12-05 17:58:04 +0000 |
commit | df710ae6593cff2d17e7bcfcee2e74e6b928b891 (patch) | |
tree | 02becb3b147779bb960615278f9c0f18e6cc96f7 /perl-URPM.spec | |
parent | 5c39e4db9067094f865efd1b1ff62168e4cac1cf (diff) | |
download | perl-URPM-df710ae6593cff2d17e7bcfcee2e74e6b928b891.tar perl-URPM-df710ae6593cff2d17e7bcfcee2e74e6b928b891.tar.gz perl-URPM-df710ae6593cff2d17e7bcfcee2e74e6b928b891.tar.bz2 perl-URPM-df710ae6593cff2d17e7bcfcee2e74e6b928b891.tar.xz perl-URPM-df710ae6593cff2d17e7bcfcee2e74e6b928b891.zip |
0.80-1mdk0.80
Diffstat (limited to 'perl-URPM.spec')
-rw-r--r-- | perl-URPM.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/perl-URPM.spec b/perl-URPM.spec index 74fdc70..f718bed 100644 --- a/perl-URPM.spec +++ b/perl-URPM.spec @@ -1,6 +1,6 @@ %define name perl-URPM %define real_name URPM -%define version 0.71 +%define version 0.80 %define release 1mdk %{expand:%%define rpm_version %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' rpm)} @@ -49,6 +49,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Dec 5 2002 François Pons <fpons@mandrakesoft.com> 0.80-1mdk +- added %%options for parse_(hdlist|synthesis|rpm) to support + callback (for urpmf in perl). +- added summary in synthesis when parsing (for urpmf --summary + with synthesis). + * Tue Dec 3 2002 François Pons <fpons@mandrakesoft.com> 0.71-1mdk - added options to URPM::Transaction::add to handle excludepath option of rpm. |