summaryrefslogtreecommitdiffstats
path: root/perl-install/drakxtools.spec
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-08-01 18:18:09 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-08-01 18:18:09 +0000
commit1115a292a1429e08f13c23d2cf206d0b9636abd3 (patch)
tree577e7eee9dad1cb16341295329940b56ea05496c /perl-install/drakxtools.spec
parent1a382efb2285445f4200cb357b5729499d578456 (diff)
downloaddrakx-backup-do-not-use-1115a292a1429e08f13c23d2cf206d0b9636abd3.tar
drakx-backup-do-not-use-1115a292a1429e08f13c23d2cf206d0b9636abd3.tar.gz
drakx-backup-do-not-use-1115a292a1429e08f13c23d2cf206d0b9636abd3.tar.bz2
drakx-backup-do-not-use-1115a292a1429e08f13c23d2cf206d0b9636abd3.tar.xz
drakx-backup-do-not-use-1115a292a1429e08f13c23d2cf206d0b9636abd3.zip
commit according to 1.1.9-1mdk of drakxtools, and especially:
- integrate patches in my_gtk and ugtk for new rpmdrake: - [ugtk] add "gtkentry" so that we can create an entry and set initial value in one call - [my_gtk::main] don't set the events, to fix keyboard focus problem in entries when embedded - [my_gtk::_create_window] add $::noBorder, to not have a frame in the main window, so that it's possible to end up with windows with no border - [my_gtk] add ask_dir which is a ask_file with only the dir list - [my_gtk] add ask_browse_tree_info to the export tags, and: - add support for parents with no leaves, so that then we can partially build the trees (for speedup) - add "delete_all" and "delete_category" callbacks - use Gtk::CList::clear when removing all the nodes, much speedup
Diffstat (limited to 'perl-install/drakxtools.spec')
-rw-r--r--perl-install/drakxtools.spec26
1 files changed, 20 insertions, 6 deletions
diff --git a/perl-install/drakxtools.spec b/perl-install/drakxtools.spec
index 9eb42ce1d..cc1e59d4a 100644
--- a/perl-install/drakxtools.spec
+++ b/perl-install/drakxtools.spec
@@ -1,7 +1,7 @@
Summary: The drakxtools (XFdrake, diskdrake, keyboarddrake, mousedrake...)
Name: drakxtools
-Version: 1.1.8
-Release: 17mdk
+Version: 1.1.9
+Release: 1mdk
Url: http://www.linux-mandrake.com/en/drakx.php3
Source0: %name-%version.tar.bz2
License: GPL
@@ -263,14 +263,28 @@ file /etc/sysconfig/harddrake2/previous_hw | fgrep -q perl && \
%config(noreplace) %_sysconfdir/logrotate.d/drakxtools-http
%changelog
-* Thu Aug 1 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.1.8-17mdk
-- harddrake :
+* Thu Aug 1 2002 Guillaume Cottenceau <gc@mandrakesoft.com> 1.1.9-1mdk
+- integrate patches in my_gtk and ugtk for new rpmdrake:
+ - [ugtk] add "gtkentry" so that we can create an entry and set
+ initial value in one call
+ - [my_gtk::main] don't set the events, to fix keyboard focus
+ problem in entries when embedded
+ - [my_gtk::_create_window] add $::noBorder, to not have a frame
+ in the main window, so that it's possible to end up with
+ windows with no border
+ - [my_gtk] add ask_dir which is a ask_file with only the dir list
+ - [my_gtk] add ask_browse_tree_info to the export tags, and:
+ - add support for parents with no leaves, so that then we can
+ partially build the trees (for speedup)
+ - add "delete_all" and "delete_category" callbacks
+ - use Gtk::CList::clear when removing all the nodes, much
+ speedup
+- Titi, harddrake :
o workaround for the busy mouse cursor set by
gtkset_mousecursor_wait() in my_gtk::destroy
o remove debugging prints
o cleanups
-- drakx: various cleanups
-
+ - drakx: various cleanups
* Thu Aug 1 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 1.1.8-16mdk
- my_gtk: