WIP: Automatic update to Overload-FileCheck-0.014.tar.gz #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-Overload-FileCheck:autoupdate into main
4 changed files with 19 additions and 8 deletions

View File

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

BIN
Overload-FileCheck-0.014.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Feb 24 06:17:51 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- updated to 0.14.0 (0.014)
see /usr/share/doc/packages/perl-Overload-FileCheck/Changes
0.014 2026-02-22 10:19:05-07:00 America/Denver
- fix: prevent filehandle reference leak in $_last_call_for
- fix: spelling typos
-------------------------------------------------------------------
Thu Feb 24 03:09:10 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Overload-FileCheck
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# 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 Overload-FileCheck
Name: perl-Overload-FileCheck
Version: 0.13.0
Version: 0.14.0
Release: 0
# 0.013 -> normalize -> 0.13.0
%define cpan_version 0.013
# 0.014 -> normalize -> 0.14.0
%define cpan_version 0.014
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Override/mock perl file check -X: -e, -f, -d, ..
URL: https://metacpan.org/release/%{cpan_name}
@@ -82,7 +82,7 @@ In addition it's also possible to mock the Perl OP 'stat' and 'lstat', read
"Mocking stat and lstat" section for more details.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"