Hello community,

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

Package is "perl-Net-SSH2"

Fri Mar  2 21:10:10 2018 rev:9 rq:580612 version:0.69

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Net-SSH2/perl-Net-SSH2.changes      
2018-01-09 14:51:26.840713112 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Net-SSH2.new/perl-Net-SSH2.changes 
2018-03-02 21:10:12.552174990 +0100
@@ -1,0 +2,9 @@
+Sun Feb 25 06:40:15 UTC 2018 - co...@suse.com
+
+- updated to 0.69
+   see /usr/share/doc/packages/perl-Net-SSH2/Changes
+
+  0.69  2018-2-24
+       - Fix META.yml generation (bug report by Slaven Rezic).
+
+-------------------------------------------------------------------

Old:
----
  Net-SSH2-0.68.tar.gz

New:
----
  Net-SSH2-0.69.tar.gz

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

Other differences:
------------------
++++++ perl-Net-SSH2.spec ++++++
--- /var/tmp/diff_new_pack.cQIkZD/_old  2018-03-02 21:10:13.532139749 +0100
+++ /var/tmp/diff_new_pack.cQIkZD/_new  2018-03-02 21:10:13.536139605 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-SSH2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,11 +17,11 @@
 
 
 Name:           perl-Net-SSH2
-Version:        0.68
+Version:        0.69
 Release:        0
 %define cpan_name Net-SSH2
 Summary:        Support for the SSH 2 protocol via libssh2
-License:        Artistic-1.0 or GPL-1.0+
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Net-SSH2/
 Source0:        
https://cpan.metacpan.org/authors/id/S/SA/SALVA/%{cpan_name}-%{version}.tar.gz

++++++ Net-SSH2-0.68.tar.gz -> Net-SSH2-0.69.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SSH2-0.68/Changes new/Net-SSH2-0.69/Changes
--- old/Net-SSH2-0.68/Changes   2017-12-13 09:22:01.000000000 +0100
+++ new/Net-SSH2-0.69/Changes   2018-02-24 21:37:53.000000000 +0100
@@ -1,5 +1,8 @@
 Revision history for Perl extension Net::SSH2.
 
+0.69  2018-2-24
+       - Fix META.yml generation (bug report by Slaven Rezic).
+
 0.68  2017-12-13
         - Fix build when using perl 5.26 which doesn't have "." in
           @INC anymore (patch by Marc-Philip Werner).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SSH2-0.68/META.yml new/Net-SSH2-0.69/META.yml
--- old/Net-SSH2-0.68/META.yml  2017-07-19 09:56:59.000000000 +0200
+++ new/Net-SSH2-0.69/META.yml  2018-02-24 21:39:47.000000000 +0100
@@ -22,7 +22,7 @@
 provides:
   Net::SSH2:
     file: lib/Net/SSH2.pm
-    version: '0.66'
+    version: '0.69'
   Net::SSH2::Channel:
     file: lib/Net/SSH2/Channel.pm
   Net::SSH2::Dir:
@@ -42,4 +42,4 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: git://github.com/rkitover/net-ssh2.git
-version: '0.66'
+version: '0.69'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SSH2-0.68/Makefile.PL 
new/Net-SSH2-0.69/Makefile.PL
--- old/Net-SSH2-0.68/Makefile.PL       2017-12-13 09:16:15.000000000 +0100
+++ new/Net-SSH2-0.69/Makefile.PL       2018-02-24 18:34:39.000000000 +0100
@@ -1,5 +1,9 @@
-use lib ".";
-use inc::Module::Install 0.91;
+
+BEGIN {
+    unshift @INC, '.' unless -d ".git";
+}
+
+use inc::Module::Install 1.17;
 use Cwd;
 use Config;
 use File::Glob qw(bsd_glob);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SSH2-0.68/README new/Net-SSH2-0.69/README
--- old/Net-SSH2-0.68/README    2017-04-18 15:45:36.000000000 +0200
+++ new/Net-SSH2-0.69/README    2018-02-24 21:38:48.000000000 +0100
@@ -83,7 +83,7 @@
 
 More examples for the example/ directory would be nice.
 
