Accepting request 720344 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/720344
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Role-Tiny?expand=0&rev=24
This commit is contained in:
Tina Müller 2019-08-02 14:05:59 +00:00 committed by Git OBS Bridge
parent 8c8ebe12bc
commit 025b252cb0
4 changed files with 24 additions and 13 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Aug 2 05:23:43 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 2.000007
see /usr/share/doc/packages/perl-Role-Tiny/Changes
2.000007 - 2019-07-31
- fix composing roles into packages that have stub subs in them
- exclude all constant subs from method list
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 8 06:55:45 UTC 2017 - coolo@suse.com Wed Nov 8 06:55:45 UTC 2017 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Role-Tiny # spec file for package perl-Role-Tiny
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,19 +12,19 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: perl-Role-Tiny Name: perl-Role-Tiny
Version: 2.000006 Version: 2.000007
Release: 0 Release: 0
%define cpan_name Role-Tiny %define cpan_name Role-Tiny
Summary: Roles. Like a nouvelle cuisine portion size slice of Moose Summary: Roles: a nouvelle cuisine portion size slice of Moose
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Role-Tiny/ Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -41,11 +41,11 @@ Recommends: perl(Class::Method::Modifiers) >= 1.05
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} make %{?_smp_mflags}
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install
@ -55,5 +55,6 @@ Recommends: perl(Class::Method::Modifiers) >= 1.05
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes README %doc Changes README
%license LICENSE
%changelog %changelog