Hello community,

here is the log from the commit of package perl-Test-Spelling for 
openSUSE:Factory checked in at 2019-04-28 20:14:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Spelling (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-Spelling.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-Spelling"

Sun Apr 28 20:14:53 2019 rev:12 rq:698640 version:0.22

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Spelling/perl-Test-Spelling.changes    
2017-10-03 23:20:00.267455711 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Spelling.new.5536/perl-Test-Spelling.changes
  2019-04-28 20:14:53.786364671 +0200
@@ -1,0 +2,19 @@
+Thu Apr 25 05:31:43 UTC 2019 - Stephan Kulow <co...@suse.com>
+
+- updated to 0.22
+   see /usr/share/doc/packages/perl-Test-Spelling/Changes
+
+  0.22      2019-04-24
+    - Zero-code-change release encompassing everything from 0.21
+    - Resolves RT#120425 . in @INC should no longer be an issue
+  
+  0.21      2019-04-19 (TRIAL)
+    - Removed the POD spelling test from /t as it's now in /xt
+    - Forego usage of inc::Module::Install for EU::MM
+    - List out all prereqs individually; provide cpanfile
+    - Use dzil to build the dist
+    - Convert the README to markdown
+    - Add a LICENSE file
+    - Clean up the Changes log
+
+-------------------------------------------------------------------

Old:
----
  Test-Spelling-0.20.tar.gz

New:
----
  Test-Spelling-0.22.tar.gz

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

Other differences:
------------------
++++++ perl-Test-Spelling.spec ++++++
--- /var/tmp/diff_new_pack.0rO6e4/_old  2019-04-28 20:14:55.282363742 +0200
+++ /var/tmp/diff_new_pack.0rO6e4/_new  2019-04-28 20:14:55.334363710 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Spelling
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,30 +12,30 @@
 # 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-Test-Spelling
-Version:        0.20
+Version:        0.22
 Release:        0
 %define cpan_name Test-Spelling
-Summary:        Check for Spelling Errors in Pod Files
-License:        Artistic-1.0 or GPL-1.0+
+Summary:        Check for spelling errors in POD files
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Test-Spelling/
-Source0:        
https://cpan.metacpan.org/authors/id/S/SA/SARTAK/%{cpan_name}-%{version}.tar.gz
+Url:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(IPC::Run3) >= 0.044
-BuildRequires:  perl(Pod::Spell) >= 1.01
+BuildRequires:  perl(IPC::Run3)
+BuildRequires:  perl(Pod::Spell)
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Tester)
-Requires:       perl(IPC::Run3) >= 0.044
-Requires:       perl(Pod::Spell) >= 1.01
+Requires:       perl(IPC::Run3)
+Requires:       perl(Pod::Spell)
 %{perl_requires}
 
 %description
@@ -88,11 +88,11 @@
 # MANUAL END
 
 %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
@@ -102,5 +102,6 @@
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes README
+%license LICENSE
 
 %changelog

++++++ Test-Spelling-0.20.tar.gz -> Test-Spelling-0.22.tar.gz ++++++
++++ 4731 lines of diff (skipped)


Reply via email to