8
0

Accepting request 1061343 from devel:languages:perl:autoupdate

- updated to 0.3.7
   see /usr/share/doc/packages/perl-File-Find-Object/Changes
  0.3.7       2023-01-01
      - Fix test failures on mswin
          - https://github.com/shlomif/perl-file-find-object/issues/2
          - thanks to @jddurand

OBS-URL: https://build.opensuse.org/request/show/1061343
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Find-Object?expand=0&rev=9
This commit is contained in:
2023-01-30 15:17:09 +00:00
committed by Git OBS Bridge
parent fdd2d107c2
commit 76b8271a33
4 changed files with 18 additions and 6 deletions

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:33861faaf42df027c30e8d7d23546d7c2847a158bc162671960f82f5b7fdf6f4
size 29725

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 2 03:12:44 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.3.7
see /usr/share/doc/packages/perl-File-Find-Object/Changes
0.3.7 2023-01-01
- Fix test failures on mswin
- https://github.com/shlomif/perl-file-find-object/issues/2
- thanks to @jddurand
-------------------------------------------------------------------
Thu Oct 21 03:06:56 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-File-Find-Object
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 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-Find-Object
Name: perl-File-Find-Object
Version: 0.3.6
Version: 0.3.7
Release: 0
Summary: An object oriented File::Find replacement
License: Artistic-2.0
Summary: An object oriented File::Find replacement
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
@@ -31,6 +31,7 @@ BuildRequires: perl-macros
BuildRequires: perl(Class::XSAccessor)
BuildRequires: perl(File::TreeCreate)
BuildRequires: perl(Module::Build) >= 0.280000
BuildRequires: perl(Test::File) >= 1.993
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(parent)
Requires: perl(Class::XSAccessor)