summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-11-26 14:29:38 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-11-26 14:29:38 +0000
commite32b95d1d22a1b2c785671783a51491cdd674daf (patch)
tree7251c56980380b6b03d71be24a52d09b60e97e04
parentb0ef17e95e13366db53c9725bd9c0c8a5a866c4b (diff)
downloadurpmi-e32b95d1d22a1b2c785671783a51491cdd674daf.tar
urpmi-e32b95d1d22a1b2c785671783a51491cdd674daf.tar.gz
urpmi-e32b95d1d22a1b2c785671783a51491cdd674daf.tar.bz2
urpmi-e32b95d1d22a1b2c785671783a51491cdd674daf.tar.xz
urpmi-e32b95d1d22a1b2c785671783a51491cdd674daf.zip
4.6.3-1mdk
-rw-r--r--ChangeLog46
-rw-r--r--urpm.pm2
-rw-r--r--urpmi.spec10
3 files changed, 55 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 4609f4f4..a13b815c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,49 @@
+2004-11-26 15:02 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * man/C/urpmq.8: Remove obsolete caveat.
+
+2004-11-26 15:01 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * po/fr.po: Fix bad translation
+
+2004-11-26 13:59 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpm.pm: Fix English grammar in comments
+
+2004-11-26 13:55 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpm/download.pm: Further adjustment of the workaround for the
+ curl output bug
+
+2004-11-26 11:46 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * po/: af.po, ar.po, az.po, bg.po, bn.po, br.po, bs.po, ca.po,
+ cs.po, cy.po, da.po, de.po, el.po, eo.po, es.po, et.po, eu.po,
+ fa.po, fi.po, fr.po, fur.po, ga.po, gl.po, he.po, hi.po, hr.po,
+ hu.po, id.po, is.po, it.po, ja.po, ka.po, ko.po, ky.po, lt.po,
+ lv.po, mk.po, mn.po, ms.po, mt.po, nb.po, nl.po, nn.po, pl.po,
+ pt.po, pt_BR.po, ro.po, ru.po, sk.po, sl.po, sq.po, sr.po,
+ sr@Latn.po, sv.po, tg.po, th.po, tl.po, tr.po, uk.po, urpmi.pot,
+ uz.po, uz@Latn.po, vi.po, wa.po, zh_CN.po, zh_TW.po: updated pot
+ file
+
+2004-11-25 19:48 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpmq: Make urpmq work as non-root users when informations from
+ rpm headers are requested.
+
+2004-11-25 18:11 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * po/fr.po: Two small typos
+
+2004-11-25 18:01 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpmq: Don't use 'and my'
+
+2004-11-25 10:33 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpm.pm, urpmi.spec: 4.6.2-1mdk
+
2004-11-25 10:31 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
* urpmi.bash-completion, man/C/urpmi.8, man/C/urpmq.8: Document the
diff --git a/urpm.pm b/urpm.pm
index 93774d49..50d9c4c7 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -11,7 +11,7 @@ use urpm::util;
use urpm::sys;
use urpm::cfg;
-our $VERSION = '4.6.2';
+our $VERSION = '4.6.3';
our @ISA = qw(URPM);
use URPM;
diff --git a/urpmi.spec b/urpmi.spec
index f835cd4f..42b1146c 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -7,7 +7,7 @@
##################################################################
%define name urpmi
-%define version 4.6.2
+%define version 4.6.3
%define release 1mdk
%define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -51,7 +51,8 @@ and remote sources such as web or FTP sites.
%package -n gurpmi
Summary: User mode rpm GUI install
Group: %{group}
-Requires: urpmi >= %{version}-%{release} drakxtools > 10-0.4mdk gtkdialogs >= 2.1 usermode menu zenity
+Requires: urpmi >= %{version}-%{release} drakxtools > 10-0.4mdk gtkdialogs >= 2.1 menu zenity
+Requires: usermode usermode-consoleonly
Obsoletes: grpmi
Provides: grpmi
@@ -256,6 +257,11 @@ $urpm->update_media(nolock => 1, nopubkey => 1);
%{compat_perl_vendorlib}/urpm/parallel_ssh.pm
%changelog
+* Fri Nov 26 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.3-1mdk
+- urpmq -i now works as non root
+- translations and man pages updated
+- more curl workarounds
+
* Thu Nov 25 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.2-1mdk
- when passing --proxy to urpmi.addmedia, this proxy setting is now saved for the
new media