diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-02-04 08:45:57 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-02-04 08:45:57 +0000 |
commit | d6d6b2bf234c9d530d28e960a7ddc8211eadd899 (patch) | |
tree | 26ba24834673e9ec0f71c3bd4f3d94c56b91efb1 /urpmi.spec | |
parent | bd99f03ebc490cf7269276a1df4af6a8eaef8b0b (diff) | |
download | urpmi-d6d6b2bf234c9d530d28e960a7ddc8211eadd899.tar urpmi-d6d6b2bf234c9d530d28e960a7ddc8211eadd899.tar.gz urpmi-d6d6b2bf234c9d530d28e960a7ddc8211eadd899.tar.bz2 urpmi-d6d6b2bf234c9d530d28e960a7ddc8211eadd899.tar.xz urpmi-d6d6b2bf234c9d530d28e960a7ddc8211eadd899.zip |
4.6.15-1mdk
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.6.14 +%define version 4.6.15 %define release 1mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -208,6 +208,7 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/msg.pm %{compat_perl_vendorlib}/urpm/util.pm %{compat_perl_vendorlib}/urpm/sys.pm +%doc ChangeLog %if %{allow_gurpmi} %files -n gurpmi @@ -232,6 +233,14 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Fri Feb 04 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.15-1mdk +- Add ChangeLog in docs +- Message updates +- gurpmi now handles utf-8 messages +- print help messages to stdout, not stderr +- rpm-find-leaves cleanup (Michael Scherer) +- man page updates + * Mon Jan 31 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.14-1mdk - urpmi.addmedia and urpmi now support ISO images as removable media - "urpmq -R" will now report far less requires, skipping virtual packages. |