diff options
-rw-r--r-- | ChangeLog | 21 | ||||
-rw-r--r-- | rpmdrake.spec | 6 |
2 files changed, 26 insertions, 1 deletions
@@ -1,3 +1,24 @@ +2005-03-21 19:55 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * rpmdrake: $::noBorder was removed + +2005-03-21 18:24 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * rpmdrake: Don't show the version number in rpmdrake's window + title + +2005-03-21 15:42 Pablo Saratxaga <pablo at mandrakesoft.com> + + * po/sl.po: updated po file + +2005-03-21 13:28 Pablo Saratxaga <pablo at mandrakesoft.com> + + * grpmi/po/sl.po: updated po file + +2005-03-16 19:16 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * ChangeLog, rpmdrake.spec: 2.10-2mdk + 2005-03-16 19:03 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> * Makefile: Install drakrpm-edit-media as a symlink diff --git a/rpmdrake.spec b/rpmdrake.spec index 0267fb7e..b64c6f50 100644 --- a/rpmdrake.spec +++ b/rpmdrake.spec @@ -8,7 +8,7 @@ %define name rpmdrake %define version 2.10 -%define release 2mdk +%define release 3mdk Name: %{name} Version: %{version} @@ -112,6 +112,10 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/park-rpmdrake %changelog +* Mon Mar 21 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 2.10-3mdk +- Change window title, doesn't include internal version name +- po updates + * Wed Mar 16 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 2.10-2mdk - Install drakrpm-edit-media as a symlink to edit-urpm-sources.pl |