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

3
File-Object-0.15.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:011d5ad9ff87b132e282a595852794d4180cc77973dc1becb839f9fd8b5cb111
size 29633

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Mar 2 12:32:49 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- 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.
-------------------------------------------------------------------
Mon Feb 22 16:44:52 UTC 2021 - Tina Müller <timueller+perl@suse.de>

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