Accepting request 1118077 from devel:languages:perl:autoupdate
- updated to 2.9.4.1
see /usr/share/doc/packages/perl-Config-Model-OpenSsh/Changes
2.9.4.1 2023-10-14
Update:
* Add support for OpenSsh 9.4
Generation of SSh model:
* man2html is now used instead of roff2html. The program parsing
parameter description (parse-man.pl) to extract parameter
properties was updated to cope with this change.
OBS-URL: https://build.opensuse.org/request/show/1118077
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Model-OpenSsh?expand=0&rev=14
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0794451d785082ca074db7bac631571d088242c5ccaece0a8e70807b6ae47f5b
|
|
||||||
size 184393
|
|
||||||
3
Config-Model-OpenSsh-2.9.4.1.tar.gz
Normal file
3
Config-Model-OpenSsh-2.9.4.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fd1eeeae5f5a5dbcee76c13d2f5902d26a8cfcf9acf14cfb857cb46ebf5a0ed7
|
||||||
|
size 188645
|
||||||
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 15 03:06:07 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 2.9.4.1
|
||||||
|
see /usr/share/doc/packages/perl-Config-Model-OpenSsh/Changes
|
||||||
|
|
||||||
|
2.9.4.1 2023-10-14
|
||||||
|
|
||||||
|
Update:
|
||||||
|
* Add support for OpenSsh 9.4
|
||||||
|
|
||||||
|
Generation of SSh model:
|
||||||
|
* man2html is now used instead of roff2html. The program parsing
|
||||||
|
parameter description (parse-man.pl) to extract parameter
|
||||||
|
properties was updated to cope with this change.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 8 03:07:27 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
Mon Aug 8 03:07:27 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Config-Model-OpenSsh
|
# spec file for package perl-Config-Model-OpenSsh
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 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,7 +18,7 @@
|
|||||||
|
|
||||||
%define cpan_name Config-Model-OpenSsh
|
%define cpan_name Config-Model-OpenSsh
|
||||||
Name: perl-Config-Model-OpenSsh
|
Name: perl-Config-Model-OpenSsh
|
||||||
Version: 2.9.0.2
|
Version: 2.9.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Summary: OpenSSH config editor
|
Summary: OpenSSH config editor
|
||||||
@@ -35,7 +35,7 @@ BuildRequires: perl(Config::Model::Tester) >= 4.001
|
|||||||
BuildRequires: perl(Config::Model::Tester::Setup)
|
BuildRequires: perl(Config::Model::Tester::Setup)
|
||||||
BuildRequires: perl(File::HomeDir)
|
BuildRequires: perl(File::HomeDir)
|
||||||
BuildRequires: perl(Log::Log4perl) >= 1.11
|
BuildRequires: perl(Log::Log4perl) >= 1.11
|
||||||
BuildRequires: perl(Module::Build) >= 0.340000
|
BuildRequires: perl(Module::Build) >= 0.34
|
||||||
BuildRequires: perl(Mouse)
|
BuildRequires: perl(Mouse)
|
||||||
BuildRequires: perl(Mouse::Role)
|
BuildRequires: perl(Mouse::Role)
|
||||||
BuildRequires: perl(Path::Tiny)
|
BuildRequires: perl(Path::Tiny)
|
||||||
@@ -77,14 +77,14 @@ To edit _~/.ssh/config_, run as a normal user:
|
|||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Build.PL installdirs=vendor
|
perl Build.PL --installdirs=vendor
|
||||||
./Build build flags=%{?_smp_mflags}
|
./Build build --flags=%{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
./Build test
|
./Build test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
./Build install destdir=%{buildroot} create_packlist=0
|
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
|
|||||||
Reference in New Issue
Block a user