diff --git a/Role-Basic-0.13.tar.gz b/Role-Basic-0.13.tar.gz deleted file mode 100644 index 3d88c66..0000000 --- a/Role-Basic-0.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38a0959ef9f193ff76e72c325a9e9211bc4868689bd0e2b005778f53f8b6f36a -size 39625 diff --git a/Role-Basic-0.15.tar.gz b/Role-Basic-0.15.tar.gz new file mode 100644 index 0000000..e26e722 --- /dev/null +++ b/Role-Basic-0.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87d80503a2748cdaa7512efb71f39c5aedd3c982662f2a22bce1e54758500b6c +size 37301 diff --git a/perl-Role-Basic.changes b/perl-Role-Basic.changes new file mode 100644 index 0000000..7a45fda --- /dev/null +++ b/perl-Role-Basic.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Wed Feb 19 05:33:48 UTC 2025 - Tina Müller + +- initial package 0.150.0 (0.15) + * created by cpanspec 1.84.01 diff --git a/perl-Role-Basic.spec b/perl-Role-Basic.spec index ec1cc9a..5c0a8ea 100644 --- a/perl-Role-Basic.spec +++ b/perl-Role-Basic.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Role-Basic # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # 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 Role-Basic Name: perl-Role-Basic -Version: 0.130.0 +Version: 0.150.0 Release: 0 -# 0.13 -> normalize -> 0.130.0 -%define cpan_version 0.13 +# 0.15 -> normalize -> 0.150.0 +%define cpan_version 0.15 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Just roles. Nothing else URL: https://metacpan.org/release/%{cpan_name} @@ -29,7 +29,7 @@ Source0: https://cpan.metacpan.org/authors/id/O/OV/OVID/%{cpan_name}-%{cp BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build) >= 0.36 +BuildRequires: perl(Module::Build) Provides: perl(Role::Basic) = %{version} %undefine __perllib_provides %{perl_requires} @@ -58,7 +58,7 @@ also aims to be a _subset_ of Moose::Role behavior so that when/if you're ready to upgrade, there will be minimal pain. %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Build.PL --installdirs=vendor