forked from pool/perl-Object-Pad
Accepting request 956367 from devel:languages:perl:autoupdate
- updated to 0.61
see /usr/share/doc/packages/perl-Object-Pad/Changes
0.61 2022-02-16
[CHANGES]
* Added Object::Pad::MOP::Class->create_{class,role}
* Added $metaclass->seal (RT131294)
* Added $metaclass->add_required_method and ->required_method_names
(RT141314)
* Accept bodyless `method NAME;` declarations to declare a required
role method
[BUGFIXES]
* Assert when compclassmeta->name doesn't match PL_curstname (RT131293)
OBS-URL: https://build.opensuse.org/request/show/956367
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Object-Pad?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70d6be53206fda4906aff996e8175b486cf1a03ff747a6cf1fd0dc2a30136070
|
||||
size 130820
|
||||
3
Object-Pad-0.61.tar.gz
Normal file
3
Object-Pad-0.61.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e2522f497fc9689c548db3851364898c8113286bb809bb2d7b22a93326c1949
|
||||
size 132967
|
||||
35
cpanspec.yml
Normal file
35
cpanspec.yml
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#description: |-
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
# baz.patch: PATCH-FIX-OPENSUSE
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_build: |-
|
||||
# rm unused.files
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
||||
#skip_doc: regexp_to_skip_for_doc.*
|
||||
#add_doc: files to add to docs
|
||||
#misc: |-
|
||||
#anything else to be added to spec file
|
||||
#follows directly after %files section, so it can contain new blocks or also
|
||||
#changes to %files section
|
||||
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 03:06:28 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.61
|
||||
see /usr/share/doc/packages/perl-Object-Pad/Changes
|
||||
|
||||
0.61 2022-02-16
|
||||
[CHANGES]
|
||||
* Added Object::Pad::MOP::Class->create_{class,role}
|
||||
* Added $metaclass->seal (RT131294)
|
||||
* Added $metaclass->add_required_method and ->required_method_names
|
||||
(RT141314)
|
||||
* Accept bodyless `method NAME;` declarations to declare a required
|
||||
role method
|
||||
|
||||
[BUGFIXES]
|
||||
* Assert when compclassmeta->name doesn't match PL_curstname (RT131293)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 5 17:23:13 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||
|
||||
|
||||
@@ -18,12 +18,13 @@
|
||||
|
||||
%define cpan_name Object-Pad
|
||||
Name: perl-Object-Pad
|
||||
Version: 0.60
|
||||
Version: 0.61
|
||||
Release: 0
|
||||
Summary: Simple syntax for lexical field-based objects
|
||||
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}
|
||||
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(ExtUtils::CBuilder)
|
||||
|
||||
Reference in New Issue
Block a user