SHA256
8
0
forked from pool/perl-Tk

72 Commits

Author SHA256 Message Date
197d19cbf3 Add Gitea build results 2025-08-12 18:18:15 +02:00
b759b16d68 Accepting request 1270025 from devel:languages:perl
Fix build with gcc15
See also https://build.opensuse.org/requests/1269266 (forwarded request 1269956 from tinita)

OBS-URL: https://build.opensuse.org/request/show/1270025
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=43
2025-04-18 14:14:18 +00:00
c37fc7244b Accepting request 1269956 from home:tinita:branches:devel:languages:perl
Fix build with gcc15
See also https://build.opensuse.org/requests/1269266

OBS-URL: https://build.opensuse.org/request/show/1269956
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=54
2025-04-16 12:51:03 +00:00
5698da22bc Accepting request 1186446 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1186446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=42
2024-07-10 14:48:01 +00:00
aa791d8e25 Accepting request 1186315 from home:pgajdos
- mirror last changes in cpanspec.yml

OBS-URL: https://build.opensuse.org/request/show/1186315
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=52
2024-07-09 15:39:09 +00:00
e2f6200469 Accepting request 1185237 from home:jamborm:gcc14fixes
- 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]

Note that I was able to come up with a patch with which -fpermissive
could be omitted, it is attached to the bugzilla.  But I think the
issues should be fixed upstream.  I'll keep the bug open even after
accepting the patch so that the need for -fpermissive can be reviewed
in the future.

OBS-URL: https://build.opensuse.org/request/show/1185237
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=51
2024-07-07 19:48:35 +00:00
6c46406e96 Accepting request 1139404 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1139404
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=41
2024-01-17 21:14:28 +00:00
f1a8145ddf Accepting request 1138819 from home:pmonrealgonzalez:branches:devel:languages:perl
- 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

OBS-URL: https://build.opensuse.org/request/show/1138819
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=49
2024-01-17 09:00:58 +00:00
d070003be1 Accepting request 1132159 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1132159
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=40
2023-12-09 21:49:32 +00:00
015ab028af Accepting request 1132114 from home:fcrozat:branches:devel:languages:perl
- Drop BuildRequires on xorg-x11, not needed anymore.

OBS-URL: https://build.opensuse.org/request/show/1132114
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=47
2023-12-08 18:09:51 +00:00
0585fcd30f Accepting request 1086586 from devel:languages:perl
- update cpanspec.yml and recreate spec file
- Replace xorg-x11 devel requires by pkgconfig(...)

OBS-URL: https://build.opensuse.org/request/show/1086586
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=39
2023-05-12 18:32:33 +00:00
084469835d update cpanspec.yml and recreate spec file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=45
2023-05-11 16:07:14 +00:00
18cd79b804 Accepting request 1085306 from home:jengelh:branches:devel:languages:perl
- Replace xorg-x11 devel requires by pkgconfig(...)

OBS-URL: https://build.opensuse.org/request/show/1085306
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=44
2023-05-11 15:43:19 +00:00
8a28d71188 Accepting request 894302 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/894302
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=38
2021-05-20 17:23:43 +00:00
860bf50354 Accepting request 894104 from home:pmonrealgonzalez:branches:devel:languages:perl
- 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)

OBS-URL: https://build.opensuse.org/request/show/894104
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=42
2021-05-19 10:58:49 +00:00
aa4fd66f34 Accepting request 800980 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/800980
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=37
2020-05-09 17:52:08 +00:00
7c366e2e08 Accepting request 800410 from home:pmonrealgonzalez:branches:devel:languages:perl
- 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

- 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)

OBS-URL: https://build.opensuse.org/request/show/800410
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=40
2020-05-07 08:33:55 +00:00
e309fd56ae Accepting request 528510 from devel:languages:perl
- use system jpeg to avoid failures with builtin version

- 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

OBS-URL: https://build.opensuse.org/request/show/528510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=36
2017-09-25 11:57:18 +00:00
Stephan Kulow
69725f2086 - use system jpeg to avoid failures with builtin version
- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=38
2017-09-24 10:42:56 +00:00
dd6496a4d6 Accepting request 328391 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/328391
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=35
2015-09-03 16:03:01 +00:00
Stephan Kulow
8e45f762f1 Accepting request 328253 from home:scarabeus_iv:branches:devel:languages:perl
- 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

OBS-URL: https://build.opensuse.org/request/show/328253
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=36
2015-09-01 17:54:29 +00:00
Stephan Kulow
d72a60e29b Accepting request 328180 from home:dimstar:Factory
Fix build with perl 5.22

OBS-URL: https://build.opensuse.org/request/show/328180
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=35
2015-09-01 05:48:43 +00:00
Stephan Kulow
d1edb357e3 Accepting request 241633 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/241633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=33
2014-07-21 08:35:40 +00:00
Stephan Kulow
ca18db4c0d Accepting request 241622 from home:AndreasSchwab:f
- 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

