forked from pool/perl-Object-Pad
WIP: Automatic update to v0.821.0 (0.821) #1
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:872c38c8fb49ae87872f568659d918350507fb44c34ab26bb61f8f8943e1d6e5
|
|
||||||
size 203153
|
|
||||||
BIN
Object-Pad-0.821.tar.gz
(Stored with Git LFS)
Normal file
BIN
Object-Pad-0.821.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 8 11:55:04 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.821.0 (0.821)
|
||||||
|
see /usr/share/doc/packages/perl-Object-Pad/Changes
|
||||||
|
|
||||||
|
0.821 2025-07-12
|
||||||
|
[CHANGES]
|
||||||
|
* Don't apply implied pragmata on `class` or `role` keywords if the
|
||||||
|
imported version is 0.821 or above
|
||||||
|
* Consistently refer to `BUILD`, `ADJUST` and `APPLY` as phasers, not
|
||||||
|
blocks
|
||||||
|
|
||||||
|
[BUGFIXES]
|
||||||
|
* Ensure that methods of lexical classes are actually able to use
|
||||||
|
lexical variables (RT168139)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 27 05:35:09 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
Thu Feb 27 05:35:09 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Object-Pad
|
# spec file for package perl-Object-Pad
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
%define cpan_name Object-Pad
|
%define cpan_name Object-Pad
|
||||||
Name: perl-Object-Pad
|
Name: perl-Object-Pad
|
||||||
Version: 0.820.0
|
Version: 0.821.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# 0.820 -> normalize -> 0.820.0
|
# 0.821 -> normalize -> 0.821.0
|
||||||
%define cpan_version 0.820
|
%define cpan_version 0.821
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Simple syntax for lexical field-based objects
|
Summary: Simple syntax for lexical field-based objects
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
@@ -31,14 +31,14 @@ Source100: README.md
|
|||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(ExtUtils::CBuilder)
|
BuildRequires: perl(ExtUtils::CBuilder)
|
||||||
BuildRequires: perl(File::ShareDir) >= 1.0.0
|
BuildRequires: perl(File::ShareDir) >= 1.0
|
||||||
BuildRequires: perl(Module::Build) >= 0.4004
|
BuildRequires: perl(Module::Build) >= 0.400.400
|
||||||
BuildRequires: perl(Test2::V0) >= 0.000148
|
BuildRequires: perl(Test2::V0) >= 0.000148
|
||||||
BuildRequires: perl(XS::Parse::Keyword) >= 0.470
|
BuildRequires: perl(XS::Parse::Keyword) >= 0.470
|
||||||
BuildRequires: perl(XS::Parse::Keyword::Builder) >= 0.480
|
BuildRequires: perl(XS::Parse::Keyword::Builder) >= 0.480
|
||||||
BuildRequires: perl(XS::Parse::Sublike) >= 0.350
|
BuildRequires: perl(XS::Parse::Sublike) >= 0.350
|
||||||
BuildRequires: perl(XS::Parse::Sublike::Builder) >= 0.350
|
BuildRequires: perl(XS::Parse::Sublike::Builder) >= 0.350
|
||||||
Requires: perl(File::ShareDir) >= 1.0.0
|
Requires: perl(File::ShareDir) >= 1.0
|
||||||
Requires: perl(XS::Parse::Keyword) >= 0.470
|
Requires: perl(XS::Parse::Keyword) >= 0.470
|
||||||
Requires: perl(XS::Parse::Sublike) >= 0.350
|
Requires: perl(XS::Parse::Sublike) >= 0.350
|
||||||
Provides: perl(Object::Pad) = %{version}
|
Provides: perl(Object::Pad) = %{version}
|
||||||
|
|||||||
Reference in New Issue
Block a user