Hello community, here is the log from the commit of package bwidget for openSUSE:Factory checked in at 2020-09-03 01:09:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bwidget (Old) and /work/SRC/openSUSE:Factory/.bwidget.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bwidget" Thu Sep 3 01:09:01 2020 rev:23 rq:829690 version:1.9.14 Changes: -------- --- /work/SRC/openSUSE:Factory/bwidget/bwidget.changes 2016-02-22 08:58:21.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.bwidget.new.3399/bwidget.changes 2020-09-03 01:09:28.992373567 +0200 @@ -1,0 +2,73 @@ +Sun Aug 16 12:31:57 UTC 2020 - Dirk Mueller <[email protected]> + +- update to 1.9.14: + spinbox.tcl: fix error about unsupported option + -disabledforeground when using themed widgets. + Thanks to Gerhard Reithofer and Christian Werner. + Ticket [071fc80f14] + + mainframe.tcl: Add optional parameter "Top" to internal + function "MainFrame::_create_menubar" to allow to use + a menu button for the main menu (Hack). + The mainframe may be initialized with "- menu {}". + Then, the menubutton may be created and the menu may + by added by: + MainFrame::_create_menubar .mf $mitems $menubutton. + Allow to skip a main menu level by empty menu label. + Purpose: support commands/checkboxes at first level. + + scrollframe.tcl: use Tk8.7 TIP 518 virtual event + <<NoManagedChild>> to resize client frame to 1x1 when + last child is unmapped. + + dialog.c: For Unix, also Bind KP_Enter for default dialog + button invokation. Ticket [3e31f04367]. + Thanks to Jos for the proposal. + + Spanish translation enhanced by Neko. + Ticket [a947e33526] + + color.tcl: replace the help widget by balloons bound to the + widgets. Ticket [2cc70ce1cb] + + color.tcl: New option -command allows to get a callback + when the user does an unvalidated choice. + New option -background and command SelectColor for + window background. + TitleFrames, Dynamic help and Aqua native buttons used. + Show current choice by highlighting, not focus, to avoid + conflict with keyboard traversal. + Shows entry widget for numerical color input/output. + New option -help to show a help area. + Patch by Keith J. Nash + Ticket [75101bf5ce] + Translators: Jima (es), Vogel (fr), Marcus (nl), Ian (da) + Ticket [a947e33526] + + notebook.tcl (+man,demo): Add possibility to NoteBook + to add an image at the right of each tab. + Ticket [15e19fe9ec]. Patch by Keith J. Nash. + + MessageDlg.html: Documented the use of the native widget for + "MessageDlg -type !user" and the limited set of recognized + options. Ticket [8edade3cea] by Gerhard Reithofer + + listbox.tcl: Listbox did not scroll to current item on + startup. Ticket [ae238d5a7] + + lang/da.rc, lang/es.rc, lang/fr.rc, lang/no.rc: + Translations non portable on utf-8 systems. + File encoding changed to utf-8. Ticket [6c91e43d76] + + tree.tcl: Tree lines are black by default even if background + is black. Ticket [ed4c1dab46] + + listbox.tcl: 8.4 compatibility was broken due to the use of + min/max math functions. Ticket [0aef856302] + + dynhelp.tcl: Drop the assumption that all windows + screen are the same size (of fix dated 2009-06-26) + and use the virtual screen information to place the bubble + help. Ticket [b64e03e548]. + +------------------------------------------------------------------- Old: ---- bwidget-1.9.9.tar.gz New: ---- bwidget-1.9.14.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bwidget.spec ++++++ --- /var/tmp/diff_new_pack.PIL6Kc/_old 2020-09-03 01:09:30.252373987 +0200 +++ /var/tmp/diff_new_pack.PIL6Kc/_new 2020-09-03 01:09:30.252373987 +0200 @@ -1,7 +1,7 @@ # # spec file for package bwidget # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,23 +12,22 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: bwidget BuildRequires: dos2unix BuildRequires: tcl -Version: 1.9.9 +Version: 1.9.14 Release: 0 Summary: A Set of Megawidgets for Tcl/Tk -Url: http://sourceforge.net/projects/tcllib/ License: BSD-3-Clause Group: Development/Libraries/Tcl +URL: https://core.tcl-lang.org/bwidget BuildArch: noarch Requires: tk -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: http://downloads.sourceforge.net/project/tcllib/BWidget/%{version}/%{name}-%{version}.tar.gz +Source0: https://sourceforge.net/projects/tcllib/files/BWidget/%{version}/bwidget-%{version}.tar.gz %description Add useful and nice-looking widgets to your interfaces with the BWidget ++++++ bwidget-1.9.9.tar.gz -> bwidget-1.9.14.tar.gz ++++++ ++++ 2350 lines of diff (skipped)
