Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-GD-debugsource-2.86-1.el8 RPM for ppc64le

From EPEL 8 Testing for ppc64le / debug / Packages / p

Name: perl-GD-debugsource Distribution: Fedora Project
Version: 2.86 Vendor: Fedora Project
Release: 1.el8 Build date: Wed Jun 10 08:19:47 2026
Group: Development/Debug Build host: buildvm-ppc64le-08.rdu3.fedoraproject.org
Size: 265252 Source RPM: perl-GD-2.86-1.el8.src.rpm
Packager: Fedora Project
Url: https://metacpan.org/release/GD
Summary: Debug sources for package perl-GD
This package provides debug sources for package perl-GD.
Debug sources are useful when developing applications that use this
package or when debugging this package.

Provides

Requires

License

GPL-1.0-or-later OR Artistic-2.0

Changelog

* Tue Jun 09 2026 Paul Howarth <paul@city-fan.org> - 2.86-1
  - Update to 2.86
    - Fix command injection via 2-arg open() in _make_filehandle (CVE-2026-11526)
* Tue Jun 02 2026 Paul Howarth <paul@city-fan.org> - 2.85-1
  - Update to 2.85
    - Tolerate runtime TIFF decode failures in autodetect (GH#62)
    - Replace cpm with cpanm in github actions
    - Fixed a minor precedence bug in t/z_manifest.t
* Mon Jan 05 2026 Paul Howarth <paul@city-fan.org> - 2.84-1
  - Update to 2.84
    - Added Makefile.PL --with and --without options to bypass autodetection
      errors or upstream libgd or subsequent library errors (GH#55)
    - Better support MSWin32 without gdlib.pc (requires manual --options and
      --lib_gd_path)
    - Work around broken ExtUtils::PkgConfig->find (GH#61)
    - Fixed snprintf for newer MSVC (>= VS 2015)
    - Added GD::Image::supported() image types method
    - Added newFromTiffData() method
    - Fixed t/GD.t for unsupported image types
    - Add GIFANIM to the default since 2.0.33 (GH#56)
    - Honor PKG_CONFIG_PATH for finding gdlib.pc (GH#57)
    - Add demos/png2jpeg.pl
  - Don't disable XPM support if GD config doesn't explicitly require -lX11
  - Use %{make_build} and %{make_install}
* Tue Jun 25 2024 Paul Howarth <paul@city-fan.org> - 2.83-1
  - Update to 2.83
    - Fix missing PNG regression (CPAN RT#153923) on old systems without the .pc,
      but gdlib-config (the check was too strict)
* Mon May 27 2024 Paul Howarth <paul@city-fan.org> - 2.82-1
  - Update to 2.82
    - Improve HEIF/AVIF autodetection (CPAN RT#153305)
    - Fix Strawberry Perl default libgd path (GH#54)
    - Fix AVIF and Webp autodetection in tests (GH#54)
* Tue May 07 2024 Paul Howarth <paul@city-fan.org> - 2.81-1
  - Update to 2.81
    - Change GD::Polygon::transform to match old demos (CPAN RT#140043) and
      GD::Polyline
    - Add GD::Polygon::rotate(cw-radian) helper
    - Allow GD::Polygon::scale(2.0)
* Fri May 03 2024 Paul Howarth <paul@city-fan.org> - 2.80-1
  - Update to 2.80
    - Fix broken copyTranspose and copyReverseTranspose (CPAN RT#153300)
    - 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 (GH#52)
* Wed May 01 2024 Paul Howarth <paul@city-fan.org> - 2.79-1
  - Update to 2.79
    - Improve image type autodetection (CPAN RT#153212) and add a test
    - Fix Avif without Heif config
    - Improve gdlib.pc reader for supported library features
* Tue Jul 04 2023 Paul Howarth <paul@city-fan.org> - 2.78-1
  - Update to 2.78
    - Fix Use of uninitialized value $pkg in concatenation warning
      (CPAN RT#148899, GH#47)
    - Add a new hard Test::NoWarnings test requirement
* Mon May 29 2023 Paul Howarth <paul@city-fan.org> - 2.77-1
  - Update to 2.77
    - Add BMP support with libgd 2.1.0 (GH#49J
    - Don't link to -lXPM without XPM nor X11 (GH#45)
    - Rename ANIMGIF feature to GIFANIM
    - Fix unused variable failure in GH CI (CPAN RT#141125)
* Tue Feb 01 2022 Paul Howarth <paul@city-fan.org> - 2.76-1
  - Update to 2.76
    - Fix broken TIFF and AVIF support (GH#43)
    - Re-enable XBM support (always on)
    - Provide xbm magic support (a hack, for GD::Graph)
* Tue Feb 01 2022 Paul Howarth <paul@city-fan.org> - 2.75-2
  - Fix copy and paste errors introduced in GD 2.75
    (#2048953, CPAN RT#140910, GH#43)
* Wed Jan 26 2022 Paul Howarth <paul@city-fan.org> - 2.75-1
  - Update to 2.75
    - Add experimental support for TIFF and RAQM (with freetype)
    - Improve GD2 tests (GH#42, CPAN RT#140856)
    - Also list the unsupported image formats in the GD::Image pod
    - Fix copyRotated pod (it rotates CCW) (GH#36)
    - Fix GD::Simple->fontMetrics docs and implementation (GH#37)
      - 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 (CPAN RT#140043)
* Sun Jan 23 2022 Paul Howarth <paul@city-fan.org> - 2.74-1
  - Update to 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 (CPAN RT#140043)
    - Fix GD, GD2 detection and tests (CPAN RT#139399 - since libgd 2.3.3)
    - POD: Remove indirect object constructors from example code snippet (GH#39)
    - Fix incorrect behaviour of GD::Simple->fontMetrics
    - Fix cross-compilation if gdlib.pc has no cflags
* Thu Sep 24 2020 Paul Howarth <paul@city-fan.org> - 2.73-1
  - Update to 2.73
    - Allow Makefile.PL --options to override the libgd options; not recommended
      (see GH#33 and CPAN RT#130045)
* Sat Jul 18 2020 Paul Howarth <paul@city-fan.org> - 2.72-1
  - Update to 2.72
    - Fix for colorMatch with older unpatched libgd versions, which has an
      exploitable heap overflow (CVE-2019-6977)
  - Note: libgd in Fedora is already patched for CVE-2019-6977
* Tue Feb 12 2019 Paul Howarth <paul@city-fan.org> - 2.71-1
  - Update to 2.71
    - Skip Test::Fork on freebsd (GH#25)
  - Filter unversioned provide of perl(GD::Polygon)
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.70-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jan 11 2019 Paul Howarth <paul@city-fan.org> - 2.70-1
  - Update to 2.70
    - Fixes for hardened CCFLAGS with -Werror (CPAN RT#128167)
* Mon Aug 27 2018 Tom Callaway <spot@fedoraproject.org> - 2.69-1
  - update to 2.69
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.68-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.68-2
  - Perl 5.28 rebuild
* Mon Feb 19 2018 Paul Howarth <paul@city-fan.org> - 2.68-1
  - Update to 2.68
    - Fix GD::Polygon->clear (CPAN RT#124463)
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.67-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Wed Nov 15 2017 Paul Howarth <paul@city-fan.org> - 2.67-1
  - Update to 2.67
    - Fix thread-safety for GD::Simple %COLORS (GH#26)
    - Fix arc start-angle docs (CPAN RT#123277)
    - Improve setBrush docs (CPAN RT#123194)
    - Improve StringFT docs (CPAN RT#123193)
    - Replace MacOSX by darwin, and not by Mac OS X/macOS as suggested in GH#24
    - Add GD::Image->_file method and the helper GD::supportsFileType
      (CPAN RT#60488)
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.66-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.66-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.66-2
  - Perl 5.26 rebuild
* Mon Apr 24 2017 Paul Howarth <paul@city-fan.org> - 2.66-1
  - Update to 2.66
    - Throw proper error on newFrom* with not-existing file
    - Add t/transp.t from CPAN RT#40525
    - Improve multiple gd.h warning (CPAN RT#54366)
    - Better documentation for GD::Simple->arc
    - Fix ANIMGIF with libgd 2.3.0-dev
* Sun Apr 23 2017 Paul Howarth <paul@city-fan.org> - 2.65-1
  - Update to 2.65
    - Fix --gdlib_config_path to accept an argument
* Sun Apr 23 2017 Paul Howarth <paul@city-fan.org> - 2.64-1
  - Update to 2.64
    - Add CONFIGURE_REQUIRES META
    - Add --gdlib_config_path
    - Add Image Filters: scatter, pixelate, negate, grayscale, brightness,
      contrast, color, selectiveBlur, edgeDetectQuick, gaussianBlur, emboss,
      meanRemoval, smooth, copyGaussianBlurred
    - Add palette methods: createPaletteFromTrueColor, neuQuant (but
      discouraged), colorMatch
    - Add interpolation methods: copyScale, copyRotateInterpolated,
      interpolationMethod
    - Add double GD::VERSION
    - Add all gd.h constants
    - Fixed wrong <5.14 code generated with ExtUtils::Constants (CPAN RT#121297);
      only generate const-xs.inc when it's missing
    - Add -liconv on hpux too (our pkgconfig parser cannot handle it)
    - Renamed VERSION() to LIBGD_VERSION() (CPAN RT#121307); it was treated
      magically by "use GD 2.18"
    - Update doc for LIBGD_VERSION()
    - Fix 5.6.2, which does not have float in its typemap
* Sat Apr 22 2017 Paul Howarth <paul@city-fan.org> - 2.60-1
  - Update to 2.60
    - Add missing methods newFromWBMP, newFromXbm (CPAN RT #68784) and some
      missing docs
    - Add --lib_fontconfig_path, --fcgi options
    - Rewrote most of the XS code
    - Clean up Makefile.PL (GH#20)
* Fri Apr 21 2017 Paul Howarth <paul@city-fan.org> - 2.59-1
  - Update to 2.59
    - Remove Build.PL, fix permissions, fix for missing gdlib-config
    - Fix feature extraction ≥ 2.2 (CPAN RT#119459)
    - Add alpha method
    - Improve option handling
    - Fix metadata
    - Fix Jpeg magic number detection (CPAN RT#26146)
    - Fix RGB-HSV roundtrips (CPAN RT#120572)
    - Fix -print-search-dirs errors (CPAN RT#106265)
    - Co-maint to RURBAN
    - Add hv_fetchs, CI smokers
    - Add GD::VERSION_STRING API
    - Honor --lib_gd_path specific gdlib-config
    - Loosen the comparison tests with GDIMAGETYPE ne gd2
    - Improve gdlib-config parsing (GH#17), esp. with 2.0.34
    - Error on failing libgd calls
    - Fix colorClosestAlpha, colorAllocateAlpha
    - Add missing documentation
  - This release by RURBAN → update source URL
  - Switch to ExtUtils::MakeMaker flow
  - Drop legacy Group: tag
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.56-11
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Wed Feb 01 2017 Sandro Mani <manisandro@gmail.com> - 2.56-10
  - Rebuild (libwebp)
* Fri Jul 22 2016 Tom Callaway <spot@fedoraproject.org> - 2.56-9
  - rebuild to lose libvpx dep
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.56-8
  - Perl 5.24 rebuild
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.56-7
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Mon Dec 14 2015 Paul Howarth <paul@city-fan.org> - 2.56-6
  - Mark the flaky image comparison test as TODO (#1291200, CPAN RT#100294)
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.56-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.56-4
  - Perl 5.22 rebuild
* Mon Apr 06 2015 Tom Callaway <spot@fedoraproject.org> - 2.56-3
  - rebuild against libvpx 1.4.0
* Mon Jan 12 2015 Tom Callaway <spot@fedoraproject.org> - 2.56-2
  - do not package bdftogd here, that lives in gd-progs
* Tue Dec 02 2014 Paul Howarth <paul@city-fan.org> - 2.56-1
  - Update to 2.56
    - Fix misleading warning message about location of gd.h file
    - Fix regression tests to run on Ubuntu 12.04 64bit
    - Point to Gabor Szabo's GD::Simple tutorial, and fix link to repository
    - Fix image corruption in rotate180 when image height is odd
    - Great simplification of regression framework ought to fix make test problems
    - Remove archaic qd.pl (for creating QuickDraw picts) from distribution
  - Switch to Module::Build flow as EU::MM flow is broken (CPAN RT#99901)
  - Include upstream's LICENSE file (license now GPL+ or Artistic 2.0)
  - Tests no longer failing on ppc
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.50-4
  - Perl 5.20 rebuild
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.50-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.50-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Thu Dec 12 2013 Tom Callaway <spot@fedoraproject.org> - 2.50-1
  - update to 2.50
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.49-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 2.49-2
  - Perl 5.18 rebuild
* Tue Jun 11 2013 Remi Collet <rcollet@redhat.com> - 2.49-1
  - update to 2.49
  - ignore GD tests 2..10, results are "visibly" correct #973139
* Tue Jun 11 2013 Remi Collet <rcollet@redhat.com> - 2.46-4
  - rebuild for new GD 2.1.0
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.46-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 2.46-2
  - rebuild due to "jpeg8-ABI" feature drop
* Thu Oct 25 2012 Petr Šabata <contyk@redhat.com> - 2.46-1
  - 2.46 bump
  - Specify all dependencies
  - Drop command macros
  - Modernize the spec and clean whitespace
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.44-12
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 2.44-11
  - Perl 5.16 rebuild
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.44-10
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Thu Nov 10 2011 Iain Arnell <iarnell@gmail.com> 2.44-9
  - Rebuild for libpng 1.5
* Sat Jun 18 2011 Iain Arnell <iarnell@gmail.com> 2.44-8
  - patch to avoid issue with ExtUtils::MakeMaker and CCFLAGS
    see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628522
  - clean up spec for modern rpmbuild
  - use perl_default_filter
* Wed Jun 15 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.44-7
  - Perl mass rebuild
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.44-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.44-5
  - 661697 rebuild for fixing problems with vendorach/lib
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.44-4
  - Mass rebuild with perl-5.12.0
* Fri Dec 04 2009 Stepan Kasal <skasal@redhat.com> - 2.44-3
  - rebuild against perl 5.10.1
* Thu Oct 29 2009 Stepan Kasal <skasal@redhat.com> - 2.44-2
  - give up tests on ppc
* Mon Oct 05 2009 Stepan Kasal <skasal@redhat.com> - 2.44-1
  - new upstream version
  - run tests always
  - do not add bdf_scripts/ to docs
  - switch off the test that fails in i686 koji
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.41-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Mon Mar 16 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.41-2
  - fix Makefile.PL to install GD/Group.pm (bz 490429)
* Fri Mar 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.41-1
  - update to 2.41
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.39-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Mon Jul 21 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.39-1
  - update to 2.39
* Fri Apr 04 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.35-7
  - tests work fine locally, one fails in mock, maybe needs a desktop?
    conditionalized them, default off.
* Fri Apr 04 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.35-6
  - license fix
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.35-5
  - Rebuild for perl 5.10 (again)
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.35-4
  - Autorebuild for GCC 4.3
* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.35-3
  - rebuild for new perl
* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 2.35-2.1
  - add BR: perl(ExtUtils::MakeMaker)
* Sun Oct 08 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.35-2
  - Removed a duplicate file (bdf_scripts/bdf2gdfont.PLS).
* Tue Sep 05 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.35-1
  - Update to 2.35.
* Sat Jun 03 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.34-1
  - Update to 2.34.
* Wed Mar 08 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.32-1
  - Update to 2.32.
* Tue Feb 21 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.31-1
  - Update to 2.31.
* Wed Feb 15 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.30-3
  - Missing BR: fontconfig-devel.
* Mon Feb 13 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.30-2
  - Modular X (libX11-devel, libXpm-devel).
* Fri Oct 21 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.30-1
  - Update to 2.30.
* Mon Aug 08 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.28-1
  - Update to 2.28.
* Tue Jul 19 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.25-1
  - Update to 2.25.
* Wed Apr 06 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.23-2
  - rebuilt
* Wed Mar 09 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.23-1
  - Update to 2.23.
* Thu Dec 09 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:2.19-1
  - Update to 2.19.
  - GIF support has been restored in gd 2.0.28.
  - Module autoconfigures itself with the gdlib-config program.
* Mon Jun 28 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:2.12-0.fdr.3
  - Avoid RPATH problem in FC1 (bug 1756).
  - Replaced hardcoded value by rpmmacro (%{__perl}) (bug 1756).
* Mon Jun 14 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:2.12-0.fdr.2
  - Bring up to date with current fedora.us perl spec template.
* Sat Feb 07 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:2.12-0.fdr.1
  - Update to 2.12.
  - Reduce directory ownership bloat.
* Tue Nov 18 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.11-0.fdr.1
  - Update to 2.11.
* Sat Oct 11 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.41-0.fdr.1
  - First build.

Files

/usr/src/debug/perl-GD-2.86-1.el8.ppc64le
/usr/src/debug/perl-GD-2.86-1.el8.ppc64le/GD.c
/usr/src/debug/perl-GD-2.86-1.el8.ppc64le/GD.xs
/usr/src/debug/perl-GD-2.86-1.el8.ppc64le/const-c.inc
/usr/src/debug/perl-GD-2.86-1.el8.ppc64le/const-xs.inc


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Jun 11 04:22:04 2026