Hello community, here is the log from the commit of package perl-Graph for openSUSE:Factory checked in at 2020-10-28 15:42:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Graph (Old) and /work/SRC/openSUSE:Factory/.perl-Graph.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Graph" Wed Oct 28 15:42:29 2020 rev:14 rq:843171 version:0.9706 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Graph/perl-Graph.changes 2015-10-19 22:49:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Graph.new.3463/perl-Graph.changes 2020-10-28 15:42:30.242750930 +0100 @@ -1,0 +2,6 @@ +Wed Oct 21 03:11:11 UTC 2020 - Tina Müller <timueller+p...@suse.de> + +- updated to 0.9706 + see /usr/share/doc/packages/perl-Graph/Changes + +------------------------------------------------------------------- Old: ---- Graph-0.9704.tar.gz New: ---- Graph-0.9706.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Graph.spec ++++++ --- /var/tmp/diff_new_pack.buziPi/_old 2020-10-28 15:42:31.078751556 +0100 +++ /var/tmp/diff_new_pack.buziPi/_new 2020-10-28 15:42:31.078751556 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Graph # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,24 +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/ # Name: perl-Graph -Version: 0.9704 +Version: 0.9706 Release: 0 %define cpan_name Graph -Summary: Graph Data Structures and Algorithms -License: Artistic-1.0 or GPL-1.0+ +Summary: Graph data structures and algorithms +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Graph/ -Source0: http://www.cpan.org/authors/id/J/JH/JHI/%{cpan_name}-%{version}.tar.gz +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/E/ET/ETJ/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Heap) >= 0.80 +Requires: perl(Heap) >= 0.80 %{perl_requires} %description @@ -37,14 +39,14 @@ %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install ++++++ Graph-0.9704.tar.gz -> Graph-0.9706.tar.gz ++++++ ++++ 2576 lines of diff (skipped)