Accepting request 798815 from devel:languages:perl:autoupdate

updated to 1.112
   see /usr/share/doc/packages/perl-Algorithm-Dependency/Changes
  1.112     2020-04-28 03:15:25Z
          - restore prerequisite version declarations from version 1.110
          - update documentation to add clarity for how ordered processing works
            (PR#1) (thanks, Mark Murawski!)

OBS-URL: https://build.opensuse.org/request/show/798815
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Algorithm-Dependency?expand=0&rev=5
This commit is contained in:
2020-04-29 11:48:04 +00:00
committed by Git OBS Bridge
parent f582aa5729
commit 88f26f0669
4 changed files with 21 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Algorithm-Dependency
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,22 @@
Name: perl-Algorithm-Dependency
Version: 1.111
Version: 1.112
Release: 0
%define cpan_name Algorithm-Dependency
Summary: Base class for implementing various dependency trees
License: Artistic-1.0 OR GPL-1.0-or-later
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/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Params::Util)
BuildRequires: perl(Test::ClassAPI)
Requires: perl(Params::Util)
BuildRequires: perl(Params::Util) >= 0.31
BuildRequires: perl(Test::ClassAPI) >= 0.6
Requires: perl(Params::Util) >= 0.31
%{perl_requires}
%description