diff --git a/Sub-Delete-1.00002.tar.gz b/Sub-Delete-1.00002.tar.gz deleted file mode 100644 index 3cf0980..0000000 --- a/Sub-Delete-1.00002.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4435a70b01a80d6e91dd3749f29734cf2c36207e7aeb537d8c96d231fe2951ee -size 31437 diff --git a/Sub-Delete-1.00003.tar.gz b/Sub-Delete-1.00003.tar.gz new file mode 100644 index 0000000..a141a17 --- /dev/null +++ b/Sub-Delete-1.00003.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:296a0036c5610faeaeb2c1545c89e9994150e8c889fa2eac79fe1ba4dc2d128a +size 32133 diff --git a/perl-Sub-Delete.changes b/perl-Sub-Delete.changes index 9be02df..eddf788 100644 --- a/perl-Sub-Delete.changes +++ b/perl-Sub-Delete.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Oct 9 20:28:44 UTC 2025 - Tina Müller + +- updated to 1.00003 + see /usr/share/doc/packages/perl-Sub-Delete/Changes + + 1.00003 12 August 2025 + - promote to stable; passes on 5.10.0 locally; no CPAN + Testers results + 1.00002_02 19 July 2025 + - re-bundle the Test::More originally bundled with the + distribution. CPAN versions circa 2025 cause test of 'tie + $@' to erroneously fail on Perl 5.10.0. + 1.00002_01 22 February 2025 + - unbundle Test::More + - replace q{'} with q{::} as package separator, as it is + use is deprecated as of Perl 5.38 + ------------------------------------------------------------------- Thu Jul 4 14:17:46 UTC 2019 - Dominique Leuenberger diff --git a/perl-Sub-Delete.spec b/perl-Sub-Delete.spec index 87de8a6..8c2c2a3 100644 --- a/perl-Sub-Delete.spec +++ b/perl-Sub-Delete.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Sub-Delete # -# Copyright (c) 2019 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 @@ -16,20 +16,18 @@ # +%define cpan_name Sub-Delete Name: perl-Sub-Delete -Version: 1.00002 +Version: 1.00003 Release: 0 #Upstream: This program is free software; you may redistribute or modify it (or both) under the same terms as perl. -%define cpan_name Sub-Delete -Summary: Perl module enabling one to delete subroutines 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/S/SP/SPROUT/%{cpan_name}-%{version}.tar.gz +Summary: Perl module enabling one to delete subroutines +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/D/DJ/DJERIUS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml Source100: README.md BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros %{perl_requires} @@ -46,11 +44,11 @@ from the symbol table (though there may be references to it elsewhere, including in compiled code). %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -61,7 +59,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %changelog