diff --git a/GD-2.75.tar.gz b/GD-2.75.tar.gz deleted file mode 100644 index 23f6f08..0000000 Binary files a/GD-2.75.tar.gz and /dev/null differ diff --git a/GD-2.78.tar.gz b/GD-2.78.tar.gz new file mode 100644 index 0000000..30e7ad6 Binary files /dev/null and b/GD-2.78.tar.gz differ diff --git a/perl-GD.spec b/perl-GD.spec index 42186b8..467f4ec 100644 --- a/perl-GD.spec +++ b/perl-GD.spec @@ -1,6 +1,6 @@ Name: perl-GD -Version: 2.75 -Release: 2 +Version: 2.78 +Release: 1 Summary: A perl5 interface to Thomas Boutell's gd library License: GPL+ or Artistic 2.0 URL: https://metacpan.org/release/GD @@ -11,6 +11,7 @@ BuildRequires: perl-generators perl-interpreter perl(ExtUtils::MakeMaker) #Test BuildRequires: perl(Test::More) perl(lib) +BuildRequires: perl(Test::NoWarnings) >= 1.00 Requires: perl(:MODULE_COMPAT_%(perl -V:version | cut -d"'" -f 2)) Requires: gd @@ -66,6 +67,9 @@ make test %{_mandir}/man*/* %changelog +* Sat Oct 07 2023 liweigang - 2.78-1 +- update to version 2.78 + * Wed Nov 23 2022 hongjinghao - 2.75-2 - modify the package so that it is consistent with Source0