Accepting request 1061397 from devel:languages:perl:autoupdate

- updated to 0.83
   see /usr/share/doc/packages/perl-Net-OpenSSH/Changes
  0.83  Jan 22, 2023
          - Skip quoting test for broken AIX csh shell (bug report by
            jrtaisto@gmail.com, #rt133092).
          - New FAQ entry about running interactive sessions.
          - Add new method "default_ssh_configuration" (feature request
            by Diab Jerius, #rt140762).

OBS-URL: https://build.opensuse.org/request/show/1061397
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-OpenSSH?expand=0&rev=16
This commit is contained in:
2023-01-31 09:58:52 +00:00
committed by Git OBS Bridge
parent 951417cf98
commit 1508ea15de
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d41aa24dd53466753209f5a67c6392e6f3fa599709169342cbcc5f4871d97e83
size 76431

3
Net-OpenSSH-0.83.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:43d7d8672e9d4ecbd1ceb2a99e4143ca665f227d04720c43307e352f96060adf
size 77372

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Jan 23 03:10:53 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.83
see /usr/share/doc/packages/perl-Net-OpenSSH/Changes
0.83 Jan 22, 2023
- Skip quoting test for broken AIX csh shell (bug report by
jrtaisto@gmail.com, #rt133092).
- New FAQ entry about running interactive sessions.
- Add new method "default_ssh_configuration" (feature request
by Diab Jerius, #rt140762).
-------------------------------------------------------------------
Sun Mar 6 03:06:26 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Net-OpenSSH
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define cpan_name Net-OpenSSH
Name: perl-Net-OpenSSH
Version: 0.82
Version: 0.83
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Perl SSH client package implemented on top of OpenSSH