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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a06cedc60411a9d07127f94616597acfa1895908c85770235f77185b1f359ebe
|
|
||||||
size 41536
|
|
3
Algorithm-Dependency-1.112.tar.gz
Normal file
3
Algorithm-Dependency-1.112.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7e0fb7c39f56a2dccf9d0295c82f3031ee116e807f6a12a438fa4dd41b0ec187
|
||||||
|
size 43014
|
@@ -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>
|
Sat Dec 22 06:00:39 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Algorithm-Dependency
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,22 +17,22 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Algorithm-Dependency
|
Name: perl-Algorithm-Dependency
|
||||||
Version: 1.111
|
Version: 1.112
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Algorithm-Dependency
|
%define cpan_name Algorithm-Dependency
|
||||||
Summary: Base class for implementing various dependency trees
|
Summary: Base class for implementing various dependency trees
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
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
|
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Params::Util)
|
BuildRequires: perl(Params::Util) >= 0.31
|
||||||
BuildRequires: perl(Test::ClassAPI)
|
BuildRequires: perl(Test::ClassAPI) >= 0.6
|
||||||
Requires: perl(Params::Util)
|
Requires: perl(Params::Util) >= 0.31
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Reference in New Issue
Block a user