diff options
-rw-r--r-- | ChangeLog | 64 | ||||
-rw-r--r-- | rpmdrake.spec | 8 |
2 files changed, 71 insertions, 1 deletions
@@ -1,3 +1,67 @@ +2005-01-07 12:13 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * rpmdrake: Add a --no-media-update option to rpmdrake to avoid + updating media at startup in update mode + +2005-01-06 12:30 Karl Ove Hufthammer <karl@huftis.org> + + * po/nn.po: Updated translation. + +2005-01-05 14:51 Pablo Saratxaga <pablo@mandrakesoft.com> + + * grpmi/po/hr.po, po/hr.po: updated po file + +2005-01-03 14:08 Pablo Saratxaga <pablo@mandrakesoft.com> + + * po/: af.po, am.po, ar.po, az.po, be.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, ko.po, ky.po, + lt.po, ltg.po, lv.po, mk.po, ms.po, mt.po, nb.po, nl.po, nn.po, + pl.po, pt.po, pt_BR.po, ro.po, rpmdrake.pot, ru.po, sk.po, sl.po, + sq.po, sr.po, sr@Latn.po, sv.po, ta.po, tg.po, th.po, tl.po, + tr.po, uk.po, uz.po, uz@Latn.po, vi.po, wa.po, zh_CN.po, + zh_TW.po: updated pot file + +2005-01-03 13:52 Pablo Saratxaga <pablo@mandrakesoft.com> + + * grpmi/po/cy.po: updated po file + +2005-01-03 10:24 Pablo Saratxaga <pablo@mandrakesoft.com> + + * grpmi/po/gl.po: updated po file + +2004-12-24 21:09 Dovix <dovix2003@yahoo.com> + + * po/he.po: [no log message] + +2004-12-22 19:31 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * rpmdrake: Optimize search by compiling and eval'ing regexps only + once + +2004-12-22 15:12 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * AUTHORS, README, rpmdrake.spec: Add a README file. Update + AUTHORS. + +2004-12-22 13:51 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * rpmdrake: Optimize pkg2medium function, by Ian D. Allen (bug + #12769) + +2004-12-21 11:37 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * rpmdrake: Correctly compute the number of rpms to be retrieved + +2004-12-20 18:17 Pablo Saratxaga <pablo@mandrakesoft.com> + + * po/: gl.po, mk.po: updated po files + +2004-12-17 19:23 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * ChangeLog, rpmdrake.spec: 2.4-3mdk + 2004-12-17 18:46 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * edit-urpm-sources.pl: Add the ability to reorder the media in the diff --git a/rpmdrake.spec b/rpmdrake.spec index b1f6e5f6..68300bfc 100644 --- a/rpmdrake.spec +++ b/rpmdrake.spec @@ -8,7 +8,7 @@ %define name rpmdrake %define version 2.4 -%define release 3mdk +%define release 4mdk Name: %{name} Version: %{version} @@ -109,6 +109,12 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/park-rpmdrake %changelog +* Fri Jan 07 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 2.4-4mdk +- New command-line option --no-media-update to Mandrakeupdate, to avoid + updating media at startup +- A few optimisations +- Fix the display of the number of RPMs to be retrieved in rpmdrake + * Fri Dec 17 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 2.4-3mdk - Add the ability to reorder the media in the software media manager |