* Fri Jan 12 2024 pmonreal@suse.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 fcrozat@suse.com
- Drop BuildRequires on xorg-x11, not needed anymore.
* Thu May 11 2023 opensuse@dstoecker.de
- update cpanspec.yml and recreate spec file
* Sun May 07 2023 jengelh@inai.de
- Replace xorg-x11 devel requires by pkgconfig(...)
* Tue May 18 2021 pmonreal@suse.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 pmonrealgonzalez@suse.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+perl@suse.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 coolo@suse.com
- use system jpeg to avoid failures with builtin version
* Sun Sep 24 2017 coolo@suse.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 tchvatal@suse.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