summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog30
-rw-r--r--urpmi.spec5
2 files changed, 34 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ae6f71fa..b80745cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2004-09-16 14:28 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * po/mk.po: Added Macedonian file
+
+2004-09-16 09:36 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpm/: args.pm, cfg.pm, download.pm: perl_checker_fixes
+
+2004-09-15 06:43 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpmi.addmedia: Create the configuration file when adding a media
+ if it's not found
+
+2004-09-15 02:30 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * po/: uz.po, uz@Latn.po: updated Uzbek files
+
+2004-09-14 08:59 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * po/: fr.po, wa.po: MandrakeSoft -> Mandrakesoft; Mandrake ->
+ Mandrakelinux
+
+2004-09-14 07:15 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * po/cs.po: updated po file
+
+2004-09-14 04:14 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpmi.spec: 4.5-25mdk
+
2004-09-14 03:56 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
* urpm.pm, urpmf: Don't print the urpmf results twice when using
diff --git a/urpmi.spec b/urpmi.spec
index a69c193f..c56b1b05 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -8,7 +8,7 @@
%define name urpmi
%define version 4.5
-%define release 25mdk
+%define release 26mdk
%define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -251,6 +251,9 @@ $urpm->update_media(nolock => 1, nopubkey => 1);
%{compat_perl_vendorlib}/urpm/parallel_ssh.pm
%changelog
+* Fri Sep 17 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-26mdk
+- urpmi.addmedia should create urpmi.cfg if it doesn't exist.
+
* Tue Sep 14 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-25mdk
- Don't print the urpmf results twice when using virtual media.
- Translations updates.