Ana Guerrero 2025-01-07 19:50:21 +00:00 committed by Git OBS Bridge
commit 4c3b232174
4 changed files with 29 additions and 17 deletions

BIN
namespace-autoclean-0.29.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Oct 13 05:33:40 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- 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 <coolo@suse.com> Sun Aug 25 05:41:12 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-namespace-autoclean # 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 # 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
@ -16,28 +16,28 @@
# #
Name: perl-namespace-autoclean
Version: 0.29
Release: 0
%define cpan_name namespace-autoclean %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 License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Summary: Keep imports out of your namespace
Url: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(B::Hooks::EndOfScope) >= 0.12 BuildRequires: perl(B::Hooks::EndOfScope) >= 0.12
BuildRequires: perl(Sub::Identify)
BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Needs) BuildRequires: perl(Test::Needs)
BuildRequires: perl(namespace::clean) >= 0.20 BuildRequires: perl(namespace::clean) >= 0.20
Requires: perl(B::Hooks::EndOfScope) >= 0.12 Requires: perl(B::Hooks::EndOfScope) >= 0.12
Requires: perl(Sub::Identify)
Requires: perl(namespace::clean) >= 0.20 Requires: perl(namespace::clean) >= 0.20
Provides: perl(namespace::autoclean) = %{version}
%undefine __perllib_provides
%{perl_requires} %{perl_requires}
%description %description
@ -70,11 +70,11 @@ clean:
} }
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{cpan_version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags} %make_build
%check %check
make test make test
@ -85,7 +85,6 @@ make test
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING README %doc Changes CONTRIBUTING README
%license LICENCE %license LICENCE