Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Chart for openSUSE:Factory checked in at 2022-04-14 17:25:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Chart (Old) and /work/SRC/openSUSE:Factory/.perl-Chart.new.1941 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Chart" Thu Apr 14 17:25:20 2022 rev:23 rq:969986 version:2.401.1 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Chart/perl-Chart.changes 2015-05-06 11:19:19.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Chart.new.1941/perl-Chart.changes 2022-04-14 17:25:54.355294277 +0200 @@ -1,0 +2,6 @@ +Wed Apr 6 03:06:29 UTC 2022 - Tina M??ller <[email protected]> + +- updated to 2.401.1 + see /usr/share/doc/packages/perl-Chart/Changes + +------------------------------------------------------------------- Old: ---- Chart-2.4.10.tar.gz New: ---- Chart-v2.401.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Chart.spec ++++++ --- /var/tmp/diff_new_pack.MS5iUd/_old 2022-04-14 17:25:54.999295030 +0200 +++ /var/tmp/diff_new_pack.MS5iUd/_new 2022-04-14 17:25:55.003295034 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Chart # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,25 +12,26 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # +%define cpan_name Chart Name: perl-Chart -Version: 2.4.10 +Version: 2.401.1 Release: 0 -%define cpan_name Chart -Summary: Series of Charting Modules -License: GPL-1.0+ or Artistic-1.0 -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Chart/ -Source0: http://www.cpan.org/authors/id/C/CH/CHARTGRP/%{cpan_name}-%{version}.tar.gz +License: Artistic-2.0 +Summary: Series of charting modules +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/L/LI/LICHTKIND/%{cpan_name}-v%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Carp) >= 1.35 +BuildRequires: perl(File::Temp) >= 0.19 BuildRequires: perl(GD) >= 2 +Requires: perl(Carp) >= 1.35 Requires: perl(GD) >= 2 %{perl_requires} @@ -47,17 +48,14 @@ Lincoln Stein's GD module for all of its graphics primitives calls. %prep -%setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 - -rm -f pm_to_blib +%autosetup -n %{cpan_name}-v%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +%make_build %check -%{__make} test +make test %install %perl_make_install @@ -65,7 +63,7 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc doc Documentation.pdf README TODO +%doc Changes CONTRIBUTING doc Documentation.pdf README Readme.md TODO +%license LICENSE %changelog
