Hello community,

here is the log from the commit of package perl-Test-Spelling for 
openSUSE:Factory checked in at 2017-10-03 23:19:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Spelling (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-Spelling.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-Spelling"

Tue Oct  3 23:19:58 2017 rev:11 rq:530791 version:0.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Spelling/perl-Test-Spelling.changes    
2015-02-08 11:42:44.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Spelling.new/perl-Test-Spelling.changes   
    2017-10-03 23:20:00.267455711 +0200
@@ -1,0 +2,5 @@
+Tue Oct  3 08:22:01 UTC 2017 - co...@suse.com
+
+- patch the Makefile to build with perl 5.26
+
+-------------------------------------------------------------------

New:
----
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Test-Spelling.spec ++++++
--- /var/tmp/diff_new_pack.dj7YUc/_old  2017-10-03 23:20:00.903366218 +0200
+++ /var/tmp/diff_new_pack.dj7YUc/_new  2017-10-03 23:20:00.907365656 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Spelling
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -20,11 +20,12 @@
 Version:        0.20
 Release:        0
 %define cpan_name Test-Spelling
-Summary:        check for spelling errors in POD files
+Summary:        Check for Spelling Errors in Pod Files
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Test-Spelling/
-Source:         
http://www.cpan.org/authors/id/S/SA/SARTAK/%{cpan_name}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/S/SA/SARTAK/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -61,9 +62,8 @@
     add_stopwords(qw(asdf thiswordiscorrect));
 
 Adding stop words in this fashion affects all files checked for the
-remainder of the test script. See the Pod::Spell manpage (which this module
-is built upon) for a variety of ways to add per-file stop words to each .pm
-file.
+remainder of the test script. See Pod::Spell (which this module is built
+upon) for a variety of ways to add per-file stop words to each .pm file.
 
 If you have a lot of stop words, it's useful to put them in your test
 file's 'DATA' section like so:
@@ -79,10 +79,13 @@
 
 To maintain backwards compatibility, comment markers and some whitespace
 are ignored. In the near future, the preprocessing we do on the arguments
-to the add_stopwords manpage will be changed and documented properly.
+to add_stopwords will be changed and documented properly.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+# MANUAL BEGIN
+sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse 
inc::Module::Install/' Makefile.PL
+# MANUAL END
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++++++ cpanspec.yml ++++++
---
post_prep:
 sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse 
inc::Module::Install/' Makefile.PL

Reply via email to