diff options
-rw-r--r-- | ChangeLog | 22 | ||||
-rw-r--r-- | rpmdrake.spec | 6 |
2 files changed, 27 insertions, 1 deletions
@@ -1,3 +1,25 @@ +2004-11-17 17:21 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * edit-urpm-sources.pl: Indentation + +2004-11-17 17:17 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * edit-urpm-sources.pl: When modifying a media has failed, restore + it (and don't keep it in the intermediate state of being ignored) + +2004-11-17 14:34 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * rpmdrake.pm: Don't mangle media names in checkbuttons + +2004-11-16 19:11 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * rpmdrake.pm: The software media manager shouldn't die when it + can't add a media + +2004-11-16 18:22 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * ChangeLog, rpmdrake.spec: 2.2-3mdk + 2004-11-16 18:04 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * po/fr.po: Add French translations for 3 new country names diff --git a/rpmdrake.spec b/rpmdrake.spec index 810d4b15..7903a559 100644 --- a/rpmdrake.spec +++ b/rpmdrake.spec @@ -8,7 +8,7 @@ %define name rpmdrake %define version 2.2 -%define release 3mdk +%define release 4mdk Name: %{name} Version: %{version} @@ -108,6 +108,10 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/park-rpmdrake %changelog +* Thu Nov 18 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 2.2-4mdk +- edit-urpm-sources: When modifying a media has failed, restore it (don't die, + and don't keep it in the intermediate state of being ignored) + * Tue Nov 16 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 2.2-3mdk - Fix adding an update media in the software media manager. - Fix sort by country in the mirror list. |