WIP: Automatic update to Devel-Size-0.86.tar.gz #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-Devel-Size:autoupdate into main
4 changed files with 20 additions and 8 deletions

View File

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

BIN
Devel-Size-0.86.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Feb 11 06:18:57 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- updated to 0.860.0 (0.86)
see /usr/share/doc/packages/perl-Devel-Size/CHANGES
0.86 2026-02-10 nicholas
[no changes]
0.85_50 2026-04-06 nicholas
* Handle MULTIPARAM.
-------------------------------------------------------------------
Sat May 24 05:33:27 UTC 2025 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Devel-Size
#
# Copyright (c) 2025 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 Devel-Size
Name: perl-Devel-Size
Version: 0.850.0
Version: 0.860.0
Release: 0
# 0.85 -> normalize -> 0.850.0
%define cpan_version 0.85
# 0.86 -> normalize -> 0.860.0
%define cpan_version 0.86
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Perl extension for finding the memory usage of Perl variables
URL: https://metacpan.org/release/%{cpan_name}
@@ -43,7 +43,7 @@ the variable is a plain scalar it returns the size of this scalar. If the
variable is a hash or an array, use a reference when calling.
%prep
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"