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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0225ee39242932a49bf4cb4404f4bea48a6bea3ee99f097c8d30003e61f48361
size 86200

View File

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

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sun Oct 7 21:56:31 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
- Fix autogenerated changes
-------------------------------------------------------------------
Wed May 9 05:06:50 UTC 2018 - coolo@suse.com
- 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
-------------------------------------------------------------------
Wed Feb 7 16:15:12 UTC 2018 - coolo@suse.com
- 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
-------------------------------------------------------------------
Tue Mar 8 09:58:10 UTC 2016 - coolo@suse.com

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