Hello community,

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

Package is "perl-Net-SSH2"

Tue Oct  3 23:18:50 2017 rev:7 rq:530698 version:0.66

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Net-SSH2/perl-Net-SSH2.changes      
2017-08-10 14:11:52.730348517 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-SSH2.new/perl-Net-SSH2.changes 
2017-10-03 23:18:50.297302779 +0200
@@ -1,0 +2,5 @@
+Tue Oct  3 07:52:43 UTC 2017 - [email protected]
+
+- patch the Makefile to build with perl 5.26
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perl-Net-SSH2.spec ++++++
--- /var/tmp/diff_new_pack.Gfvgnk/_old  2017-10-03 23:18:50.857223980 +0200
+++ /var/tmp/diff_new_pack.Gfvgnk/_new  2017-10-03 23:18:50.861223417 +0200
@@ -47,6 +47,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 OPTIMIZE="%{optflags}"

++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.Gfvgnk/_old  2017-10-03 23:18:50.893218914 +0200
+++ /var/tmp/diff_new_pack.Gfvgnk/_new  2017-10-03 23:18:50.897218351 +0200
@@ -1,25 +1,8 @@
 ---
-#description_paragraphs: 3
-#no_testing: broken upstream
-#sources:
-#  - source1
-#  - source2
-#patches:
-#  foo.patch: -p1
-#  bar.patch:
 preamble: |-
  BuildRequires:  libgcrypt-devel
  BuildRequires:  libssh2-devel
  BuildRequires:  openssl-devel
-#post_prep: |-
-# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
-# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
-#post_install: |-
-# sed on %{name}.files
-#license: SUSE-NonFree
-#skip_noarch: 1
-#custom_build: |-
-#./Build build flags=%{?_smp_mflags} --myflag
-#custom_test: |-
-#startserver && make test
-#ignore_requires: Bizarre::Module
+post_prep:
+ sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse 
inc::Module::Install/' Makefile.PL
+


Reply via email to