summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog33
-rw-r--r--urpmi.spec6
2 files changed, 38 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c52307b1..89557f65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+2004-09-02 07:22 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpm.pm: handle new keywords in hdlists file.
+
+2004-09-01 07:09 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * po/nb.po: updated po file
+
+2004-08-31 16:32 Arkadiusz Lipiec <alipiec@elka.pw.edu.pl>
+
+ * po/pl.po: Updated
+
+2004-08-31 09:58 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * po/et.po: updated po file
+
+2004-08-30 10:53 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * po/sl.po: updated po file
+
+2004-08-30 10:13 Pablo Saratxaga <pablo@mandrakesoft.com>
+
+ * po/: bs.po, es.po, hu.po, pt.po, ru.po, uk.po, urpmi.pot: updated
+ pot file
+
+2004-08-30 09:18 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpmi.spec: 4.5-22mdk
+
+2004-08-30 09:16 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * Makefile: Cleanup when building rpm
+
2004-08-30 09:06 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
* urpm.pm: Re-allow large transactions with --allow-nodeps or
diff --git a/urpmi.spec b/urpmi.spec
index 92862293..c585807f 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -8,7 +8,7 @@
%define name urpmi
%define version 4.5
-%define release 22mdk
+%define release 23mdk
%define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -250,6 +250,10 @@ $urpm->update_media(nolock => 1, nopubkey => 1);
%{compat_perl_vendorlib}/urpm/parallel_ssh.pm
%changelog
+* Thu Sep 02 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-23mdk
+- Handle new keywords in hdlists file.
+- Translations updates.
+
* Mon Aug 30 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-22mdk
- Fix download with curl with usernames that contains '@' (for mandrakeclub)
- Make the --probe-synthesis option compatible with --distrib in urpmi.addmedia.