Accepting request 709006 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/709006 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Model-OpenSsh?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:437709416870280917b3cee75b0670e888e61623b3640b78d7e6627bee528b87
|
|
||||||
size 95021
|
|
||||||
3
Config-Model-OpenSsh-v2.7.9.1.tar.gz
Normal file
3
Config-Model-OpenSsh-v2.7.9.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8da3cdf50cdc4777d466f41949062c4e9e3cb45266258abec6acbd7c78093dba
|
||||||
|
size 166617
|
||||||
@@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 11 05:04:03 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to 2.7.9.1
|
||||||
|
see /usr/share/doc/packages/perl-Config-Model-OpenSsh/Changes
|
||||||
|
|
||||||
|
v2.7.9.1 2019-06-10
|
||||||
|
|
||||||
|
The main visible changes of this release are:
|
||||||
|
* Support for OpenSsh 7.9
|
||||||
|
* A new version number scheme: v<major>.<OpenSsh version>.<minor>.
|
||||||
|
|
||||||
|
Under the hood, the major change of this release is the way Ssh and
|
||||||
|
Sshd model are updated. It used to be a manual work (which explain
|
||||||
|
why only OpenSsh 6.4 parameters were supported). Now the model is
|
||||||
|
generated from ssh_config and sshd_config manuel pages. All
|
||||||
|
parameters from OpenSsh 7.9 are supported and obsolete parameters
|
||||||
|
are silently dropped or migrated to new parameters.
|
||||||
|
|
||||||
|
Other changes:
|
||||||
|
* update test specifications (requires Config::Model::Tester 4.001)
|
||||||
|
* require Config::Model 2.134
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 6 15:28:04 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
Thu Dec 6 15:28:04 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Config-Model-OpenSsh
|
# spec file for package perl-Config-Model-OpenSsh
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -17,37 +17,40 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Config-Model-OpenSsh
|
Name: perl-Config-Model-OpenSsh
|
||||||
Version: 1.241
|
Version: 2.7.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Config-Model-OpenSsh
|
%define cpan_name Config-Model-OpenSsh
|
||||||
Summary: OpenSSH config editor
|
Summary: OpenSSH config editor
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: https://metacpan.org/release/%{cpan_name}
|
Url: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/D/DD/DDUMONT/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/D/DD/DDUMONT/%{cpan_name}-v%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Config::Model) >= 2.128
|
BuildRequires: perl(Config::Model) >= 2.134
|
||||||
BuildRequires: perl(Config::Model::Backend::Any)
|
BuildRequires: perl(Config::Model::Backend::Any)
|
||||||
BuildRequires: perl(Config::Model::BackendMgr)
|
BuildRequires: perl(Config::Model::BackendMgr)
|
||||||
BuildRequires: perl(Config::Model::Tester) >= 3.006
|
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.340000
|
||||||
BuildRequires: perl(Mouse)
|
BuildRequires: perl(Mouse)
|
||||||
|
BuildRequires: perl(Mouse::Role)
|
||||||
BuildRequires: perl(Path::Tiny)
|
BuildRequires: perl(Path::Tiny)
|
||||||
BuildRequires: perl(Test::Differences)
|
BuildRequires: perl(Test::Differences)
|
||||||
|
BuildRequires: perl(Test::Pod) >= 1.00
|
||||||
BuildRequires: perl(Test::Warn)
|
BuildRequires: perl(Test::Warn)
|
||||||
Requires: perl(Config::Model) >= 2.128
|
Requires: perl(Config::Model) >= 2.134
|
||||||
Requires: perl(Config::Model::Backend::Any)
|
Requires: perl(Config::Model::Backend::Any)
|
||||||
Requires: perl(File::HomeDir)
|
Requires: perl(File::HomeDir)
|
||||||
Requires: perl(Log::Log4perl) >= 1.11
|
Requires: perl(Log::Log4perl) >= 1.11
|
||||||
Requires: perl(Mouse)
|
Requires: perl(Mouse)
|
||||||
Recommends: perl(Config::Model::CursesUI)
|
Requires: perl(Mouse::Role)
|
||||||
|
Recommends: perl(App::Cme)
|
||||||
Recommends: perl(Config::Model::TkUI)
|
Recommends: perl(Config::Model::TkUI)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
@@ -73,7 +76,7 @@ To edit _~/.ssh/config_, run as a normal user:
|
|||||||
$ cme edit ssh
|
$ cme edit ssh
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-v%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Build.PL installdirs=vendor
|
perl Build.PL installdirs=vendor
|
||||||
|
|||||||
Reference in New Issue
Block a user