11
0

3 Commits

Author SHA256 Message Date
5a2ed65737 Add Gitea build results 2025-08-12 18:17:18 +02:00
bfd6d69ce7 Accepting request 1183653 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1183653
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Sub-Override?expand=0&rev=14
2024-06-29 13:16:22 +00:00
7d069384f7 Accepting request 1182913 from devel:languages:perl:autoupdate
- updated to 0.120.0 (0.12)
   see /usr/share/doc/packages/perl-Sub-Override/Changes
  0.12  
      - 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  
      - Update the 'wrap' routine so it handles prototypes transparently.
      - Update the 'wrap' routine to prevent creation of an extra stack frame.
      - Minor doc updates.

OBS-URL: https://build.opensuse.org/request/show/1182913
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Sub-Override?expand=0&rev=16
2024-06-27 17:15:52 +00:00
5 changed files with 37 additions and 6 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Sub-Override/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Sub-Override)

View File

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

BIN
Sub-Override-0.12.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Jun 23 16:48:07 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- 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 <tina.mueller@suse.com>

View File

@@ -18,13 +18,15 @@
%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
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros