diff --git a/GD-2.83.tar.gz b/GD-2.83.tar.gz deleted file mode 100644 index 7fa64ce..0000000 --- a/GD-2.83.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75ee23c67f699d94f7320eba731a3fbf97f0381a54d710e60a0abffc9c45a754 -size 287543 diff --git a/GD-2.84.tar.gz b/GD-2.84.tar.gz new file mode 100644 index 0000000..66258b4 --- /dev/null +++ b/GD-2.84.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cfe4db20c218eb8e3d670f2e5b7571f1cc8a2d0fd55611bb3cfad3a3335564f +size 1256663 diff --git a/perl-GD.changes b/perl-GD.changes index 05f25d7..46a24a6 100644 --- a/perl-GD.changes +++ b/perl-GD.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Jan 5 05:54:13 UTC 2026 - Tina Müller + +- 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 diff --git a/perl-GD.spec b/perl-GD.spec index 7b00d10..a640ce1 100644 --- a/perl-GD.spec +++ b/perl-GD.spec @@ -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