8
0

WIP: Automatic update to v0.160.0 (0.16) #1

Closed
cpanmirror wants to merge 1 commits from cpanmirror/perl-Struct-Dumb:autoupdate into main
4 changed files with 39 additions and 11 deletions

View File

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

BIN
Struct-Dumb-0.16.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Oct 8 14:38:53 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.160.0 (0.16)
see /usr/share/doc/packages/perl-Struct-Dumb/Changes
0.16 2025-09-27
[BUGFIXES]
* Don't segfault at thread cloning time (RT170460)
(workaround for https://github.com/Perl/perl5/issues/23771)
0.15 2025-08-19
[CHANGES]
* Added `dumper_info` helper function
(thanks Ricardo Signes <rjbs@semiotic.systems>)
* Make sure to only set `:lvalue` on generated accesor methods for
lvalue fields
* General style updates for Perl v5.14+
[BUGFIXES]
* Allow field names that are not valid Perl identifiers even when
using Perl 5.38+ (RT150958)
* More helpful error message if `eval()` fails (RT146412)
-------------------------------------------------------------------
Sun Feb 12 03:09:27 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Struct-Dumb
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 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,19 +18,23 @@
%define cpan_name Struct-Dumb
Name: perl-Struct-Dumb
Version: 0.14
Version: 0.160.0
Release: 0
# 0.16 -> normalize -> 0.160.0
%define cpan_version 0.16
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Make simple lightweight record-like structures
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.400400
BuildRequires: perl(Module::Build) >= 0.400.400
BuildRequires: perl(Test2::V0)
Provides: perl(Struct::Dumb) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@@ -76,17 +80,17 @@ should be transparent to the end-user, as all the same features are
supported.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
perl Build.PL --installdirs=vendor
./Build build --flags=%{?_smp_mflags}
%check
./Build test
%install
./Build install destdir=%{buildroot} create_packlist=0
./Build install --destdir=%{buildroot} --create_packlist=0
%perl_gen_filelist
%files -f %{name}.files