SHA256
8
0
forked from pool/perl-GD

WIP: Automatic update to GD-2.84.tar.gz #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-GD:autoupdate into main
4 changed files with 33 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:75ee23c67f699d94f7320eba731a3fbf97f0381a54d710e60a0abffc9c45a754
size 287543

BIN
GD-2.84.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Jan 5 05:54:13 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- updated to 2.840.0 (2.84)
see /usr/share/doc/packages/perl-GD/ChangeLog
2.84 * Added Makefile.PL --with and --without options to bypass autodetection
errors or upstream libgd or subsequent library errors, as
libtiff 4.5.1+git230720 wrongly packaged on ubuntu/debian (GH #55).
* Better support MSWin32 without gdlib.pc. Requires manual --options and
--lib_gd_path.
* Workaround 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 (PeterCJ GH #56)
* Honor PKG_CONFIG_PATH for finding gdlib.pc (PeterCJ GH #57)
* Add demos/png2jpeg.pl
-------------------------------------------------------------------
Sun Jun 23 16:19:33 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-GD
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name GD
Name: perl-GD
Version: 2.830.0
Version: 2.840.0
Release: 0
# 2.83 -> normalize -> 2.830.0
%define cpan_version 2.83
# 2.84 -> normalize -> 2.840.0
%define cpan_version 2.84
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Perl interface to the libgd graphics library
URL: https://metacpan.org/release/%{cpan_name}
@@ -34,14 +34,14 @@ BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::Constant) >= 0.22
BuildRequires: perl(ExtUtils::PkgConfig)
BuildRequires: perl(File::Which)
BuildRequires: perl(Test::Fork) >= 0.02
BuildRequires: perl(Test::Fork) >= 0.20
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::NoWarnings) >= 1.00
BuildRequires: perl(Test::NoWarnings) >= 1.0
Provides: perl(GD) = %{version}
Provides: perl(GD::Group) = 1.00
Provides: perl(GD::Group) = 1.0.0
Provides: perl(GD::Image) = %{version}
Provides: perl(GD::Polygon)
Provides: perl(GD::Polyline) = 0.2
Provides: perl(GD::Polygon) = 2.820.0
Provides: perl(GD::Polyline) = 0.200.0
Provides: perl(GD::Simple)
%undefine __perllib_provides
%{perl_requires}
@@ -57,7 +57,7 @@ using a large number of graphics primitives, and emit the drawings as PNG
files.
%prep
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%autosetup -n %{cpan_name}-%{cpan_version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644