diff --git a/Sub-Override-0.10.tar.gz b/Sub-Override-0.10.tar.gz deleted file mode 100644 index 380577d..0000000 --- a/Sub-Override-0.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d8dcc73545ad54707872f33e1bae4ae7ffc5bf90ce23c1001a9b3686157ab47 -size 7218 diff --git a/Sub-Override-0.12.tar.gz b/Sub-Override-0.12.tar.gz new file mode 100644 index 0000000..f3ca452 --- /dev/null +++ b/Sub-Override-0.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d922dc6ef0e51f6385e111310845c3393be6b7a4d4ebda2a9e47c05bf62f79e3 +size 9003 diff --git a/perl-Sub-Override.changes b/perl-Sub-Override.changes index d69d065..c015298 100644 --- a/perl-Sub-Override.changes +++ b/perl-Sub-Override.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Jun 23 16:48:07 UTC 2024 - Tina Müller + +- updated to 0.120.0 (0.12) + see /usr/share/doc/packages/perl-Sub-Override/Changes + + 0.12 Mon Jun 17 2024 + - Add 'inject' method which can inject a new subroutine into a namespace. + - Add 'inherit' method which can inherit a subroutine from a parent object. + - Bug fix for wrap not restoring during destruction. + - Internal cleanup. + + 0.11 Tue May 14 2024 + - Update the 'wrap' routine so it handles prototypes transparently. + - Update the 'wrap' routine to prevent creation of an extra stack frame. + - Minor doc updates. + ------------------------------------------------------------------- Fri Mar 8 23:04:42 UTC 2024 - Tina Müller diff --git a/perl-Sub-Override.spec b/perl-Sub-Override.spec index ffc05a2..42227f5 100644 --- a/perl-Sub-Override.spec +++ b/perl-Sub-Override.spec @@ -18,13 +18,14 @@ %define cpan_name Sub-Override Name: perl-Sub-Override -Version: 0.100.0 +Version: 0.120.0 Release: 0 -%define cpan_version 0.10 +# 0.12 -> normalize -> 0.120.0 +%define cpan_version 0.12 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Perl extension for easily overriding subroutines URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/O/OV/OVID/%{cpan_name}-%{cpan_version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/M/MV/MVSJES/%{cpan_name}-%{cpan_version}.tar.gz BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros