forked from pool/perl-Object-Pad
Accepting request 1187505 from devel:languages:perl:autoupdate
- updated to 0.809.0 (0.809)
see /usr/share/doc/packages/perl-Object-Pad/Changes
0.809 2024-07-14
[CHANGES]
* Experimental attempt at supporting anonymous `class` syntax
* Add an extra debugging aid in the form of "linnets", canary-like
values added to every struct and checked on pointer casts
[BUGFIXES]
* Do not create a `new` constructor method for roles, only classes
* Ensure perl doesn't attempt to free() a non-malloced pointer when
deleting a method of an invokable role (RT152793)
* Ensure that `Object::Pad::MOP::Class->for_class` is not confused by
non-OP subclasses
* Make sure not to embed CVs of `:common` methods because that will
upset any lexical or pad temporary at pad index 3
OBS-URL: https://build.opensuse.org/request/show/1187505
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Object-Pad?expand=0&rev=20
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:109b669c962e212a64b23ae28eae3e9c5bfdf958cb99c85dc1a5f884002a51be
|
||||
size 181101
|
||||
3
Object-Pad-0.809.tar.gz
Normal file
3
Object-Pad-0.809.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:12950a664c0607ea3fca7480f365df54d1746291f45ebb0ed80917b74fb15ef5
|
||||
size 184597
|
||||
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 15 05:29:36 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.809.0 (0.809)
|
||||
see /usr/share/doc/packages/perl-Object-Pad/Changes
|
||||
|
||||
0.809 2024-07-14
|
||||
[CHANGES]
|
||||
* Experimental attempt at supporting anonymous `class` syntax
|
||||
* Add an extra debugging aid in the form of "linnets", canary-like
|
||||
values added to every struct and checked on pointer casts
|
||||
|
||||
[BUGFIXES]
|
||||
* Do not create a `new` constructor method for roles, only classes
|
||||
* Ensure perl doesn't attempt to free() a non-malloced pointer when
|
||||
deleting a method of an invokable role (RT152793)
|
||||
* Ensure that `Object::Pad::MOP::Class->for_class` is not confused by
|
||||
non-OP subclasses
|
||||
* Make sure not to embed CVs of `:common` methods because that will
|
||||
upset any lexical or pad temporary at pad index 3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 22:55:23 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
|
||||
@@ -18,9 +18,10 @@
|
||||
|
||||
%define cpan_name Object-Pad
|
||||
Name: perl-Object-Pad
|
||||
Version: 0.808.0
|
||||
Version: 0.809.0
|
||||
Release: 0
|
||||
%define cpan_version 0.808
|
||||
# 0.809 -> normalize -> 0.809.0
|
||||
%define cpan_version 0.809
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Simple syntax for lexical field-based objects
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -33,10 +34,10 @@ BuildRequires: perl(Module::Build) >= 0.4004
|
||||
BuildRequires: perl(Test2::V0) >= 0.000148
|
||||
BuildRequires: perl(XS::Parse::Keyword) >= 0.390.0
|
||||
BuildRequires: perl(XS::Parse::Keyword::Builder) >= 0.390.0
|
||||
BuildRequires: perl(XS::Parse::Sublike) >= 0.15
|
||||
BuildRequires: perl(XS::Parse::Sublike::Builder) >= 0.15
|
||||
BuildRequires: perl(XS::Parse::Sublike) >= 0.150.0
|
||||
BuildRequires: perl(XS::Parse::Sublike::Builder) >= 0.150.0
|
||||
Requires: perl(XS::Parse::Keyword) >= 0.390.0
|
||||
Requires: perl(XS::Parse::Sublike) >= 0.15
|
||||
Requires: perl(XS::Parse::Sublike) >= 0.150.0
|
||||
Provides: perl(Object::Pad) = %{version}
|
||||
Provides: perl(Object::Pad::ExtensionBuilder) = %{version}
|
||||
Provides: perl(Object::Pad::MOP::Class) = %{version}
|
||||
|
||||
Reference in New Issue
Block a user