WIP: Automatic update to Net-SSH-Perl-2.144.tar.gz #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-Net-SSH-Perl:autoupdate into main
4 changed files with 31 additions and 18 deletions

View File

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

BIN
Net-SSH-Perl-2.144.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jan 24 05:42:04 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- updated to 2.144.0 (2.144)
see /usr/share/doc/packages/perl-Net-SSH-Perl/Changes
2.144 2026-01-14T19:45:53Z
* fix an XS problem that prevented building the module (#75)
2.143 2025-01-04T01:42:27Z
* refresh distro and move to BRIANDFOY
-------------------------------------------------------------------
Fri Mar 8 22:55:04 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Net-SSH-Perl
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,9 +18,10 @@
%define cpan_name Net-SSH-Perl
Name: perl-Net-SSH-Perl
Version: 2.142.0
Version: 2.144.0
Release: 0
%define cpan_version 2.142
# 2.144 -> normalize -> 2.144.0
%define cpan_version 2.144
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Perl client Interface to SSH
URL: https://metacpan.org/release/%{cpan_name}
@@ -29,23 +30,23 @@ Source1: cpanspec.yml
Source100: README.md
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Crypt::Curve25519) >= 0.05
BuildRequires: perl(Crypt::Curve25519) >= 0.50
BuildRequires: perl(Crypt::IDEA)
BuildRequires: perl(CryptX) >= 0.032
BuildRequires: perl(Digest::BubbleBabble) >= 0.01
BuildRequires: perl(CryptX) >= 0.32
BuildRequires: perl(Digest::BubbleBabble) >= 0.10
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
BuildRequires: perl(File::HomeDir)
BuildRequires: perl(Math::GMP) >= 1.04
BuildRequires: perl(String::CRC32) >= 1.2
BuildRequires: perl(Math::GMP) >= 1.40
BuildRequires: perl(String::CRC32) >= 1.200
BuildRequires: perl(Test::More) >= 1
Requires: perl(Crypt::Curve25519) >= 0.05
Requires: perl(Crypt::Curve25519) >= 0.50
Requires: perl(Crypt::IDEA)
Requires: perl(CryptX) >= 0.032
Requires: perl(Digest::BubbleBabble) >= 0.01
Requires: perl(CryptX) >= 0.32
Requires: perl(Digest::BubbleBabble) >= 0.10
Requires: perl(File::HomeDir)
Requires: perl(Math::GMP) >= 1.04
Requires: perl(String::CRC32) >= 1.2
Provides: perl(Net::SSH::Perl) = 2.142.0
Requires: perl(Math::GMP) >= 1.40
Requires: perl(String::CRC32) >= 1.200
Provides: perl(Net::SSH::Perl) = %{version}
Provides: perl(Net::SSH::Perl::Agent)
Provides: perl(Net::SSH::Perl::Auth)
Provides: perl(Net::SSH::Perl::Auth::ChallengeResponse)
@@ -211,7 +212,7 @@ provides a full-featured Perl implementation of SFTP, and sits on top of
_Net::SSH::Perl_. SFTP requires the usage of the SSH2 protocol.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644