diff --git a/Algorithm-Dependency-1.111.tar.gz b/Algorithm-Dependency-1.111.tar.gz deleted file mode 100644 index 5e3b7c3..0000000 --- a/Algorithm-Dependency-1.111.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a06cedc60411a9d07127f94616597acfa1895908c85770235f77185b1f359ebe -size 41536 diff --git a/Algorithm-Dependency-1.112.tar.gz b/Algorithm-Dependency-1.112.tar.gz new file mode 100644 index 0000000..5ea8600 --- /dev/null +++ b/Algorithm-Dependency-1.112.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e0fb7c39f56a2dccf9d0295c82f3031ee116e807f6a12a438fa4dd41b0ec187 +size 43014 diff --git a/perl-Algorithm-Dependency.changes b/perl-Algorithm-Dependency.changes index 1db5683..2407096 100644 --- a/perl-Algorithm-Dependency.changes +++ b/perl-Algorithm-Dependency.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Apr 29 03:07:01 UTC 2020 - Tina Müller + +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 diff --git a/perl-Algorithm-Dependency.spec b/perl-Algorithm-Dependency.spec index 82d3ae0..e659bcc 100644 --- a/perl-Algorithm-Dependency.spec +++ b/perl-Algorithm-Dependency.spec @@ -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