forked from pool/perl-MooseX-Types-LoadableClass
Accepting request 325492 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/325492 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-Types-LoadableClass?expand=0&rev=14
This commit is contained in:
committed by
Git OBS Bridge
parent
e594a43f1d
commit
735dc4d0c3
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b80a0e82a2c61c4744ef9aec30e3397c2d674c320bcd884be84d99dc8785628f
|
||||
size 28140
|
3
MooseX-Types-LoadableClass-0.014.tar.gz
Normal file
3
MooseX-Types-LoadableClass-0.014.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e94d7db6caf076f2af502b922a2fa22af7af9c25118c079b72f8fa06903123da
|
||||
size 29645
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#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_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,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 23 09:05:32 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.014
|
||||
see /usr/share/doc/packages/perl-MooseX-Types-LoadableClass/Changes
|
||||
|
||||
0.014 2015-08-16 02:03:26Z
|
||||
- update some distribution tooling
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 13:13:01 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -17,32 +17,31 @@
|
||||
|
||||
|
||||
Name: perl-MooseX-Types-LoadableClass
|
||||
Version: 0.013
|
||||
Version: 0.014
|
||||
Release: 0
|
||||
%define cpan_name MooseX-Types-LoadableClass
|
||||
Summary: ClassName type constraint with coercion to load the class.
|
||||
Summary: ClassName type constraint with coercion to load the class
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/MooseX-Types-LoadableClass/
|
||||
Source: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Class::Load)
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.039
|
||||
BuildRequires: perl(Module::Build::Tiny) >= 0.007
|
||||
BuildRequires: perl(Module::Runtime)
|
||||
BuildRequires: perl(Moose)
|
||||
BuildRequires: perl(Moose::Role)
|
||||
BuildRequires: perl(Moose::Util::TypeConstraints)
|
||||
BuildRequires: perl(MooseX::Types)
|
||||
BuildRequires: perl(MooseX::Types::Moose)
|
||||
BuildRequires: perl(Test::Fatal)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(namespace::autoclean)
|
||||
BuildRequires: perl(namespace::clean)
|
||||
BuildRequires: perl(namespace::clean) >= 0.19
|
||||
Requires: perl(Module::Runtime)
|
||||
Requires: perl(Moose::Util::TypeConstraints)
|
||||
Requires: perl(MooseX::Types)
|
||||
Requires: perl(MooseX::Types::Moose)
|
||||
Requires: perl(namespace::autoclean)
|
||||
@@ -75,6 +74,6 @@ Now I don't have to.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes CONTRIBUTING LICENSE README weaver.ini
|
||||
%doc Changes CONTRIBUTING LICENCE README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user