Hello community, here is the log from the commit of package perl-Algorithm-C3 for openSUSE:Factory checked in at 2020-11-12 22:48:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Algorithm-C3 (Old) and /work/SRC/openSUSE:Factory/.perl-Algorithm-C3.new.24930 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Algorithm-C3" Thu Nov 12 22:48:07 2020 rev:15 rq:848089 version:0.11 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Algorithm-C3/perl-Algorithm-C3.changes 2014-09-15 18:25:21.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Algorithm-C3.new.24930/perl-Algorithm-C3.changes 2020-11-12 22:49:55.274801285 +0100 @@ -1,0 +2,12 @@ +Wed Nov 11 03:06:58 UTC 2020 - Tina Müller <timueller+p...@suse.de> + +- updated to 0.11 + see /usr/share/doc/packages/perl-Algorithm-C3/Changes + + 0.11 - 2020-11-10 + - set metadata for static dependency list and install + - move repository to github + - minor test cleanups + - fix Makefile.PL to work for authors in perl 5.26+ + +------------------------------------------------------------------- Old: ---- Algorithm-C3-0.10.tar.gz New: ---- Algorithm-C3-0.11.tar.gz cpanspec.yml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Algorithm-C3.spec ++++++ --- /var/tmp/diff_new_pack.kxFIu9/_old 2020-11-12 22:49:55.762801795 +0100 +++ /var/tmp/diff_new_pack.kxFIu9/_new 2020-11-12 22:49:55.766801799 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Algorithm-C3 # -# Copyright (c) 2014 SUSE LINUX Products 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,19 +12,20 @@ # 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-Algorithm-C3 -Version: 0.10 +Version: 0.11 Release: 0 %define cpan_name Algorithm-C3 -Summary: A module for merging hierarchies using the C3 algorithm -License: Artistic-1.0 or GPL-1.0+ +Summary: Module for merging hierarchies using the C3 algorithm +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Algorithm-C3/ -Source: http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -39,19 +40,18 @@ resolution as well since it tends to do such a nice job of preserving local precedence orderings. -Below is a brief explanation of C3 taken from the the Class::C3 manpage -module. For more detailed information, see the the SEE ALSO manpage section -and the links there. +Below is a brief explanation of C3 taken from the Class::C3 module. For +more detailed information, see the SEE ALSO section and the links there. %prep %setup -q -n %{cpan_name}-%{version} %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 @@ -61,5 +61,6 @@ %files -f %{name}.files %defattr(-,root,root,755) %doc Changes README +%license LICENSE %changelog ++++++ Algorithm-C3-0.10.tar.gz -> Algorithm-C3-0.11.tar.gz ++++++ ++++ 1613 lines of diff (skipped) ++++++ cpanspec.yml ++++++ --- #description_paragraphs: 3 #description: |- # override description from CPAN #summary: override summary from CPAN #no_testing: broken upstream #sources: # - source1 # - source2 #patches: # foo.patch: -p1 # bar.patch: #preamble: |- # BuildRequires: gcc-c++ #post_prep: |- # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` # sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL #post_build: |- # rm unused.files #post_install: |- # sed on %{name}.files #license: SUSE-NonFree #skip_noarch: 1 #custom_build: |- #./Build build flags=%{?_smp_mflags} --myflag #custom_test: |- #startserver && make test #ignore_requires: Bizarre::Module #skip_doc: regexp_to_skip_for_doc.* #add_doc: files to add to docs _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org