diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-11-30 09:45:32 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-11-30 09:45:32 +0000 |
commit | 04a4e91eb28c2d23686005de18fa9623196b64f4 (patch) | |
tree | cef7e71362da8793f0fa0d57bca64b468bd418c0 | |
parent | 79e4f4d568220002b9e1e97a0f69d7849e1ab73c (diff) | |
download | urpmi-04a4e91eb28c2d23686005de18fa9623196b64f4.tar urpmi-04a4e91eb28c2d23686005de18fa9623196b64f4.tar.gz urpmi-04a4e91eb28c2d23686005de18fa9623196b64f4.tar.bz2 urpmi-04a4e91eb28c2d23686005de18fa9623196b64f4.tar.xz urpmi-04a4e91eb28c2d23686005de18fa9623196b64f4.zip |
4.6.4-2mdk
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | urpmi.spec | 5 |
2 files changed, 17 insertions, 1 deletions
@@ -1,3 +1,16 @@ +2004-11-30 01:31 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm.pm, urpmi: Must stop fixing bugs that late. + +2004-11-30 00:40 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm.pm: Count total number of installed packages, not per + transaction (duh) + +2004-11-29 19:38 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm.pm, urpmi.spec: 4.6.4-1mdk + 2004-11-29 19:24 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * urpm.pm, urpmi: Factorize code that sets default values for some @@ -8,7 +8,7 @@ %define name urpmi %define version 4.6.4 -%define release 1mdk +%define release 2mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -257,6 +257,9 @@ $urpm->update_media(nolock => 1, nopubkey => 1); %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Tue Nov 30 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.4-2mdk +- Fix package count introduced in previous release + * Mon Nov 29 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.4-1mdk - From now on, look for descriptions files in the media_info subdirectory. This will be used by the 10.2 update media. |