Thu, 04 Jul 2024 21:27:43 UTC | login

Information for build perl-GD-2.78-5.fc40

ID284407
Package Nameperl-GD
Version2.78
Release5.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-GD.git#0c8f38223455376a54d1dd918bb6a16761a85459
SummaryPerl interface to the GD graphics library
DescriptionThis is a auto-loadable interface module for GD, a popular library for creating and manipulating PNG files. With this library you can create PNG images on the fly or modify existing files.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 22 Feb 2024 17:45:33 UTC
CompletedThu, 22 Feb 2024 17:50:59 UTC
Taskbuild (f40, /rpms/perl-GD.git:0c8f38223455376a54d1dd918bb6a16761a85459)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-GD.git#0c8f38223455376a54d1dd918bb6a16761a85459'}}
Tags
f40
f41
RPMs
src
perl-GD-2.78-5.fc40.src.rpm (info) (download)
riscv64
perl-GD-2.78-5.fc40.riscv64.rpm (info) (download)
perl-GD-debuginfo-2.78-5.fc40.riscv64.rpm (info) (download)
perl-GD-debugsource-2.78-5.fc40.riscv64.rpm (info) (download)
Logs
riscv64
state.log
hw_info.log
build.log
root.log
mock_output.log
Changelog * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.78-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.78-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.78-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 11 2023 Jitka Plesnikova <jplesnik@redhat.com> - 2.78-2 - Perl 5.38 rebuild * 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) * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.76-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.76-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2.76-2 - Perl 5.36 rebuild * 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)