Accepting request 49179 from devel:languages:tcl
Copy from devel:languages:tcl/tk based on submit request 49179 from user rmax OBS-URL: https://build.opensuse.org/request/show/49179 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tk?expand=0&rev=17
This commit is contained in:
parent
6299831915
commit
ee0497bef6
35
tk.changes
35
tk.changes
@ -1,7 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 3 16:45:42 CEST 2010 - max@suse.de
|
||||||
|
|
||||||
|
- Bugfix release: 8.5.9:
|
||||||
|
* [sf#2899949] crash on widget destroy
|
||||||
|
* [sf#2902814] fix [wm iconphoto] on LP64 systems
|
||||||
|
* [sf#2548661] crash in GetFontFamilyName
|
||||||
|
* [sf#2864685] Compiz menu item animation
|
||||||
|
* [sf#2902573] Update Safe Tk to new Safe Base
|
||||||
|
* [sf#2912473] accept :: in DISPLAY name
|
||||||
|
* [sf#2496162] crash calling Tk_DeleteOptionTable()
|
||||||
|
* [sf#2917663] [send] accept SI:* on auth list
|
||||||
|
* [sf#2919205] syntax bug in [tk_messageBox]
|
||||||
|
* [sf#2912356] [ttk::sizegrip] accommodate Compiz
|
||||||
|
* [sf#2879927] Win: cascade menu highlight
|
||||||
|
* [sf#1924761] stop [event generate] / XIM conflict
|
||||||
|
* [sf#2848897] ODS_NOACCEL flag support
|
||||||
|
* [sf#220950] [$menu delete] bounds check
|
||||||
|
* [sf#2898255] unlimited multi-file select
|
||||||
|
* [sf#1163496] X: [wm transient] fix
|
||||||
|
* [TIP 360] Modernize X11 Menus
|
||||||
|
* [sf#2932808] canvas update on state change
|
||||||
|
* [sf#2931374] overflow in complex tag search
|
||||||
|
* [TIP 359] Extended Window Manager Hint Support
|
||||||
|
* [sf#2952745] crash in menu deletion
|
||||||
|
* [sf#2968379] crash in peer text dump
|
||||||
|
* [sf#3006842] crash on empty bind scripts
|
||||||
|
* entry validation compat with Itcl scope
|
||||||
|
* [sf#2585265] text <Delete>,<Backspace> note selection
|
||||||
|
* [sf#3053320] update Ttk to tile 0.8.6 feature set
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 20 13:22:05 CET 2009 - max@suse.de
|
Fri Nov 20 13:22:05 CET 2009 - max@suse.de
|
||||||
|
|
||||||
- Bugfix-Release 8.5.8.
|
- Bugfix-Release 8.5.8:
|
||||||
* [sf#2080533] panedwindow sash draw crash
|
* [sf#2080533] panedwindow sash draw crash
|
||||||
* [sf#2504402] iconphoto on non-32-bit displays
|
* [sf#2504402] iconphoto on non-32-bit displays
|
||||||
* [sf#2785744] broken flag twiddling
|
* [sf#2785744] broken flag twiddling
|
||||||
@ -27,7 +58,7 @@ Fri Nov 20 13:22:05 CET 2009 - max@suse.de
|
|||||||
* [sf#1530276] X checkbutton -selectcolor
|
* [sf#1530276] X checkbutton -selectcolor
|
||||||
* [sf#1854913] [.t delete] before -startindex
|
* [sf#1854913] [.t delete] before -startindex
|
||||||
* [sf#2809525] prevent X crash on overlong color name
|
* [sf#2809525] prevent X crash on overlong color name
|
||||||
* [sf#2891541] fix grab behaviour for main window (thoyts)
|
* [sf#2891541] fix grab behaviour for main window
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 16 15:36:47 CEST 2009 - max@suse.de
|
Tue Jun 16 15:36:47 CEST 2009 - max@suse.de
|
||||||
|
10
tk.spec
10
tk.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tk (Version 8.5.8)
|
# spec file for package tk (Version 8.5.9)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,11 +21,11 @@
|
|||||||
Name: tk
|
Name: tk
|
||||||
BuildRequires: tcl-devel xorg-x11-devel
|
BuildRequires: tcl-devel xorg-x11-devel
|
||||||
Url: http://www.tcl.tk
|
Url: http://www.tcl.tk
|
||||||
Version: 8.5.8
|
Version: 8.5.9
|
||||||
Release: 1
|
Release: 1
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: Graphical User Interface Toolkit for Tcl
|
Summary: Graphical User Interface Toolkit for Tcl
|
||||||
License: BSD 3-clause (or similar)
|
License: BSD3c(or similar)
|
||||||
Group: Development/Languages/Tcl
|
Group: Development/Languages/Tcl
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
# bug437293
|
# bug437293
|
||||||
@ -57,7 +57,7 @@ Authors:
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Group: Development/Libraries/Tcl
|
Group: Development/Libraries/Tcl
|
||||||
License: BSD 3-clause (or similar)
|
License: BSD3c(or similar)
|
||||||
Summary: Header Files and C API Documentation for Tk
|
Summary: Header Files and C API Documentation for Tk
|
||||||
Requires: tk = %version
|
Requires: tk = %version
|
||||||
Requires: tcl-devel
|
Requires: tcl-devel
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4e680b767038cda7618bb7b0dafb856910f2e16e192045faa8bf1c4ca689f9a7
|
|
||||||
size 3019385
|
|
3
tk8.5.9-src.tar.bz2
Normal file
3
tk8.5.9-src.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:23b21b9fe735fe1ee4c296995943ed44380e42e50afa3e2931c3d481b3551dc9
|
||||||
|
size 3061658
|
Loading…
Reference in New Issue
Block a user