Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
45b13fdbaf | |||
f0f69541af | |||
70bc1d3a22 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a51e4c3168fc3d8ab89a6b673c836323303e95b18de19813ec4528810ec23785
|
|
||||||
size 146435
|
|
3
Net-SSH2-0.74.tar.gz
Normal file
3
Net-SSH2-0.74.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1c124699745eeb40ed636097fdcc3e722c94cfd7704ebc0acfb0f05541d2809c
|
||||||
|
size 146354
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Build Results
|
||||||
|
|
||||||
|
Current state of perl in openSUSE:Factory is
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The current state of perl in the devel project build (devel:languages:perl)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 3 05:32:29 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.740.0 (0.74)
|
||||||
|
see /usr/share/doc/packages/perl-Net-SSH2/Changes
|
||||||
|
|
||||||
|
0.74 2024-09-02
|
||||||
|
- Add a cast to fix an error on some compilations.
|
||||||
|
- Update README.pod.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 4 03:07:28 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
Thu Aug 4 03:07:28 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Net-SSH2
|
# spec file for package perl-Net-SSH2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,16 +18,28 @@
|
|||||||
|
|
||||||
%define cpan_name Net-SSH2
|
%define cpan_name Net-SSH2
|
||||||
Name: perl-Net-SSH2
|
Name: perl-Net-SSH2
|
||||||
Version: 0.73
|
Version: 0.740.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
# 0.74 -> normalize -> 0.740.0
|
||||||
|
%define cpan_version 0.74
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Support for the SSH 2 protocol via libssh2
|
Summary: Support for the SSH 2 protocol via libssh2
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/R/RK/RKITOVER/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/R/RK/RKITOVER/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59
|
||||||
|
Provides: perl(Net::SSH2) = %{version}
|
||||||
|
Provides: perl(Net::SSH2::Channel)
|
||||||
|
Provides: perl(Net::SSH2::Dir)
|
||||||
|
Provides: perl(Net::SSH2::File)
|
||||||
|
Provides: perl(Net::SSH2::KnownHosts)
|
||||||
|
Provides: perl(Net::SSH2::Listener)
|
||||||
|
Provides: perl(Net::SSH2::PublicKey)
|
||||||
|
Provides: perl(Net::SSH2::SFTP)
|
||||||
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
# MANUAL BEGIN
|
# MANUAL BEGIN
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
@@ -45,7 +57,8 @@ the library, nothing below 1.5.0 should really be used (older versions were
|
|||||||
quite buggy and unreliable) and version 1.7.0 or later is recommended.
|
quite buggy and unreliable) and version 1.7.0 or later is recommended.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
# MANUAL BEGIN
|
# MANUAL BEGIN
|
||||||
sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse inc::Module::Install/' Makefile.PL
|
sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse inc::Module::Install/' Makefile.PL
|
||||||
# MANUAL END
|
# MANUAL END
|
||||||
|
Reference in New Issue
Block a user