8
0

Accepting request 1082137 from devel:languages:perl:autoupdate

- updated to 1.302194
   see /usr/share/doc/packages/perl-Test-Simple/Changes
  1.302194  2023-03-13 20:06:57-07:00 America/Los_Angeles
      - Fix failing test on 5.10

OBS-URL: https://build.opensuse.org/request/show/1082137
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Simple?expand=0&rev=146
This commit is contained in:
2023-04-27 15:12:53 +00:00
committed by Git OBS Bridge
parent 15e5ad9e8c
commit d741cb6a67
4 changed files with 15 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Apr 21 03:09:45 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.302194
see /usr/share/doc/packages/perl-Test-Simple/Changes
1.302194 2023-03-13 20:06:57-07:00 America/Los_Angeles
- Fix failing test on 5.10
-------------------------------------------------------------------
Tue Mar 7 03:09:01 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,7 +18,7 @@
%define cpan_name Test-Simple
Name: perl-Test-Simple
Version: 1.302193
Version: 1.302194
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Basic utilities for writing tests
@@ -45,7 +45,7 @@ this one).
%prep
%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
perl Makefile.PL INSTALLDIRS=vendor