Accepting request 640475 from devel:languages:perl:autoupdate

- Fix autogenerated changes
- updated to 1.239
   see /usr/share/doc/packages/perl-Config-Model-OpenSsh/Changes
  1.239 2018-05-08
  
      * OpenSsh backend: fix backend (broke with Config::Model 2.123,
        requires Config::Model 2.123. Sorry about the mess).
      * added t/README.md
      * remove deprecated suffix method
- updated to 1.238
   see /usr/share/doc/packages/perl-Config-Model-OpenSsh/Changes
  1.238 2017-10-08
  
      * udpated models to use new rw_config parameter
        (requires Config::Model 2.111)
      * update Ciphers parameter
      * UseLogin parameter is deprecated

OBS-URL: https://build.opensuse.org/request/show/640475
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Model-OpenSsh?expand=0&rev=4
This commit is contained in:
2018-10-07 22:05:12 +00:00
committed by Git OBS Bridge
parent 4b45233707
commit 370609970c
4 changed files with 46 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Config-Model-OpenSsh
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,35 +12,37 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Config-Model-OpenSsh
Version: 1.237
Version: 1.239
Release: 0
%define cpan_name Config-Model-OpenSsh
Summary: OpenSSH config editor
License: LGPL-2.1+
License: LGPL-2.1-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Config-Model-OpenSsh/
Source0: http://www.cpan.org/authors/id/D/DD/DDUMONT/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/D/DD/DDUMONT/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Config::Model) >= 2.050
BuildRequires: perl(Config::Model) >= 2.123
BuildRequires: perl(Config::Model::Backend::Any)
BuildRequires: perl(Config::Model::BackendMgr)
BuildRequires: perl(Config::Model::Tester) >= 2.042
BuildRequires: perl(Config::Model::Tester) >= 3.006
BuildRequires: perl(Config::Model::Tester::Setup)
BuildRequires: perl(File::HomeDir)
BuildRequires: perl(Log::Log4perl) >= 1.11
BuildRequires: perl(Module::Build) >= 0.340000
BuildRequires: perl(Mouse)
BuildRequires: perl(Path::Tiny)
BuildRequires: perl(Test::Differences)
BuildRequires: perl(Test::Warn)
Requires: perl(Config::Model) >= 2.050
Requires: perl(Config::Model) >= 2.123
Requires: perl(Config::Model::Backend::Any)
Requires: perl(File::HomeDir)
Requires: perl(Log::Log4perl) >= 1.11
@@ -86,6 +88,7 @@ To edit _~/.ssh/config_, run as a normal user:
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes demo LICENSE
%doc Changes README-build-from-git.md
%license LICENSE
%changelog