Compare commits

3 Commits

Author SHA256 Message Date
45b13fdbaf Add Gitea build results 2025-08-12 18:16:07 +02:00
f0f69541af Accepting request 1233981 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1233981
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-SSH2?expand=0&rev=14
2025-01-01 22:07:38 +00:00
70bc1d3a22 Accepting request 1203078 from devel:languages:perl:autoupdate
- 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.

OBS-URL: https://build.opensuse.org/request/show/1203078
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-SSH2?expand=0&rev=35
2024-12-31 00:20:52 +00:00
5 changed files with 42 additions and 7 deletions

View File

@@ -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
View File

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

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Net-SSH2/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Net-SSH2)

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,28 @@
%define cpan_name Net-SSH2
Name: perl-Net-SSH2
Version: 0.73
Version: 0.740.0
Release: 0
# 0.74 -> normalize -> 0.740.0
%define cpan_version 0.74
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Support for the SSH 2 protocol via libssh2
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
Source100: README.md
BuildRequires: perl
BuildRequires: perl-macros
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}
# MANUAL BEGIN
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.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
# MANUAL BEGIN
sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse inc::Module::Install/' Makefile.PL
# MANUAL END