OBS-URL: https://build.opensuse.org/request/show/241622
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=33
2014-07-20 07:43:44 +00:00
Stephan Kulow
7199aaa737 Accepting request 182491 from devel:languages:perl
- 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)
  ----------------------

OBS-URL: https://build.opensuse.org/request/show/182491
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=31
2013-07-08 20:25:24 +00:00
Stephan Kulow
d473692bd1 - updated to 804.031
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=31
2013-07-08 12:10:39 +00:00
Stephan Kulow
8ce51799dc Accepting request 157984 from devel:languages:perl
- builds also against libpng16
  * libpng16.patch (forwarded request 156819 from pgajdos)

OBS-URL: https://build.opensuse.org/request/show/157984
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=30
2013-03-10 07:38:33 +00:00
Stephan Kulow
70557784f1 Accepting request 156819 from home:pgajdos:libpng16
- builds also against libpng16
  * libpng16.patch

OBS-URL: https://build.opensuse.org/request/show/156819
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=29
2013-03-08 10:24:08 +00:00
Stephan Kulow
6c7c8888ac replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=27
2011-12-06 17:49:15 +00:00
Stephan Kulow
7855d10142 Accepting request 89000 from devel:languages:perl
- 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.

OBS-URL: https://build.opensuse.org/request/show/89000
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=26
2011-10-25 14:59:22 +00:00
Vítězslav Čížek
0ec8631ded - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=26
2011-10-21 14:52:19 +00:00
Sascha Peilicke
24629be758 Autobuild autoformatter for 64488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=24
2011-03-21 10:26:26 +00:00
Sascha Peilicke
008ff780ab Accepting request 64488 from devel:languages:perl
Accepted submit request 64488 from user vitezslav_cizek

OBS-URL: https://build.opensuse.org/request/show/64488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=23
2011-03-21 10:26:19 +00:00
Vítězslav Čížek
fb92c80978 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=24
2011-03-18 14:55:05 +00:00
Vítězslav Čížek
969ecbad32 Accepting request 64170 from home:babelworx:ldig:branches:openSUSE:Factory
ok

OBS-URL: https://build.opensuse.org/request/show/64170
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=23
2011-03-15 14:37:56 +00:00
Lars Vogdt
ca0514f4ce Autobuild autoformatter for 54683
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=21
2010-12-05 21:26:01 +00:00
Lars Vogdt
46ee04f189 Accepting request 54683 from devel:languages:perl
Accepted submit request 54683 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54683
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=20
2010-12-05 21:25:55 +00:00
Stephan Kulow
6e0c504237 always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=21
2010-12-03 14:54:47 +00:00
Stephan Kulow
ccb61e4d8e siwtch to perl_requires macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=20
2010-12-01 13:56:50 +00:00
Stephan Kulow
81a192239e - remove /var/adm/perl-modules
- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=19
2010-11-29 19:00:21 +00:00
OBS User autobuild
233e380d37 Autobuild autoformatter for 53432
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=19
2010-11-20 11:34:08 +00:00
OBS User buildservice-autocommit
70b8798921 Updating link to change in openSUSE:Factory/perl-Tk revision 19.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=b79e1f579fc41ef00a180604a50e8376
2010-11-20 11:34:08 +00:00
Ruediger Oertel
fd3d3d04bb Accepting request 53432 from devel:languages:perl
Accepted submit request 53432 from user coolo

OBS-URL: https://build.opensuse.org/request/show/53432
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=18
2010-11-20 11:34:02 +00:00
Stephan Kulow
051dae4558 Accepting request 53423 from home:coolo:branches:openSUSE:Factory
OBS-URL: https://build.opensuse.org/request/show/53423
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=17
2010-11-19 11:00:35 +00:00
OBS User autobuild
a968b43cfd Autobuild autoformatter for 51078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=17
2010-10-20 13:22:03 +00:00
OBS User buildservice-autocommit
b2b4b8ea8e Updating link to change in openSUSE:Factory/perl-Tk revision 17.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=3fbae4033dd25846f7abe66b4f9cb364
2010-10-20 13:22:03 +00:00
Ruediger Oertel
ac7c3343ec Accepting request 51078 from devel:languages:perl
Accepted submit request 51078 from user coolo

OBS-URL: https://build.opensuse.org/request/show/51078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=16
2010-10-20 13:21:56 +00:00
Stephan Kulow
be40d5a859 add perl as explicit buildrequire
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=15
2010-10-19 15:37:54 +00:00
OBS User autobuild
2e3000d8f7 Accepting request 43386 from devel:languages:perl
Copy from devel:languages:perl/perl-Tk based on submit request 43386 from user anicka

OBS-URL: https://build.opensuse.org/request/show/43386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=15
2010-07-19 18:59:51 +00:00
OBS User buildservice-autocommit
ecf8ad5330 Updating link to change in openSUSE:Factory/perl-Tk revision 15.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=c4d4d51683236edd53f155f4e074bc6d
2010-07-19 18:59:51 +00:00