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 2022-02-17 00:30:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-GD (Old)
 and      /work/SRC/openSUSE:Factory/.perl-GD.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-GD"

Thu Feb 17 00:30:23 2022 rev:35 rq:955050 version:2.76

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-GD/perl-GD.changes  2020-11-11 
20:48:05.515742758 +0100
+++ /work/SRC/openSUSE:Factory/.perl-GD.new.1956/perl-GD.changes        
2022-02-17 00:31:22.085424638 +0100
@@ -1,0 +2,28 @@
+Wed Feb  2 03:06:54 UTC 2022 - Tina M??ller <[email protected]>
+
+- updated to 2.76
+   see /usr/share/doc/packages/perl-GD/ChangeLog
+
+  2.76    * fix broken TIFF and AVIF support, PR #43 by Paul Howarth
+          * re-enable XBM support (always on)
+          * provide xbm magic support (a hack, for GD::Graph)
+  2.75    * add experimental support for TIFF and RAQM (with freetype)
+          * improve GD2 tests (GH #42, RT #140856)
+          * also list the unsupported image formats in the GD::Image pod
+          * fix copyRotated pod (it rotates CCW) PR #36 by LorenzoTo
+          * fix GD::Simple->fontMetrics docs and implementation GH #37 by Ben 
Crowell.
+            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 RT #140043
+  2.74    * add experimental support for WEBP, HEIF and AVIF
+          * document all supported Image formats in the GD::Image lib
+          * added Github actions (for PR's)
+          * fix poly->transform documentation RT #140043
+          * fix GD,GD2 detection and tests RT #139399 (since libgd 2.3.3)
+            fixed tests by H??kon H??gland.
+          * POD: Remove indirect object constructors from example code snippet 
(PR #39)
+          * patch from Ben Crowell that fixes incorrect behaviour of 
GD::Simple->fontMetrics
+          * fix cross-compilation if gdlib.pc has no cflags by Fabrice Fontaine
+
+-------------------------------------------------------------------

Old:
----
  GD-2.73.tar.gz

New:
----
  GD-2.76.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-GD.spec ++++++
--- /var/tmp/diff_new_pack.n97Tdh/_old  2022-02-17 00:31:22.653424541 +0100
+++ /var/tmp/diff_new_pack.n97Tdh/_new  2022-02-17 00:31:22.657424540 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-GD
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,32 +16,26 @@
 #
 
 
+%define cpan_name GD
 Name:           perl-GD
-Version:        2.73
+Version:        2.76
 Release:        0
-%define cpan_name GD
-Summary:        Interface to Gd Graphics Library
 License:        Artistic-1.0 OR GPL-1.0-or-later
-Group:          Development/Libraries/Perl
+Summary:        Interface to Gd 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
 Patch0:         GD-cflags.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(ExtUtils::Constant) >= 0.22
 BuildRequires:  perl(ExtUtils::PkgConfig)
-#BuildRequires:  perl(Test::Fork) >= 0.02
+BuildRequires:  perl(Test::Fork) >= 0.02
 BuildRequires:  perl(Test::More) >= 0.88
-Recommends:     perl(Class::XSAccessor)
 Recommends:     perl(ExtUtils::Constant) >= 0.23
-Recommends:     perl(List::MoreUtils)
-Recommends:     perl(Pod::Spell::CommonMistakes)
-Recommends:     perl(Test::Kwalitee)
+Recommends:     perl(ExtUtils::PkgConfig)
+Recommends:     perl(Test::Fork) >= 0.02
 Recommends:     perl(Test::More) >= 0.88
-Recommends:     perl(Test::Pod) >= 1.00
-Recommends:     perl(Text::CSV_XS)
 %{perl_requires}
 # MANUAL BEGIN
 BuildRequires:  freetype2-devel
@@ -60,13 +54,12 @@
 files.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{version} -p1
 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
-%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-make %{?_smp_mflags}
+%make_build
 
 %check
 make test
@@ -77,7 +70,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc ChangeLog const-c.inc const-xs.inc README README.QUICKDRAW
 %license LICENSE
 

++++++ GD-2.73.tar.gz -> GD-2.76.tar.gz ++++++
++++ 2429 lines of diff (skipped)

++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.n97Tdh/_old  2022-02-17 00:31:22.809424513 +0100
+++ /var/tmp/diff_new_pack.n97Tdh/_new  2022-02-17 00:31:22.813424513 +0100
@@ -23,4 +23,5 @@
 #skip_noarch: 1
 #custom_build: -
 #./Build build flags=%{?_smp_mflags} --myflag
+skip_doc: testcpan.sh testlibs.sh
 

Reply via email to