Hello community,
here is the log from the commit of package perl-PerlIO-via-dynamic for
openSUSE:Factory checked in at 2017-10-03 23:19:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-PerlIO-via-dynamic (Old)
and /work/SRC/openSUSE:Factory/.perl-PerlIO-via-dynamic.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-PerlIO-via-dynamic"
Tue Oct 3 23:19:44 2017 rev:23 rq:530785 version:0.14
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-PerlIO-via-dynamic/perl-PerlIO-via-dynamic.changes
2013-06-13 20:06:35.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-PerlIO-via-dynamic.new/perl-PerlIO-via-dynamic.changes
2017-10-03 23:19:46.953329434 +0200
@@ -1,0 +2,5 @@
+Tue Oct 3 08:20:02 UTC 2017 - [email protected]
+
+- patch the Makefile to build with perl 5.26
+
+-------------------------------------------------------------------
New:
----
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-PerlIO-via-dynamic.spec ++++++
--- /var/tmp/diff_new_pack.McBKkU/_old 2017-10-03 23:19:47.449259641 +0200
+++ /var/tmp/diff_new_pack.McBKkU/_new 2017-10-03 23:19:47.453259078 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-PerlIO-via-dynamic
#
-# Copyright (c) 2013 SUSE LINUX Products 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,32 +20,22 @@
Version: 0.14
Release: 0
%define cpan_name PerlIO-via-dynamic
-Summary: dynamic PerlIO layers
+Summary: Dynamic Perlio Layers
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/PerlIO-via-dynamic/
-Source:
http://www.cpan.org/authors/id/A/AL/ALEXMV/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/A/AL/ALEXMV/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-#BuildRequires: perl(CPANPLUS::Backend)
-#BuildRequires: perl(inc::Module::Install)
-#BuildRequires: perl(Internals)
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::AutoInstall)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(PerlIO::via::dynamic)
-#BuildRequires: perl(YAML::Tiny)
%{perl_requires}
%description
-'PerlIO::via::dynamic' is used for creating dynamic the PerlIO manpage
-layers. It is useful when the behavior or the layer depends on variables.
-You should not use this module as via layer directly (ie :via(dynamic)).
+'PerlIO::via::dynamic' is used for creating dynamic PerlIO layers. It is
+useful when the behavior or the layer depends on variables. You should not
+use this module as via layer directly (ie :via(dynamic)).
Use the constructor to create new layers, with two arguments: translate and
untranslate. Then use '$p-'via ($fh)> to wrap the handle. Once <$fh> is
@@ -56,6 +46,9 @@
%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