Accepting request 198184 from home:kpetsch:branches:devel:languages:tcl
Update to 8.6.1rc0 OBS-URL: https://build.opensuse.org/request/show/198184 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=36
This commit is contained in:
parent
f1d1baef05
commit
07f8534cf7
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 10 07:35:25 UTC 2013 - kpetsch@suse.com
|
||||||
|
|
||||||
|
- New patchlevel release 8.6.1rc0:
|
||||||
|
* (enhancement) better build support for Debian arch
|
||||||
|
* (bug fix)[3603077] treeview update on tag add/remove
|
||||||
|
* (bug fix)[3599312] First Alt key event is lost
|
||||||
|
* (platform support) FreeBSD updates
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 20 13:12:52 UTC 2013 - max@suse.com
|
Thu Jun 20 13:12:52 UTC 2013 - max@suse.com
|
||||||
|
|
||||||
|
4
tk.patch
4
tk.patch
@ -6,8 +6,8 @@ Index: unix/Makefile.in
|
|||||||
|
|
||||||
AQUA_PRIVATE_HDRS = $(MAC_OSX_DIR)/tkMacOSXPort.h $(MAC_OSX_DIR)/tkMacOSXInt.h
|
AQUA_PRIVATE_HDRS = $(MAC_OSX_DIR)/tkMacOSXPort.h $(MAC_OSX_DIR)/tkMacOSXInt.h
|
||||||
|
|
||||||
-X11_PRIVATE_HDRS = $(UNIX_DIR)/tkUnixPort.h $(UNIX_DIR)/tkUnixInt.h
|
-X11_PRIVATE_HDRS = $(UNIX_DIR)/tkUnixPort.h $(UNIX_DIR)/tkUnixInt.h $(GENERIC_DIR)/tkIntXlibDecls.h
|
||||||
+X11_PRIVATE_HDRS = $(UNIX_DIR)/tkUnixPort.h $(UNIX_DIR)/tkUnixInt.h \
|
+X11_PRIVATE_HDRS = $(UNIX_DIR)/tkUnixPort.h $(UNIX_DIR)/tkUnixInt.h $(GENERIC_DIR)/tkIntXlibDecls.h \
|
||||||
+ $(UNIX_DIR)/tkUnixDefault.h
|
+ $(UNIX_DIR)/tkUnixDefault.h
|
||||||
|
|
||||||
# Currently private, eventually public
|
# Currently private, eventually public
|
||||||
|
4
tk.spec
4
tk.spec
@ -25,9 +25,9 @@ BuildRequires: libXt-devel
|
|||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: tcl-devel
|
BuildRequires: tcl-devel
|
||||||
Url: http://www.tcl.tk
|
Url: http://www.tcl.tk
|
||||||
Version: 8.6.0
|
Version: 8.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
%define rrc %nil
|
%define rrc rc0
|
||||||
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
|
License: BSD-3-Clause
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5c708b2b6f658916df59190b27750fa1ea2bc10992108e10f961c0700f058de6
|
|
||||||
size 4239836
|
|
3
tk8.6.1rc0-src.tar.gz
Normal file
3
tk8.6.1rc0-src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1f59e69c6bcf8e8914ff5f0533040ca25ee440002c747bcb73fbf9a8dc6426d4
|
||||||
|
size 4243478
|
Loading…
Reference in New Issue
Block a user