forked from pool/perl-MooseX-StrictConstructor
Accepting request 455907 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/455907 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-StrictConstructor?expand=0&rev=12
This commit is contained in:
committed by
Git OBS Bridge
parent
1977c9b55c
commit
6777b7ebff
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:486573c16901e83c081da3d90a544281af1baa40bbf036337d6fa91994e48a31
|
||||
size 10242
|
||||
3
MooseX-StrictConstructor-0.21.tar.gz
Normal file
3
MooseX-StrictConstructor-0.21.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c72a5ae9583706ccdec71d401dcb3054013a7536b750df1436613d858ea2920d
|
||||
size 26792
|
||||
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
#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:
|
||||
#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
|
||||
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 10 06:09:41 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 0.21
|
||||
see /usr/share/doc/packages/perl-MooseX-StrictConstructor/Changes
|
||||
|
||||
0.21 2017-02-09
|
||||
|
||||
- The last release accidentally added Moo as a hard prereq when it's only
|
||||
needed for testing. Patched by Karen Etheride (GH #4).
|
||||
|
||||
|
||||
0.20 2017-02-09
|
||||
|
||||
- Repository has moved to the GitHub Moose organization
|
||||
|
||||
- Added support for __no_BUILD__ as a constructor argument to skip calling any
|
||||
BUILD subs (used internally by modules like Moo that have their own
|
||||
implementation of calling BUILD). Reported and patched by Karen Etheridge
|
||||
(RT#120124, GH #1).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 27 11:58:34 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-MooseX-StrictConstructor
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,14 +17,15 @@
|
||||
|
||||
|
||||
Name: perl-MooseX-StrictConstructor
|
||||
Version: 0.19
|
||||
Version: 0.21
|
||||
Release: 0
|
||||
%define cpan_name MooseX-StrictConstructor
|
||||
Summary: Make your object constructors blow up on unknown attributes
|
||||
License: Artistic-2.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/MooseX-StrictConstructor/
|
||||
Source: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
@@ -35,13 +36,9 @@ BuildRequires: perl(Moose::Role)
|
||||
BuildRequires: perl(Moose::Util::MetaRole)
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::Moose)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(Test::Needs)
|
||||
BuildRequires: perl(namespace::autoclean)
|
||||
#BuildRequires: perl(MooseX::StrictConstructor)
|
||||
#BuildRequires: perl(MooseX::StrictConstructor::Trait::Class)
|
||||
#BuildRequires: perl(MooseX::StrictConstructor::Trait::Method::Constructor)
|
||||
#BuildRequires: perl(Standard)
|
||||
#BuildRequires: perl(Stricter)
|
||||
Requires: perl(Moose) >= 0.94
|
||||
Requires: perl(Moose::Exporter)
|
||||
Requires: perl(Moose::Role)
|
||||
@@ -72,6 +69,6 @@ catch small typos.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE README
|
||||
%doc Changes CONTRIBUTING.md LICENSE README.md
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user