SHA256
7
0
forked from pool/perl-GD

28 Commits

Author SHA256 Message Date
9850cd7806 - updated to 2.830.0 (2.83)
see /usr/share/doc/packages/perl-GD/ChangeLog
  2.83    * Fix missing PNG regression (RT #153923) on old
            systems without the .pc, but gdlib-config. The check was too strict.
            Requires now File::Which.
  2.82    * Improve HEIF/AVIF autodetection (RT #153305) by Yuriy Yevtukhov.
  	* Fix strawberryperl default libgd path (shawnlaffan PR #54)
  	* Fix AVIF and Webp autodetection in tests (shawnlaffan PR #54)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=54
2024-06-27 18:10:14 +00:00
1245fcb678 Accepting request 1173768 from devel:languages:perl:autoupdate
- updated to 2.81
   see /usr/share/doc/packages/perl-GD/ChangeLog
  2.81    * Change GD::Polygon::transform to match old demos (RT #140043),
            and GD::Polyline.
            Add GD::Polygon::rotate(cw-radian) helper.
            Allow GD::Polygon::scale(2.0).
  2.80    * Fix broken copyTranspose and copyReverseTranspose (RT #153300)
            by Yuriy Yevtukhov.
          * Add transformation tests
          * Fix wrong WBMP name and detection
          * Fix wrong filename extension auto-detection for gd,gd2,wbmp
          * Fix wrong filename extension auto-detection for xpm,
            newFromXpm needs the filename, not handle.
          * Fix wrong libgd doc link (PR #52) by Tsuyoshi Watanabe
  2.79    * Improve image type autodetection (RT #153212), add a test
          * Fix Avif without Heif config
          * Improve gdlib.pc reader for supported library features

OBS-URL: https://build.opensuse.org/request/show/1173768
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=52
2024-05-16 11:58:52 +00:00
d8013da327 Accepting request 1097627 from devel:languages:perl:autoupdate
- Updated GD-cflags.patch
- updated to 2.78
   see /usr/share/doc/packages/perl-GD/ChangeLog
  2.78    * Fix Use of uninitialized value $pkg in concatenation warning
            (RT #148899 and GH #47). Thanks to ppisar for the analysis.
            Adds a new hard Test::NoWarnings test requirement.
  2.77    * add BMP support with libgd 2.1.0, PR #49 by PeterCJ
          * don't link to -lXPM without XPM nor X11, GH #45
          * rename ANIMGIF feature to GIFANIM
          * fix unused variable failure in GH CI, RT #141125 by PhilterPaper

OBS-URL: https://build.opensuse.org/request/show/1097627
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=50
2023-07-11 07:37:29 +00:00
0eff57a81d update cpanspec.yml and recreate spec file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=48
2023-05-11 15:38:50 +00:00
a4f0c15660 Accepting request 1085299 from home:jengelh:branches:devel:languages:perl
- Remove unused BuildRequires. Only gd is "#include"d.

OBS-URL: https://build.opensuse.org/request/show/1085299
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=47
2023-05-11 15:36:30 +00:00
8f150a383f Accepting request 954206 from devel:languages:perl:autoupdate
- updated to 2.76
   see /usr/share/doc/packages/perl-GD/ChangeLog
  2.76    * fix broken TIFF and AVIF support, PR #43 by Paul Howarth
          * re-enable XBM support (always on)
          * provide xbm magic support (a hack, for GD::Graph)
  2.75    * add experimental support for TIFF and RAQM (with freetype)
          * improve GD2 tests (GH #42, RT #140856)
          * also list the unsupported image formats in the GD::Image pod
          * fix copyRotated pod (it rotates CCW) PR #36 by LorenzoTo
          * fix GD::Simple->fontMetrics docs and implementation GH #37 by Ben Crowell.
            fix lineheight calculation according to the docs. You might need to
            fix your code!
          * add image methods tiff, webp, heif, avif, and its documentation.
          * fix the fix for the poly->transform documentation RT #140043
  2.74    * add experimental support for WEBP, HEIF and AVIF
          * document all supported Image formats in the GD::Image lib
          * added Github actions (for PR's)
          * fix poly->transform documentation RT #140043
          * fix GD,GD2 detection and tests RT #139399 (since libgd 2.3.3)
            fixed tests by Håkon Hægland.
          * POD: Remove indirect object constructors from example code snippet (PR #39)
          * patch from Ben Crowell that fixes incorrect behaviour of GD::Simple->fontMetrics
          * fix cross-compilation if gdlib.pc has no cflags by Fabrice Fontaine

OBS-URL: https://build.opensuse.org/request/show/954206
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=46
2022-02-15 15:14:57 +00:00
769bd0bf6b Accepting request 847534 from home:pmonrealgonzalez:branches:devel:languages:perl
- Remove not needed build requirement libvpx-devel [bsc#1173279]

OBS-URL: https://build.opensuse.org/request/show/847534
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=44
2020-11-11 13:15:54 +00:00
dfd26cb0b3 Accepting request 837369 from devel:languages:perl:autoupdate
- updated to 2.73
   see /usr/share/doc/packages/perl-GD/ChangeLog
  2.73    * allow --options override the libgd options. Not recommended.
            See GH #33 and RT #130045

OBS-URL: https://build.opensuse.org/request/show/837369
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=41
2020-09-25 10:58:58 +00:00
9413f87837 Accepting request 822575 from home:pmonrealgonzalez:branches:devel:languages:perl:autoupdate
- Enable the test suite

- updated to 2.72
   see /usr/share/doc/packages/perl-GD/ChangeLog
  2.72    * fix CVE 2019-6977 colorMatch for older unpatched libgd versions.
            This is a severe security problem, an exploitable heap-overflow.
            See https://nvd.nist.gov/vuln/detail/CVE-2019-6977

OBS-URL: https://build.opensuse.org/request/show/822575
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=38
2020-07-24 08:40:07 +00:00
e3d3a4291c Accepting request 710317 from home:pmonrealgonzalez:branches:devel:languages:perl
- updated to 2.71
   see /usr/share/doc/packages/perl-GD/ChangeLog
  2.71    * skip Test::Fork on freebsd (GH #25)
  2.70    * fixes for hardened CCFLAGS with -Werror (RT #128167)
- Rebased patch GD-cflags.patch
- Enabled tests during build
- Updated URL to MetaCPAN

OBS-URL: https://build.opensuse.org/request/show/710317
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=36
2019-06-17 17:17:19 +00:00
15921d3950 Accepting request 635328 from home:pmonrealgonzalez:branches:devel:languages:perl
- updated to 2.69
   see /usr/share/doc/packages/perl-GD/ChangeLog
  2.69    * little spelling error, GH #29 Xavier Guimard
  2.68    * fix GD::Polygon->clear, RT #124463 Michael Cain
  2.67    * fix thread-safety for GD::Simple %COLORS (#26 melak)
          * fix arc start-angle docs, RT #123277 Andrew G Gray
          * improve setBrush docs, RT #123194 Andrew G Gray
          * improve StringFT docs, RT #123193
          * replace MacOSX by darwin, and not by Mac OS X/macOS as suggested
            in PR #24
          * add GD::Image->_file method as suggested in RT #60488 by Kevin Ryde,
            also the helper GD::supportsFileType
- Cleaned with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/635328
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=34
2018-09-13 08:35:52 +00:00
Stephan Kulow
2d5052485b Accepting request 490144 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/490144
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=30
2017-04-24 08:29:08 +00:00
Stephan Kulow
93aa495d15 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=28
2015-04-18 14:29:44 +00:00
Stephan Kulow
4e81af7c62 Accepting request 297009 from devel:languages:perl:autoupdate
- updated to 2.56
   see /usr/share/doc/packages/perl-GD/ChangeLog
  2.56	* Fix Makefile.PL so that it works again.
  2.55	* Great simplification of regression framework ought to fix make test problems.
  	* Replace ExtUtils::MakeMaker script with Module::Build system 
  	  (just in time for Module::Build to be deprecated).
  	* Remove archaic qd.pl (for creating QuickDraw picts) from distribution.
  2.54	Patch from yurly@unet.net to fix image corruption in rotate180 when image height is odd.
  2.53	Points to Gabor Szabo's GD::Simple tutorial, and fix link to repository.
  2.52    Fix regression tests to run on Ubuntu 12.04 64bit.

OBS-URL: https://build.opensuse.org/request/show/297009
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=27
2015-04-15 20:27:57 +00:00
Stephan Kulow
f517b3f600 Accepting request 259029 from home:deadpoint:branches:devel:languages:perl
- Added libtiff-devel and libvpx-devel to fix builds on SLE_12

OBS-URL: https://build.opensuse.org/request/show/259029
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=25
2014-10-31 09:09:15 +00:00
Stephan Kulow
ed465b1e2d - updated to 2.51
Fix misleading warning message about location of gd.h file.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=23
2014-02-09 14:33:43 +00:00
Stephan Kulow
976e281a0e - disable test suite - comparing the bits of pngs is not good enough,
debian and fedora have the same problem and no reaction upstream
  (RT#85789)
- rebased GD-cflags.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=21
2013-12-31 05:26:17 +00:00
Stephan Kulow
5456cc0416 - updated to 2.50
Fix gdUseFontConfig so that it can be called as a class method.
   Add GitHub information to README.
   Fix compile crash on windows and strawberry (https://rt.cpan.org/Public/Bug/Display.html?id=67990).
   Fix compilation on older perl's without the Newxz macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=20
2013-07-27 12:16:25 +00:00
Stephan Kulow
816845ec86 - do not add break perl structures in overwriting CCFLAGS with invalid
flags
- regenerate with cpanspec 1.78.04

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=18
2011-05-26 14:50:37 +00:00
Vítězslav Čížek
02f47a6fda - update to 2.46
Added a basic "use" test for GD::Simple
  Corrected license to GPL+ or Artistic

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=16
2011-05-03 08:37:43 +00:00
Stephan Kulow
1cdc878076 siwtch to perl_requires macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GD?expand=0&rev=13
2010-12-01 13:45:23 +00:00
OBS User autobuild
d0bc96c996 Accepting request 43364 from devel:languages:perl
Copy from devel:languages:perl/perl-GD based on submit request 43364 from user anicka

OBS-URL: https://build.opensuse.org/request/show/43364
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=11
2010-07-19 18:51:59 +00:00
OBS User autobuild
8b2fe2add9 Accepting request 37048 from devel:languages:perl
Copy from devel:languages:perl/perl-GD based on submit request 37048 from user coolo

OBS-URL: https://build.opensuse.org/request/show/37048
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=8
2010-04-06 20:23:54 +00:00
OBS User autobuild
42a1ee057e Accepting request 29439 from devel:languages:perl
Copy from devel:languages:perl/perl-GD based on submit request 29439 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29439
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=6
2010-01-14 17:13:24 +00:00
OBS User unknown
51d56e5599 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=4 2009-07-27 20:46:37 +00:00
OBS User unknown
c9746a6c64 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=3 2008-09-12 16:10:44 +00:00
OBS User unknown
c78c7f4d70 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=2 2008-06-23 22:48:32 +00:00
OBS User unknown
b67405a756 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GD?expand=0&rev=1 2007-01-15 23:30:39 +00:00