diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-08-08 11:32:13 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-08-08 11:32:13 +0000 |
commit | 558d1ed6a4015525c0bfe2f0ea2eac65df542444 (patch) | |
tree | e741364c142be5ff0e26e24c0b9bff33b88648d9 /rpmdrake.spec | |
parent | ac214ce7229e8ce2e17776d23d8eebd3bf2cd0fc (diff) | |
download | rpmdrake-558d1ed6a4015525c0bfe2f0ea2eac65df542444.tar rpmdrake-558d1ed6a4015525c0bfe2f0ea2eac65df542444.tar.gz rpmdrake-558d1ed6a4015525c0bfe2f0ea2eac65df542444.tar.bz2 rpmdrake-558d1ed6a4015525c0bfe2f0ea2eac65df542444.tar.xz rpmdrake-558d1ed6a4015525c0bfe2f0ea2eac65df542444.zip |
edit-urpmi-media/add:
- right-align left labels
- use a checkbutton for "hdlist" so that user better understands
it's optional (and say in a tooltip that it is)
Diffstat (limited to 'rpmdrake.spec')
-rw-r--r-- | rpmdrake.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/rpmdrake.spec b/rpmdrake.spec index e05c7cde..3b199820 100644 --- a/rpmdrake.spec +++ b/rpmdrake.spec @@ -16,7 +16,7 @@ Release: %{release} License: GPL Source0: %name-%version.tar.bz2 Summary: Mandrake Linux graphical front end for choosing packages for installion/removal -Requires: perl-MDK-Common >= 1.0.4-13mdk urpmi >= 4.3-15mdk gurpmi >= 4.3-9mdk perl-URPM >= 0.90-7mdk drakxtools > 9.2-0.26mdk rpmtools >= 4.5 +Requires: perl-MDK-Common >= 1.0.4-13mdk urpmi >= 4.3-15mdk gurpmi >= 4.3-9mdk perl-URPM >= 0.90-7mdk drakxtools > 9.2-0.28mdk rpmtools >= 4.5 Requires: perl-Gtk2 >= 0.90-6mdk perl-Locale-gettext >= 1.01-7mdk BuildRequires: libcurl2-devel >= 7.10.3-2mdk gettext openssl-devel perl-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot @@ -101,7 +101,7 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorarch}/*.pm %changelog -* Thu Aug 7 2003 Guillaume Cottenceau <gc@mandrakesoft.com> 2.1-31mdk +* Fri Aug 8 2003 Guillaume Cottenceau <gc@mandrakesoft.com> 2.1-31mdk - require root capability when run "Install Sofware" and add a new menu entry reading "Browse Available Software" - s/Medias/Media/ in the program name of the menu entry @@ -113,6 +113,10 @@ rm -rf $RPM_BUILD_ROOT - when updating media, if url is too long, don't display it because it enlarges much the dialog; better display only the basename and the medium name (#4338) +- edit-urpmi-media/add: + - right-align left labels + - use a checkbutton for "hdlist" so that user better understands + it's optional (and say in a tooltip that it is) * Mon Aug 4 2003 Guillaume Cottenceau <gc@mandrakesoft.com> 2.1-30mdk - revert "use checkboxes instead of icons" |