Hello community,

here is the log from the commit of package perl-IO-Digest for openSUSE:Factory 
checked in at 2018-01-09 14:50:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-IO-Digest (Old)
 and      /work/SRC/openSUSE:Factory/.perl-IO-Digest.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-IO-Digest"

Tue Jan  9 14:50:42 2018 rev:20 rq:554842 version:0.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-IO-Digest/perl-IO-Digest.changes    
2016-07-30 00:26:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-IO-Digest.new/perl-IO-Digest.changes       
2018-01-09 14:51:11.253443894 +0100
@@ -1,0 +2,5 @@
+Tue Dec  5 00:09:47 UTC 2017 - stefan.bru...@rwth-aachen.de
+
+- Add IO-Digest_fix_perl_5_26_INC_without_cwd.patch
+
+-------------------------------------------------------------------

New:
----
  IO-Digest_fix_perl_5_26_INC_without_cwd.patch

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

Other differences:
------------------
++++++ perl-IO-Digest.spec ++++++
--- /var/tmp/diff_new_pack.AQiTiC/_old  2018-01-09 14:51:11.789418765 +0100
+++ /var/tmp/diff_new_pack.AQiTiC/_new  2018-01-09 14:51:11.789418765 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-IO-Digest
 #
-# Copyright (c) 2016 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
@@ -25,6 +25,8 @@
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/IO-Digest/
 Source:         
http://www.cpan.org/authors/id/C/CL/CLKAO/%{cpan_name}-%{version}.tar.gz
+# PATCH-FIX_OPENSUSE - fix build with Perl 5.26 and later - 
https://rt.cpan.org/Public/Bug/Display.html?id=121733
+Patch0:         IO-Digest_fix_perl_5_26_INC_without_cwd.patch
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -48,6 +50,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%patch0 -p0
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++++++ IO-Digest_fix_perl_5_26_INC_without_cwd.patch ++++++
--- Makefile.PL_orig    2017-12-05 01:06:53.245976573 +0100
+++ Makefile.PL 2017-12-05 01:07:13.990233293 +0100
@@ -1,5 +1,6 @@
 sub readme_from {}; sub auto_include_deps {}; sub author_tests {}; sub 
auto_set_repository {};
 use strict;
+use lib ".";
 use inc::Module::Install;
 
 name 'IO-Digest';

Reply via email to