8
0

Accepting request 1101206 from devel:languages:perl:autoupdate

- updated to 0.3.8
   see /usr/share/doc/packages/perl-File-Find-Object/Changes
  0.3.8       2023-07-22
      - Fix use_ok() call.
          - https://github.com/shlomif/perl-file-find-object/pull/3
          - Thanks to @haarg .

OBS-URL: https://build.opensuse.org/request/show/1101206
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Find-Object?expand=0&rev=11
This commit is contained in:
2023-07-28 16:22:26 +00:00
committed by Git OBS Bridge
parent 76b8271a33
commit 6bc1527d44
4 changed files with 21 additions and 9 deletions

View File

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

View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jul 23 03:06:20 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.3.8
see /usr/share/doc/packages/perl-File-Find-Object/Changes
0.3.8 2023-07-22
- Fix use_ok() call.
- https://github.com/shlomif/perl-file-find-object/pull/3
- Thanks to @haarg .
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 2 03:12:44 UTC 2023 - Tina Müller <timueller+perl@suse.de> Mon Jan 2 03:12:44 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,7 +18,7 @@
%define cpan_name File-Find-Object %define cpan_name File-Find-Object
Name: perl-File-Find-Object Name: perl-File-Find-Object
Version: 0.3.7 Version: 0.3.8
Release: 0 Release: 0
License: Artistic-2.0 License: Artistic-2.0
Summary: An object oriented File::Find replacement Summary: An object oriented File::Find replacement
@@ -30,7 +30,7 @@ BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Class::XSAccessor) BuildRequires: perl(Class::XSAccessor)
BuildRequires: perl(File::TreeCreate) BuildRequires: perl(File::TreeCreate)
BuildRequires: perl(Module::Build) >= 0.280000 BuildRequires: perl(Module::Build) >= 0.28
BuildRequires: perl(Test::File) >= 1.993 BuildRequires: perl(Test::File) >= 1.993
BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(parent) BuildRequires: perl(parent)
@@ -50,17 +50,18 @@ function, but setting a callback is still possible.
%prep %prep
%autosetup -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build %build
perl Build.PL installdirs=vendor perl Build.PL --installdirs=vendor
./Build build flags=%{?_smp_mflags} ./Build build --flags=%{?_smp_mflags}
%check %check
./Build test ./Build test
%install %install
./Build install destdir=%{buildroot} create_packlist=0 ./Build install --destdir=%{buildroot} --create_packlist=0
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files