SHA256
8
0
forked from pool/perl-Specio

Automatic update to v0.520.0 (0.52) #1

Merged
okurz merged 1 commits from cpanmirror/perl-Specio:autoupdate into main 2025-10-10 11:23:48 +02:00
4 changed files with 21 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:505f5de28bee55545b9ec0c45c1d5e4ae568d4f5dbb5e8eabe9d980cb9b68f93
size 133033

BIN
Specio-0.53.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Oct 9 20:28:12 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.530.0 (0.53)
see /usr/share/doc/packages/perl-Specio/Changes
0.53 2025-10-04
- Fixed a test failure when trying to open $^X on some platforms.
0.52 2025-08-09
- Really made it possible to force Specio to use only pure Perl dependencies. The changes in 0.51
were incomplete, so lots of places still loaded the Clone (XS) module. Fixed by @arodland (Andrew
Rodland). GH #23.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 20 05:34:49 UTC 2025 - Tina Müller <timueller+perl@suse.de> Fri Jun 20 05:34:49 UTC 2025 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Specio # spec file for package perl-Specio
# #
# Copyright (c) 2025 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,10 +18,10 @@
%define cpan_name Specio %define cpan_name Specio
Name: perl-Specio Name: perl-Specio
Version: 0.510.0 Version: 0.530.0
Release: 0 Release: 0
# 0.51 -> normalize -> 0.510.0 # 0.53 -> normalize -> 0.530.0
%define cpan_version 0.51 %define cpan_version 0.53
License: Artistic-2.0 License: Artistic-2.0
Summary: Type constraints and coercions for Perl Summary: Type constraints and coercions for Perl
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
@@ -32,7 +32,6 @@ BuildArch: noarch
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Clone) BuildRequires: perl(Clone)
BuildRequires: perl(Clone::Choose)
BuildRequires: perl(Clone::PP) BuildRequires: perl(Clone::PP)
BuildRequires: perl(Devel::StackTrace) BuildRequires: perl(Devel::StackTrace)
BuildRequires: perl(Eval::Closure) BuildRequires: perl(Eval::Closure)
@@ -51,7 +50,6 @@ BuildRequires: perl(XString)
BuildRequires: perl(parent) BuildRequires: perl(parent)
BuildRequires: perl(version) >= 0.83 BuildRequires: perl(version) >= 0.83
Requires: perl(Clone) Requires: perl(Clone)
Requires: perl(Clone::Choose)
Requires: perl(Clone::PP) Requires: perl(Clone::PP)
Requires: perl(Devel::StackTrace) Requires: perl(Devel::StackTrace)
Requires: perl(Eval::Closure) Requires: perl(Eval::Closure)
@@ -145,7 +143,7 @@ make test
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md TODO.md %doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md GOVERNANCE.md README.md SECURITY.md SUPPORT.md TODO.md
%license LICENSE %license LICENSE
%changelog %changelog