9
0

Accepting request 295926 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/295926
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-Method-Signatures?expand=0&rev=16
This commit is contained in:
Stephan Kulow
2015-04-14 05:54:09 +00:00
committed by Git OBS Bridge
parent e94a16b52d
commit 57fb95aeb0
4 changed files with 18 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Apr 13 19:24:50 UTC 2015 - coolo@suse.com
- updated to 0.48
see /usr/share/doc/packages/perl-MooseX-Method-Signatures/Changes
0.48 2014-09-20 17:46:45Z
- fix tests that fail on altered warning messages in perl 5.21.4 (see perl
RT#121638)
-------------------------------------------------------------------
Mon Mar 10 06:30:46 UTC 2014 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-MooseX-Method-Signatures
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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,10 +17,10 @@
Name: perl-MooseX-Method-Signatures
Version: 0.47
Version: 0.48
Release: 0
%define cpan_name MooseX-Method-Signatures
Summary: Method declarations with type constraints and no source filter
Summary: DEPRECATED: Method declarations with type constraints and no source filter
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/MooseX-Method-Signatures/
@@ -34,7 +34,7 @@ BuildRequires: perl(Context::Preserve)
BuildRequires: perl(Devel::Declare) >= 0.005011
BuildRequires: perl(Devel::Declare::Context::Simple)
BuildRequires: perl(Eval::Closure)
BuildRequires: perl(Module::Build::Tiny) >= 0.030
BuildRequires: perl(Module::Build::Tiny) >= 0.038
BuildRequires: perl(Module::Runtime) >= 0.012
BuildRequires: perl(Moose) >= 0.89
BuildRequires: perl(Moose::Meta::Class)
@@ -111,6 +111,6 @@ methods and validating their arguments against Moose type constraints.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING LICENSE README README.md weaver.ini
%doc Changes CONTRIBUTING LICENSE README
%changelog