diff --git a/Struct-Dumb-0.14.tar.gz b/Struct-Dumb-0.14.tar.gz deleted file mode 100644 index 0f2395d..0000000 --- a/Struct-Dumb-0.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13c148536b10e28c6e0b4e132f29e4ca6e69b5749059c44157a27e84a5459436 -size 18352 diff --git a/Struct-Dumb-0.16.tar.gz b/Struct-Dumb-0.16.tar.gz new file mode 100644 index 0000000..31de8c1 --- /dev/null +++ b/Struct-Dumb-0.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebc9032640777a5bf900a30de0e554356af9cd95101e512a34fe15535c682508 +size 21659 diff --git a/perl-Struct-Dumb.changes b/perl-Struct-Dumb.changes index 649d149..6ce6531 100644 --- a/perl-Struct-Dumb.changes +++ b/perl-Struct-Dumb.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Wed Oct 8 14:38:53 UTC 2025 - Tina Müller + +- 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 ) + * 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 diff --git a/perl-Struct-Dumb.spec b/perl-Struct-Dumb.spec index b2acbe1..bbcb9d5 100644 --- a/perl-Struct-Dumb.spec +++ b/perl-Struct-Dumb.spec @@ -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