Accepting request 958448 from devel:languages:perl:autoupdate

- updated to 0.15
   see /usr/share/doc/packages/perl-File-Object/Changes
  0.15 2022-02-24T00:33:56+01:00
   - Fix default Error::Pure module via fix in Error::Pure.
  0.14 2022-02-23T23:40:09+01:00
   - Fix default Error::Pure module, which is used for error in tests.
   - Update copyright years.

OBS-URL: https://build.opensuse.org/request/show/958448
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Object?expand=0&rev=6
This commit is contained in:
2022-03-03 14:08:09 +00:00
committed by Git OBS Bridge
parent b8fe167a2e
commit 039bde382d
4 changed files with 22 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-File-Object
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name File-Object
Name: perl-File-Object
Version: 0.13
Version: 0.15
Release: 0
Summary: Object system for filesystem paths
License: BSD-3-Clause
Summary: Object system for filesystem paths
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/S/SK/SKIM/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
@@ -29,11 +29,12 @@ BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Class::Utils) >= 0.03
BuildRequires: perl(Error::Pure) >= 0.16
BuildRequires: perl(Error::Pure) >= 0.27
BuildRequires: perl(Error::Pure::Utils) >= 0.16
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.36
BuildRequires: perl(Test::NoWarnings)
Requires: perl(Class::Utils) >= 0.03
Requires: perl(Error::Pure) >= 0.16
Requires: perl(Error::Pure) >= 0.27
%{perl_requires}
%description