Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tk for openSUSE:Factory checked in at 2022-11-30 14:58:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tk (Old) and /work/SRC/openSUSE:Factory/.tk.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tk" Wed Nov 30 14:58:53 2022 rev:50 rq:1038706 version:8.6.13 Changes: -------- --- /work/SRC/openSUSE:Factory/tk/tk.changes 2021-11-13 22:48:04.569229259 +0100 +++ /work/SRC/openSUSE:Factory/.tk.new.1597/tk.changes 2022-11-30 14:58:56.317037138 +0100 @@ -1,0 +2,46 @@ +Wed Nov 23 16:45:26 UTC 2022 - Reinhard Max <m...@suse.com> + +- New version 8.6.13: + * (new)[TIP 599] Extended build information + * (bug)[440c52] fix PPM/PGM read with graylevel > 255 + * (bug)[5fb814] canvas redraw region for lines/polygones + * (new)[631a0b] text widget: direct mouse events to insert mark, + not current + * (bug)[b164ef] fix mouse events for multiple toplevels + * (bug)[be8f5b] crash setting -type empty for a menu + * (bug)[50fc02,50fc02,25894d,156e58] ImgPhoto pointer issues + * (bug)[617861] -justify/-anchor defaults for ttk::label + * (bug)[40bc81] embedding error test failure + * (bug)[b1d115] No <Enter> event on new toplevel on current + toplevel destruction + * (bug)[3fefb3] crash in empty ttk::combobox when end index requested + * (new)[247d80] Chinese message file + * (bug)[e331bc] NULL to memset in photo blank + * (bug)[864b06] PNG photo image color numeric issue + * (bug)[f75190] tk_fontchooser: multiple font families, locale + change, button activation + * (bug)[ce6b42] (in TCL bug tracker) ttk::spinbox increment event + endless invokation + * (bug)[2a6c62] Avoid invalid <<TreeviewSelect>> + * (new)[f47920] Updates to Finnish message catalog + * (bug)[29b5c2] error in tk_popup with separator entry selected + * (bug)[415415] scale advances multiple steps on single click + * (bug)[dc4c55] tk_popup entry index + * (bug)[c0bf1b] XVirtualEvent buffer overflows + * (bug)[eedd79] potential crashes in option parsing when + sizeof(enum) not equal to int + * (bug)[0ce975] panedwindow calls memcpy with NULL pointer + * (bug) GIF with multiple images may reuse transparent color + * [aefdb8,be29f7] Updates to Russian message catalog + * Updates to Esperanto message catalog + * (bug)[a3b03f] Linux, Windows: improve (ttk) menubutton menu + position + * Update keysym tables to latest X11R6 + * [f6e4d4] consistent cross-platform polygon fill + * (bug)[5e4e44] ttk::panedwindow drag robust wrt orientation + variants + * Remove tk.patch, was integrated upstream. +- Remove stuff from TK_LIBS that is not needed for shared + libraries and we don't support static linking. + +------------------------------------------------------------------- @@ -111,0 +158,2 @@ + * (platform) stop using -lieee, removed from glibc-2.27 + (bsc#1179615, bsc#1181840). Old: ---- tk.patch tk8.6.12-src.tar.gz New: ---- tk8.6.13-src.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tk.spec ++++++ --- /var/tmp/diff_new_pack.hQIPhf/_old 2022-11-30 14:58:57.485043566 +0100 +++ /var/tmp/diff_new_pack.hQIPhf/_new 2022-11-30 14:58:57.489043587 +0100 @@ -1,7 +1,7 @@ # # spec file for package tk # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ BuildRequires: pkg-config BuildRequires: tcl-devel URL: http://www.tcl.tk -Version: 8.6.12 +Version: 8.6.13 Release: 0 %define rrc %{nil} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -49,7 +49,6 @@ Source1: tk-rpmlintrc Source2: baselibs.conf Source3: http://tkcon.cvs.sourceforge.net/tkcon/tkcon/tkcon.tcl -Patch0: %name.patch %description Tk is a graphical user interface toolkit that takes developing desktop @@ -95,7 +94,6 @@ %prep %setup -q -n %name%version -%patch0 %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects @@ -121,6 +119,10 @@ ln -sf wish%TK_MINOR %buildroot%_prefix/bin/wish ln -sf wish.1.gz %buildroot%_mandir/man1/wish%TK_MINOR.1.gz install -m 0755 %{S:3} %buildroot%_bindir/tkcon +# The information in TK_LIBS is not needed for shared libraries +# and we don't support static linking. +sed -i "/^TK_LIBS=/s/'.*'$//" %buildroot%_libdir/tkConfig.sh +sed -i "/^Libs.private: /s/ .*$//" %buildroot%_libdir/pkgconfig/tk.pc %if "%_lib" == "lib64" ++++++ tk8.6.12-src.tar.gz -> tk8.6.13-src.tar.gz ++++++ ++++ 32130 lines of diff (skipped)