summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-12-08 17:29:49 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-12-08 17:29:49 +0000
commit0e4543b00bfabc9a2dee562975d43623bb969f7c (patch)
treed71711e05c6ed82f11fecb9d8b658e6e900f9837
parentadd2cc6b19432a8214ded2afb7cbc64e4338a46b (diff)
downloadurpmi-0e4543b00bfabc9a2dee562975d43623bb969f7c.tar
urpmi-0e4543b00bfabc9a2dee562975d43623bb969f7c.tar.gz
urpmi-0e4543b00bfabc9a2dee562975d43623bb969f7c.tar.bz2
urpmi-0e4543b00bfabc9a2dee562975d43623bb969f7c.tar.xz
urpmi-0e4543b00bfabc9a2dee562975d43623bb969f7c.zip
4.6.6-2mdk
-rw-r--r--ChangeLog53
-rw-r--r--urpmi.spec6
2 files changed, 58 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cb529867..d7afbf4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+2004-12-08 16:26 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * gurpmi: Nice scrollable windows for long messages
+
+2004-12-08 16:21 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * po/fr.po: Singular, not plural.
+
+2004-12-08 15:18 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * gurpmi: Always separate package names with \n
+
+2004-12-08 15:07 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * gurpmi: Refresh interface at each window change.
+
+2004-12-08 15:02 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * gurpmi: Don't repeat OK in information message
+
+2004-12-08 14:54 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * gurpmi: Plug i18n function in.
+
+2004-12-08 14:53 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * po/fr.po: Grammar fix
+
+2004-12-08 14:43 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * gurpmi: Don't ask for confirmation when there is only one package
+ to be installed.
+
+2004-12-08 11:16 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * gurpmi: Fix --help message
+
+2004-12-08 10:58 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpmi.spec: Remove dependency of gurpmi on external dialog tools
+
+2004-12-08 10:58 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpmi: Remove unused function
+
+2004-12-08 10:19 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * po/fr.po: Remove spurious spaces
+
+2004-12-07 18:39 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpm.pm, urpmi.spec: 4.6.6-1mdk
+
2004-12-07 18:34 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
* man/C/urpmi.8: Update manpage
diff --git a/urpmi.spec b/urpmi.spec
index 604cdb01..9da96265 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -8,7 +8,7 @@
%define name urpmi
%define version 4.6.6
-%define release 1mdk
+%define release 2mdk
%define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -235,6 +235,10 @@ $urpm->update_media(nolock => 1, nopubkey => 1);
%{compat_perl_vendorlib}/urpm/parallel_ssh.pm
%changelog
+* Wed Dec 08 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.6-2mdk
+- Improvements to gurpmi: scrollbar to avoid windows too large, interface
+ refreshed more often, less questions when unnecessary, fix --help.
+
* Tue Dec 07 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.6-1mdk
- gurpmi has been reimplemented as a standalone gtk2 program.
- As a consequence, urpmi --X doesn't work any longer.