forked from pool/perl-Struct-Dumb
Automatic update to v0.160.0 (0.16) #2
@@ -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
BIN
Struct-Dumb-0.16.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 14 12:26:46 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>
|
Sun Feb 12 03:09:27 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Struct-Dumb
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,19 +18,23 @@
|
|||||||
|
|
||||||
%define cpan_name Struct-Dumb
|
%define cpan_name Struct-Dumb
|
||||||
Name: perl-Struct-Dumb
|
Name: perl-Struct-Dumb
|
||||||
Version: 0.14
|
Version: 0.160.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
# 0.16 -> normalize -> 0.160.0
|
||||||
|
%define cpan_version 0.16
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Make simple lightweight record-like structures
|
Summary: Make simple lightweight record-like structures
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
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
|
Source1: cpanspec.yml
|
||||||
Source100: README.md
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Module::Build) >= 0.400400
|
BuildRequires: perl(Module::Build) >= 0.400.400
|
||||||
BuildRequires: perl(Test2::V0)
|
BuildRequires: perl(Test2::V0)
|
||||||
|
Provides: perl(Struct::Dumb) = %{version}
|
||||||
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -76,17 +80,17 @@ should be transparent to the end-user, as all the same features are
|
|||||||
supported.
|
supported.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Build.PL installdirs=vendor
|
perl Build.PL --installdirs=vendor
|
||||||
./Build build flags=%{?_smp_mflags}
|
./Build build --flags=%{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
./Build test
|
./Build test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
./Build install destdir=%{buildroot} create_packlist=0
|
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
|
|||||||
Reference in New Issue
Block a user