diff --git a/Class-Unload-0.11.tar.gz b/Class-Unload-0.11.tar.gz deleted file mode 100644 index 793fad9..0000000 --- a/Class-Unload-0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52e29747a7e4d2e1a289c0e1de8107634f10c8426cd7c9d31ecac8383e4a0a5f -size 11607 diff --git a/Class-Unload-0.12.tar.gz b/Class-Unload-0.12.tar.gz new file mode 100644 index 0000000..60a23bc --- /dev/null +++ b/Class-Unload-0.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2508039578fb5457fdffb22d8fa6f90be295c30417901d0fd975744e55922696 +size 12085 diff --git a/perl-Class-Unload.changes b/perl-Class-Unload.changes index 91e601a..a7084b8 100644 --- a/perl-Class-Unload.changes +++ b/perl-Class-Unload.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Aug 21 21:51:25 UTC 2025 - Tina Müller + +- updated to 0.120.0 (0.12) + see /usr/share/doc/packages/perl-Class-Unload/Changes + + 0.12 2025-08-11 17:20:12+01:00 Europe/London + + - Generate README.md in the repo + - Move git repository to Codeberg + ------------------------------------------------------------------- Fri Jun 23 05:13:05 UTC 2017 - coolo@suse.com diff --git a/perl-Class-Unload.spec b/perl-Class-Unload.spec index 3d55a6b..95c2920 100644 --- a/perl-Class-Unload.spec +++ b/perl-Class-Unload.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Class-Unload # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,43 +12,46 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -Name: perl-Class-Unload -Version: 0.11 -Release: 0 %define cpan_name Class-Unload +Name: perl-Class-Unload +Version: 0.120.0 +Release: 0 +# 0.12 -> normalize -> 0.120.0 +%define cpan_version 0.12 +License: Artistic-1.0 OR GPL-1.0-or-later Summary: Unload a class -License: Artistic-1.0 or GPL-1.0+ -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Class-Unload/ -Source0: https://cpan.metacpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml Source100: README.md BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Class::Inspector) BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Requires) Requires: perl(Class::Inspector) +Provides: perl(Class::Unload) = %{version} +Provides: perl(MooseClass) +%undefine __perllib_provides %{perl_requires} %description Unload a class %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +%make_build %check -%{__make} test +make test %install %perl_make_install @@ -56,7 +59,6 @@ Unload a class %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENSE