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:
2023-10-19 11:21:39 +00:00
committed by Git OBS Bridge
parent 668b9f2725
commit 81c1e20ddf
4 changed files with 25 additions and 9 deletions

View File

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

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define cpan_name Config-Model-OpenSsh
Name: perl-Config-Model-OpenSsh
Version: 2.9.0.2
Version: 2.9.4.1
Release: 0
License: LGPL-2.1-or-later
Summary: OpenSSH config editor
@@ -35,7 +35,7 @@ BuildRequires: perl(Config::Model::Tester) >= 4.001
BuildRequires: perl(Config::Model::Tester::Setup)
BuildRequires: perl(File::HomeDir)
BuildRequires: perl(Log::Log4perl) >= 1.11
BuildRequires: perl(Module::Build) >= 0.340000
BuildRequires: perl(Module::Build) >= 0.34
BuildRequires: perl(Mouse)
BuildRequires: perl(Mouse::Role)
BuildRequires: perl(Path::Tiny)
@@ -77,14 +77,14 @@ To edit _~/.ssh/config_, run as a normal user:
%autosetup -n %{cpan_name}-%{version}
%build
perl Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
perl Build.PL --installdirs=vendor
./Build build --flags=%{?_smp_mflags}
%check
./Build test
%install
./Build install destdir=%{buildroot} create_packlist=0
./Build install --destdir=%{buildroot} --create_packlist=0
%perl_gen_filelist
%files -f %{name}.files