diff --git a/namespace-autoclean-0.29.tar.gz b/namespace-autoclean-0.29.tar.gz deleted file mode 100644 index 2093a60..0000000 --- a/namespace-autoclean-0.29.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45ebd8e64a54a86f88d8e01ae55212967c8aa8fed57e814085def7608ac65804 -size 38791 diff --git a/namespace-autoclean-0.31.tar.gz b/namespace-autoclean-0.31.tar.gz new file mode 100644 index 0000000..6d4fe90 --- /dev/null +++ b/namespace-autoclean-0.31.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b32c82e1d2caa9d58b8c8075965240e6cab66ab9350bd6f6bea4ca07e938d6 +size 39548 diff --git a/perl-namespace-autoclean.changes b/perl-namespace-autoclean.changes index 94d04c1..8f1dc73 100644 --- a/perl-namespace-autoclean.changes +++ b/perl-namespace-autoclean.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Oct 13 05:33:40 UTC 2024 - Tina Müller + +- updated to 0.310.0 (0.31) + see /usr/share/doc/packages/perl-namespace-autoclean/Changes + + 0.31 2024-10-12 16:06:26Z + - no changes from last trial release + + 0.30 2021-04-20 17:51:47Z (TRIAL RELEASE) + - switch from Sub::Identify to Sub::Util (core in modern perls), falling + back to B.pm as needed + ------------------------------------------------------------------- Sun Aug 25 05:41:12 UTC 2019 - Stephan Kulow diff --git a/perl-namespace-autoclean.spec b/perl-namespace-autoclean.spec index 3011493..5fdd53b 100644 --- a/perl-namespace-autoclean.spec +++ b/perl-namespace-autoclean.spec @@ -1,7 +1,7 @@ # # spec file for package perl-namespace-autoclean # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,28 +16,28 @@ # -Name: perl-namespace-autoclean -Version: 0.29 -Release: 0 %define cpan_name namespace-autoclean -Summary: Keep imports out of your namespace +Name: perl-namespace-autoclean +Version: 0.310.0 +Release: 0 +# 0.31 -> normalize -> 0.310.0 +%define cpan_version 0.31 License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz +Summary: Keep imports out of your namespace +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(B::Hooks::EndOfScope) >= 0.12 -BuildRequires: perl(Sub::Identify) BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Needs) BuildRequires: perl(namespace::clean) >= 0.20 Requires: perl(B::Hooks::EndOfScope) >= 0.12 -Requires: perl(Sub::Identify) Requires: perl(namespace::clean) >= 0.20 +Provides: perl(namespace::autoclean) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -70,11 +70,11 @@ clean: } %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -85,7 +85,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes CONTRIBUTING README %license LICENCE