-Add get/put (file) methods to Net::SSH2::SFTP (as a shortcut, rather than 
+Add get/put (file) methods to Net::SSH2::SFTP (as a shortcut, rather than
 requiring open/read/write/close).
 
 COPYRIGHT AND LICENCE
@@ -92,7 +92,7 @@
 
 Copyright (C) 2010-2016 by Rafael Kitover (rkito...@cpan.org).
 
-Copyright (C) 2011-2017 by Salvador Fandino (sa...@cpan.org).
+Copyright (C) 2011-2018 by Salvador Fandino (sa...@cpan.org).
 
 All rights reserved.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SSH2-0.68/inc/Devel/CheckLib.pm 
new/Net-SSH2-0.69/inc/Devel/CheckLib.pm
--- old/Net-SSH2-0.68/inc/Devel/CheckLib.pm     2017-07-19 09:56:59.000000000 
+0200
+++ new/Net-SSH2-0.69/inc/Devel/CheckLib.pm     2018-02-24 21:39:46.000000000 
+0100
@@ -6,7 +6,7 @@
 use 5.00405; #postfix foreach
 use strict;
 use vars qw($VERSION @ISA @EXPORT);
-$VERSION = '1.10';
+$VERSION = '1.07';
 use Config qw(%Config);
 use Text::ParseWords 'quotewords';
 
@@ -355,7 +355,7 @@
         push @missing, $header if $rv != 0 || ! -x $exefile;
         _cleanup_exe($exefile);
         unlink $cfile;
-    }
+    } 
 
     # now do each library in turn with headers
     my($ch, $cfile) = File::Temp::tempfile(
@@ -409,8 +409,6 @@
             );
         }
         warn "# @sys_cmd\n" if $args{debug};
-        local $ENV{LD_RUN_PATH} = join(":", @libpaths).":".$ENV{LD_RUN_PATH} 
unless $^O eq 'MSWin32';
-        local $ENV{PATH} = join(";", @libpaths).";".$ENV{PATH} if $^O eq 
'MSWin32';
         my $rv = $args{debug} ? system(@sys_cmd) : _quiet_system(@sys_cmd);
         if ($rv != 0 || ! -x $exefile) {
             push @missing, $lib;
@@ -474,7 +472,7 @@
         push @Config_ldflags, $config_val if ( $config_val =~ /\S/ );
     }
     my @ccflags = grep { length } quotewords('\s+', 1, $Config_ccflags||'', 
$user_ccflags||'');
-    my @ldflags = grep { length && $_ !~ m/^-Wl/ } quotewords('\s+', 1, 
@Config_ldflags, $user_ldflags||'');
+    my @ldflags = grep { length } quotewords('\s+', 1, @Config_ldflags, 
$user_ldflags||'');
     my @paths = split(/$Config{path_sep}/, $ENV{PATH});
     my @cc = split(/\s+/, $Config{cc});
     if (check_compiler ($cc[0], $debug)) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-SSH2-0.68/lib/Net/SSH2.pm 
new/Net-SSH2-0.69/lib/Net/SSH2.pm
--- old/Net-SSH2-0.68/lib/Net/SSH2.pm   2017-12-13 09:22:24.000000000 +0100
+++ new/Net-SSH2-0.69/lib/Net/SSH2.pm   2018-02-24 21:38:07.000000000 +0100
@@ -1,6 +1,6 @@
 package Net::SSH2;
 
-our $VERSION = '0.68';
+our $VERSION = '0.69';
 
 use 5.006;
 use strict;
@@ -1476,7 +1476,7 @@
 
 Copyright (C) 2010 - 2016 by Rafael Kitover (rkito...@cpan.org).
 
-Copyright (C) 2011 - 2017 by Salvador FandiE<ntilde>o (sa...@cpan.org).
+Copyright (C) 2011 - 2018 by Salvador FandiE<ntilde>o (sa...@cpan.org).
 
 All rights reserved.
 


Reply via email to