Changelog for
perl-Tk-804.036-73.8.x86_64.rpm :
* Mon Jul 08 2024 pgajdosAATTsuse.com- mirror last changes in cpanspec.yml
* Wed Jul 03 2024 mjamborAATTsuse.com- Compile with -fpermissive to work around issues which GCC 14 considers errors (and not warnings as before) and add Tk-804-config-C99.diff to actually fix the problems in the conffigury snippets (which are not compiled with the options requested in optflags). [boo#1225909]
* Fri Jan 12 2024 pmonrealAATTsuse.com- Fix an STRLEN vs int pointer confusion in function Tcl_GetByteArrayFromObj(): [bsc#1218600]
* Perl 5.37.2, since commit github.com/Perl/perl5/commit/1ef9039b changed the implementation of SvPV() et al., breaking t/balloon.t, t/canvas2.t and t/photo.t on big-endian 64-bit architectures such as ppc64 and s390x because StringMatchGIF() no longer recognized GIF files.
* Add patch from Debian: - Tk-804.036-fix-strlen-vs-int-pointer-confusion.patch
* Fri Dec 08 2023 fcrozatAATTsuse.com- Drop BuildRequires on xorg-x11, not needed anymore.
* Thu May 11 2023 opensuseAATTdstoecker.de- update cpanspec.yml and recreate spec file
* Sun May 07 2023 jengelhAATTinai.de- Replace xorg-x11 devel requires by pkgconfig(...)
* Tue May 18 2021 pmonrealAATTsuse.com- Update to 804.036 see /usr/share/doc/packages/perl-Tk/Changes
* Tk-804.036 release (2021-02-14) - This is basically the same like Tk-804.035_501.
* Tk-804.035_501 release (2021-02-07) - Fixes: Compiles again with Strawberry Perl 5.32.x Fix double free in validatecommand myConfig: add ability to define HAVE_INTTYPES_H Smaller build improvements and typo corrections Prevent some compiler warnings - Documentation: Several smaller Pod fixes - Tests: Introduce CI testing with github actionsTk-804.036 release (2021-02-14)
* Mon May 04 2020 pmonrealgonzalezAATTsuse.com- Use https and metacpan.org for url and sources- Use Devel:Leak, Test::More and Test::Pod for tests- Add cpanspec.yml file and mention the patches Tk-804.029-event.diff Tk-804.029-macro.diff Tk-804.029-null.diff Tk-804.029-refcnt.diff
* Sun Mar 29 2020 timueller+perlAATTsuse.de- updated to 804.035 see /usr/share/doc/packages/perl-Tk/Changes Tk-804.035 release (2020-03-28) - ----------------- This is basically the same like Tk-804.034_501. Tk-804.034_501 release (2020-03-19) - --------------------- Fixes Add dummy rules for newer EUMM (RT #124910) Try harder to find libpng on FreeBSD Tk-804.034_500 release (2020-02-23) - --------------------- Fixes Compiles again with perl 5.31.x (see also github pull request #61 and https://github.com/Perl/perl5/issues/17024 by Karl Williamson). Now ppport.h is included in the distribution. Switch to X\'s locale handling if needed (Karl Williamson) Don\'t use buttons 4 and 5 on non-X11 platforms (Christopher Chavez) Fix corner case in XPM handling (/
* in colors section) Spelling/grammar fixes in comments and code (Christopher Chavez) Improved demo script photo1.pl (Christopher Chavez) Documentation Smaller Pod fixes (Slaven Rezic, Christopher Chavez) Tests travis-ci fixes
* Sun Sep 24 2017 cooloAATTsuse.com- use system jpeg to avoid failures with builtin version
* Sun Sep 24 2017 cooloAATTsuse.com- update to 804.034: Fixes Fix aborts on OS X Sierra, introduced by latest clang/llvm strcpy/strncpy (RT #121631, github pull request #28 by Mark Aufflick) No special xOKp handling in Perl_Value (RT #121528) Add freetype2 path on MacOSX / XQuartz to inc search paths (github pull request #21 by Christoph Lamprecht) Fix Tk::NoteBook\'s FindMenu (Martin Jacobs) Documentation Add Tk::getSaveFile Pod file (see also github pull request #19) Fix documentation about scrollbars (github pull request #18 by asb-cpan) Add openSUSE instructions to README.linux (github pull request #25 by Tux) Add documentation notes about \"make -j\" Tests New test for Tk::NoteBook. t/Trace.t is using now Test::More travis-ci improvements Introduce CI testing on appveyor
* Mon Aug 31 2015 tchvatalAATTsuse.com- Remove provides on quite wrong header file in devel subpkg pointing to perl 5.8.8 dir- Use inline parameter for sed, well this should be redone more- Cleanup bit with spec-cleaner
* Mon Aug 31 2015 dimstarAATTopensuse.org- Update to version 804.033: + New t/pod.t test (github pull request #16).- Drop Tk-804.032-tkglue.diff and Tk-804.032-freetype.diff: Fixed upstream.
* Sat Jul 19 2014 schwabAATTlinux-m68k.org- Update to 804.032
* RT# 88210: fix compilation for perl 5.19.0+ (\"undef bool\")
* RT# 90077: floating number issue with -textvariable variables
* RT# 89621: avoid segfaults during global destruction (by Gisle Aas)
* RT# 87016: compatibility for libpng 1.6.x
* RT# 86988: use cflags/libs information from pkg-config zlib
* RT# 89261: split Tk/ColorEditor.pm into three .pm files
* RT# 71718: fix compilation issue with 64bit Strawberry Perl (Tk_Cursor)
* Fail gracefully if no font could be allocated- Tk-804.032-tkglue.diff: no segfaults if Tk::MainWindow::Create was called without args- Tk-804.032-freetype.diff: look also for /usr/include/freetype2/freetype.h- Tk-804.029-lib64.diff, Tk-804.029-xorg.diff, Tk-804.030-libpng16.diff: remove upstreamed patches
* Mon Jul 08 2013 cooloAATTsuse.com- updated to 804.031 Fixes The CopSTASH_set fix did not work in 804.030_501 because of a missing file in the tarball. Now fixed. Tk::MakeDepend parses gcc\'s inc search list now and does not rely anymore on $Config{usrinc}. This helps when include files are partially in \"multiarch\" subdirectories (e.g. in Debian/sid) or when $Config{usrinc} is incorrect (e.g. in ActivePerl+gcc builds). RT #85407 and http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708624 Helping Debian\'s build process by skipping the quilt state directory http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708635 Improving build process for ActivePerl+gcc (RT #74036); see also README-ActiveState.txt. Use pkg-config for determining libpng cflags and libs. Tk-804.030_501 release (2013-05-18) - --------------------- Fixes Should compile again with older perls: SvNV_nomg is not available with perls older than 5.13.2, and CopSTASH_set(..., NULL) is not possible with threaded 5.16.x and older. Tk-804.030_500 release (2013-05-18) - --------------------- Incompatible changes The Tk::Text::Contents() method does not return an extra newline anymore (RT #83124). The version number of Tk::Text was incremented to 4.029 and may be used to detect the change. Fixes RT #78824: fixed compilation under threaded bleadperl (5.17.x) Fix for internal magic handling, needed for perl 5.17.2 and newer. Fixed myConfig issue with perl 5.17.x. SvUPGRADE() is no longer an expression since perl 5.17.7. Off-by-one error in Tk::Table::clear method (problem spotted by David Overeem).
* Thu Feb 28 2013 pgajdosAATTsuse.com- builds also against libpng16
* libpng16.patch
* Fri Oct 21 2011 vcizekAATTsuse.com- update to 804.030 Many bugfixes (see Changes) New features BalloonInfo for HList https://rt.cpan.org/Ticket/Display.html?id=55887 Perl/Tk is now available at github. Improved \"all widgets at a glance\" demo.
* Tue Mar 15 2011 cfarrellAATTnovell.com- license update: (GPL+ or Artistic) and zlib More correct statement of the package license in Fedora compatible syntax as per http://is.gd/HtnxI9 and http://en.opensuse.org/openSUSE:Accepted_licences
* Wed Dec 01 2010 cooloAATTnovell.com- switch to perl_requires macro
* Mon Nov 29 2010 cooloAATTnovell.com- remove /var/adm/perl-modules
* Fri Nov 19 2010 cooloAATTnovell.com- newer Xorg define different include guards
* Tue Oct 19 2010 cooloAATTnovell.com- add perl as explicit buildrequire
* Mon Jul 19 2010 anickaAATTsuse.cz- update to 804.029
* bugfixes, test fixes- removed CVE-2006-4484 and per5.12 patches (fixed in upstream)
* Tue Apr 20 2010 anickaAATTsuse.cz- port utf fix for perl 5.12 from development version
* Thu Apr 08 2010 dmuellerAATTsuse.de- require the right version of perl
* Sun Jan 10 2010 jengelhAATTmedozas.de- enable parallel build
* Mon Dec 14 2009 ajAATTsuse.de- Fix build to not run disabled tests.
* Tue Nov 03 2009 cooloAATTnovell.com- updated patches to apply with fuzz=0