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

View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Apr 29 03:07:01 UTC 2020 - Tina Müller <timueller+perl@suse.de>
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!)
-------------------------------------------------------------------
Sat Dec 22 06:00:39 UTC 2018 - Stephan Kulow <coolo@suse.com>

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