8
0

Accepting request 493995 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/493995
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-Types-Structured?expand=0&rev=19
This commit is contained in:
Stephan Kulow
2017-05-12 06:03:36 +00:00
committed by Git OBS Bridge
parent 0a3c9c3e7a
commit 76ba942a8d
4 changed files with 19 additions and 11 deletions

View File

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

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed May 10 06:09:36 UTC 2017 - coolo@suse.com
- updated to 0.36
see /usr/share/doc/packages/perl-MooseX-Types-Structured/Changes
0.36 2017-05-09 23:08:27Z
- update distribution tooling (should fix RT#114060)
-------------------------------------------------------------------
Sat Jan 2 09:58:11 UTC 2016 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-MooseX-Types-Structured
#
# Copyright (c) 2016 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,7 +17,7 @@
Name: perl-MooseX-Types-Structured
Version: 0.35
Version: 0.36
Release: 0
#Upstream: Artistic-1.0 or GPL-1.0+
%define cpan_name MooseX-Types-Structured
@@ -25,7 +25,7 @@ Summary: Structured Type Constraints for Moose
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/MooseX-Types-Structured/
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
@@ -33,23 +33,21 @@ BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(DateTime)
BuildRequires: perl(Devel::PartialDump) >= 0.13
BuildRequires: perl(JSON::PP) >= 2.27300
BuildRequires: perl(Module::Build::Tiny) >= 0.034
BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Meta::TypeCoercion)
BuildRequires: perl(Moose::Meta::TypeConstraint)
BuildRequires: perl(Moose::Meta::TypeConstraint::Parameterizable)
BuildRequires: perl(Moose::Util::TypeConstraints) >= 1.06
BuildRequires: perl(MooseX::Types) >= 0.22
BuildRequires: perl(MooseX::Types::DateTime)
BuildRequires: perl(MooseX::Types::Moose)
BuildRequires: perl(Sub::Exporter) >= 0.982
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Test::Needs)
BuildRequires: perl(namespace::clean) >= 0.19
Requires: perl(Devel::PartialDump) >= 0.13
Requires: perl(JSON::PP) >= 2.27300
Requires: perl(Moose)
Requires: perl(Moose::Meta::TypeCoercion)
Requires: perl(Moose::Meta::TypeConstraint)
@@ -91,6 +89,7 @@ for that if you are not familiar with it.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING LICENSE README
%doc Changes CONTRIBUTING README
%license LICENSE
%changelog