From 7c5223529d8814ab96f28c6ffdb10241df482e94546d6c8770c466cead64f83e Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 28 Jul 2014 10:09:00 +0000 Subject: [PATCH] - updated to 1.003003 - overloads specified as method names rather than subrefs are now applied properly - allow superclass to provide conflicting methods (RT#91054) - use ->is_role internally to check if a package is a role - document that Role::Tiny applies strict and fatal warnings OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Role-Tiny?expand=0&rev=8 --- Role-Tiny-1.003002.tar.gz | 3 --- Role-Tiny-1.003003.tar.gz | 3 +++ perl-Role-Tiny.changes | 10 ++++++++++ perl-Role-Tiny.spec | 5 +++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 Role-Tiny-1.003002.tar.gz create mode 100644 Role-Tiny-1.003003.tar.gz diff --git a/Role-Tiny-1.003002.tar.gz b/Role-Tiny-1.003002.tar.gz deleted file mode 100644 index 1005cea..0000000 --- a/Role-Tiny-1.003002.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7eded275f400aad4eb3624ab395ab9132e299a46d75a21299e6c95e271643676 -size 25518 diff --git a/Role-Tiny-1.003003.tar.gz b/Role-Tiny-1.003003.tar.gz new file mode 100644 index 0000000..cb3a73e --- /dev/null +++ b/Role-Tiny-1.003003.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b712cadb6eecb7777278be79b5ffc55b613c0e75b9872dba474179cbc91b02cd +size 28179 diff --git a/perl-Role-Tiny.changes b/perl-Role-Tiny.changes index 9dc07ce..48e826d 100644 --- a/perl-Role-Tiny.changes +++ b/perl-Role-Tiny.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jul 28 10:08:32 UTC 2014 - coolo@suse.com + +- updated to 1.003003 + - overloads specified as method names rather than subrefs are now applied + properly + - allow superclass to provide conflicting methods (RT#91054) + - use ->is_role internally to check if a package is a role + - document that Role::Tiny applies strict and fatal warnings + ------------------------------------------------------------------- Fri Oct 4 09:13:59 UTC 2013 - coolo@suse.com diff --git a/perl-Role-Tiny.spec b/perl-Role-Tiny.spec index 044c5c3..fefced4 100644 --- a/perl-Role-Tiny.spec +++ b/perl-Role-Tiny.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Role-Tiny # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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,7 +17,7 @@ Name: perl-Role-Tiny -Version: 1.003002 +Version: 1.003003 Release: 0 %define cpan_name Role-Tiny Summary: Roles. Like a nouvelle cuisine portion size slice of Moose. @@ -31,6 +31,7 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::Fatal) >= 0.003 BuildRequires: perl(Test::More) >= 0.96 +Recommends: perl(Class::Method::Modifiers) >= 1.05 %{perl_requires} %description