SHA256
7
0
forked from pool/perl-Tk

40 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 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
OBS User autobuild
cd6ac9fa6f Accepting request 43386 from devel:languages:perl
checked in (request 43386)

OBS-URL: https://build.opensuse.org/request/show/43386
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=14
2010-07-19 18:59:50 +00:00
Anna Maresova
4830d52575 - update to 804.029
* bugfixes, test fixes
- removed CVE-2006-4484 and per5.12 patches (fixed in upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=13
2010-07-19 14:32:53 +00:00
OBS User autobuild
3ae746abc7 Accepting request 38367 from devel:languages:perl
checked in (request 38367)

OBS-URL: https://build.opensuse.org/request/show/38367
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=12
2010-04-20 23:56:34 +00:00
Anna Maresova
a618ae798e - port utf fix for perl 5.12 from development version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=11
2010-04-20 15:26:02 +00:00
OBS User buildservice-autocommit
fee194f570 Updating link to change in openSUSE:Factory/perl-Tk revision 11.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=11c032cc67c27142d55cf9ecc2e108a7
2010-04-15 23:26:08 +00:00
OBS User autobuild
ebc8cbdc73 Accepting request 37452 from devel:languages:perl
checked in (request 37452)

OBS-URL: https://build.opensuse.org/request/show/37452
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=10
2010-04-15 23:26:07 +00:00
cfea3f2fed - require the right version of perl
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=9
2010-04-08 21:28:23 +00:00
OBS User buildservice-autocommit
fea997a0d2 Updating link to change in openSUSE:Factory/perl-Tk revision 9.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=f3f2f9b66b09f3c975bcea0198b5535a
2010-01-11 17:01:29 +00:00
OBS User autobuild
a73760c286 checked in
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=7
2010-01-11 17:01:28 +00:00
Stephan Kulow
8fdc557c74 Accepting request 28883 from home:jengelh:branches:devel:languages:perl
Copy from home:jengelh:branches:devel:languages:perl/perl-Tk via accept of submit request 28883 revision 3.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/28883
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tk?expand=0&rev=6
2010-01-10 17:29:46 +00:00
OBS User autobuild
7e0b304b2b Accepting request 27273 from devel:languages:perl
Copy from devel:languages:perl/perl-Tk based on submit request 27273 from user coolo

OBS-URL: https://build.opensuse.org/request/show/27273
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=8
2009-12-21 13:24:58 +00:00
OBS User autobuild
ccdfe428e9 Accepting request 25090 from devel:languages:perl
Copy from devel:languages:perl/perl-Tk based on submit request 25090 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/25090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=7
2009-11-27 15:06:52 +00:00
OBS User unknown
5b4e089d40 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=5 2008-09-29 16:13:01 +00:00
OBS User unknown
83c9c9ea22 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=4 2008-03-11 17:29:26 +00:00
OBS User unknown
57390ba471 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=3 2008-01-17 23:21:02 +00:00
OBS User unknown
b7691c80d7 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=2 2007-06-22 16:52:53 +00:00
OBS User unknown
04e6fbc80b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Tk?expand=0&rev=1 2007-01-15 23:32:05 +00:00