Hello community,

here is the log from the commit of package perl-Pod-Spell for openSUSE:Factory 
checked in at 2020-11-03 15:15:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Pod-Spell (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Pod-Spell.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Pod-Spell"

Tue Nov  3 15:15:29 2020 rev:19 rq:844620 version:1.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Pod-Spell/perl-Pod-Spell.changes    
2016-05-11 16:37:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Pod-Spell.new.3463/perl-Pod-Spell.changes  
2020-11-03 15:15:45.187993127 +0100
@@ -1,0 +2,5 @@
+Wed Oct 28 15:14:13 UTC 2020 - Dirk Stoecker <opens...@dstoecker.de>
+
+- update specfile with cpanspec to fix build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perl-Pod-Spell.spec ++++++
--- /var/tmp/diff_new_pack.nDhWtL/_old  2020-11-03 15:15:46.087993993 +0100
+++ /var/tmp/diff_new_pack.nDhWtL/_new  2020-11-03 15:15:46.091993997 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Pod-Spell
 #
-# Copyright (c) 2016 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,7 +12,7 @@
 # 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/
 #
 
 
@@ -20,11 +20,11 @@
 Version:        1.20
 Release:        0
 %define cpan_name Pod-Spell
-Summary:        Formatter for Spellchecking Pod
+Summary:        Formatter for spellchecking Pod
 License:        Artistic-2.0
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Pod-Spell/
-Source0:        
http://www.cpan.org/authors/id/D/DO/DOLMEN/%{cpan_name}-%{version}.tar.gz
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/D/DO/DOLMEN/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -36,6 +36,7 @@
 BuildRequires:  perl(Lingua::EN::Inflect)
 BuildRequires:  perl(Path::Tiny)
 BuildRequires:  perl(Pod::Escapes)
+BuildRequires:  perl(Pod::Parser)
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(parent)
 Requires:       perl(Class::Tiny)
@@ -43,6 +44,7 @@
 Requires:       perl(Lingua::EN::Inflect)
 Requires:       perl(Path::Tiny)
 Requires:       perl(Pod::Escapes)
+Requires:       perl(Pod::Parser)
 Requires:       perl(parent)
 %{perl_requires}
 
@@ -71,11 +73,11 @@
 %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
@@ -84,6 +86,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README
+%doc Changes CONTRIBUTING README
+%license LICENSE
 
 %changelog


Reply via email to