diff --git a/tk.changes b/tk.changes index 0494dd5..328137b 100644 --- a/tk.changes +++ b/tk.changes @@ -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 diff --git a/tk.patch b/tk.patch index d711589..dcbe59e 100644 --- a/tk.patch +++ b/tk.patch @@ -6,8 +6,8 @@ Index: unix/Makefile.in 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 \ +-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 $(GENERIC_DIR)/tkIntXlibDecls.h \ + $(UNIX_DIR)/tkUnixDefault.h # Currently private, eventually public diff --git a/tk.spec b/tk.spec index c5cfbcb..213ef0e 100644 --- a/tk.spec +++ b/tk.spec @@ -25,9 +25,9 @@ BuildRequires: libXt-devel BuildRequires: pkg-config BuildRequires: tcl-devel Url: http://www.tcl.tk -Version: 8.6.0 +Version: 8.6.1 Release: 0 -%define rrc %nil +%define rrc rc0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Graphical User Interface Toolkit for Tcl License: BSD-3-Clause diff --git a/tk8.6.0-src.tar.gz b/tk8.6.0-src.tar.gz deleted file mode 100644 index b317acf..0000000 --- a/tk8.6.0-src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c708b2b6f658916df59190b27750fa1ea2bc10992108e10f961c0700f058de6 -size 4239836 diff --git a/tk8.6.1rc0-src.tar.gz b/tk8.6.1rc0-src.tar.gz new file mode 100644 index 0000000..140926b --- /dev/null +++ b/tk8.6.1rc0-src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f59e69c6bcf8e8914ff5f0533040ca25ee440002c747bcb73fbf9a8dc6426d4 +size 4243478