Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-GD for openSUSE:Factory checked in at 2023-05-12 20:37:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-GD (Old) and /work/SRC/openSUSE:Factory/.perl-GD.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-GD" Fri May 12 20:37:35 2023 rev:36 rq:1086578 version:2.76 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-GD/perl-GD.changes 2022-02-17 00:31:22.085424638 +0100 +++ /work/SRC/openSUSE:Factory/.perl-GD.new.1533/perl-GD.changes 2023-05-12 20:40:26.470907338 +0200 @@ -1,0 +2,10 @@ +Thu May 11 15:37:41 UTC 2023 - Dirk Stoecker <[email protected]> + +- update cpanspec.yml and recreate spec file + +------------------------------------------------------------------- +Sun May 7 10:43:05 UTC 2023 - Jan Engelhardt <[email protected]> + +- Remove unused BuildRequires. Only gd is "#include"d. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-GD.spec ++++++ --- /var/tmp/diff_new_pack.a5y53W/_old 2023-05-12 20:40:26.934909888 +0200 +++ /var/tmp/diff_new_pack.a5y53W/_new 2023-05-12 20:40:26.950909975 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-GD # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ Version: 2.76 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later -Summary: Interface to Gd Graphics Library +Summary: Perl interface to the gd2 graphics library URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml @@ -38,12 +38,7 @@ Recommends: perl(Test::More) >= 0.88 %{perl_requires} # MANUAL BEGIN -BuildRequires: freetype2-devel BuildRequires: gd-devel >= 2.0.28 -BuildRequires: libjpeg-devel -BuildRequires: libpng-devel -BuildRequires: libtiff-devel -BuildRequires: xorg-x11-devel Requires: gd # MANUAL END @@ -55,6 +50,7 @@ %prep %autosetup -n %{cpan_name}-%{version} -p1 + find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build ++++++ cpanspec.yml ++++++ --- /var/tmp/diff_new_pack.a5y53W/_old 2023-05-12 20:40:26.990910195 +0200 +++ /var/tmp/diff_new_pack.a5y53W/_new 2023-05-12 20:40:26.994910218 +0200 @@ -7,12 +7,7 @@ patches: GD-cflags.patch: -p1 preamble: |- - BuildRequires: freetype2-devel BuildRequires: gd-devel >= 2.0.28 - BuildRequires: libjpeg-devel - BuildRequires: libpng-devel - BuildRequires: libtiff-devel - BuildRequires: xorg-x11-devel Requires: gd #post_prep: |- # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
