forked from pool/perl-Class-Tiny
Accepting request 832713 from devel:languages:perl:autoupdate
- updated to 1.008 see /usr/share/doc/packages/perl-Class-Tiny/Changes 1.008 2020-09-04 10:04:50-04:00 America/New_York - No changes since 1.007 1.007 2020-09-02 07:02:55-04:00 America/New_York (TRIAL RELEASE) [DOCUMENTATION] - DEMOLISH docs incorrectly claimed that errors were thrown. Updated to say that errors are rethrown. OBS-URL: https://build.opensuse.org/request/show/832713 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Tiny?expand=0&rev=16
This commit is contained in:
parent
8b194e39dc
commit
47fb623a71
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2efcbd31528be51d3022c616768558b78c6172df5f03c5dc698939f65488cb4e
|
|
||||||
size 27773
|
|
BIN
Class-Tiny-1.008.tar.gz
(Stored with Git LFS)
Normal file
BIN
Class-Tiny-1.008.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 5 03:07:12 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.008
|
||||||
|
see /usr/share/doc/packages/perl-Class-Tiny/Changes
|
||||||
|
|
||||||
|
1.008 2020-09-04 10:04:50-04:00 America/New_York
|
||||||
|
- No changes since 1.007
|
||||||
|
1.007 2020-09-02 07:02:55-04:00 America/New_York (TRIAL RELEASE)
|
||||||
|
[DOCUMENTATION]
|
||||||
|
- DEMOLISH docs incorrectly claimed that errors were thrown. Updated to
|
||||||
|
say that errors are rethrown.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 11 05:05:48 UTC 2016 - coolo@suse.com
|
Sun Sep 11 05:05:48 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Class-Tiny
|
# spec file for package perl-Class-Tiny
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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-Class-Tiny
|
Name: perl-Class-Tiny
|
||||||
Version: 1.006
|
Version: 1.008
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Class-Tiny
|
%define cpan_name Class-Tiny
|
||||||
Summary: Minimalist class construction
|
Summary: Minimalist class construction
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Class-Tiny/
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{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
|
||||||
@ -68,11 +68,11 @@ Devel::GlobalDestruction.
|
|||||||
%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
|
||||||
@ -81,6 +81,7 @@ Devel::GlobalDestruction.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes CONTRIBUTING.mkdn LICENSE README
|
%doc Changes CONTRIBUTING.mkdn README
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user