8
0

Accepting request 504322 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/504322
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-Types-LoadableClass?expand=0&rev=16
This commit is contained in:
Stephan Kulow
2017-06-20 06:26:39 +00:00
committed by Git OBS Bridge
parent 735dc4d0c3
commit 5df0dd3e93
4 changed files with 18 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e94d7db6caf076f2af502b922a2fa22af7af9c25118c079b72f8fa06903123da
size 29645

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e037d3778253dcf92946435715bada0e6449c0a2808fa3ff32a965064d5a3bf4
size 31511

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jun 17 05:56:42 UTC 2017 - coolo@suse.com
- updated to 0.015
see /usr/share/doc/packages/perl-MooseX-Types-LoadableClass/Changes
0.015 2017-06-16 23:37:46Z
- do not create an extra, unused ClassName type (this fixes a problem
observed with MooseX::Types and Sub::Defer; see RT#119534)
-------------------------------------------------------------------
Sun Aug 23 09:05:32 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-MooseX-Types-LoadableClass
#
# Copyright (c) 2015 SUSE LINUX 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,21 +17,22 @@
Name: perl-MooseX-Types-LoadableClass
Version: 0.014
Version: 0.015
Release: 0
%define cpan_name MooseX-Types-LoadableClass
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/
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.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.007
BuildRequires: perl(Module::Build::Tiny) >= 0.034
BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Role)