1
0

Accepting request 832738 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/832738
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Tiny?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2020-09-09 15:49:19 +00:00 committed by Git OBS Bridge
commit 33f2ed19e0
4 changed files with 26 additions and 12 deletions

View File

@ -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

Binary file not shown.

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# 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)
# 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
Version: 1.006
Version: 1.008
Release: 0
%define cpan_name Class-Tiny
Summary: Minimalist class construction
License: Apache-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Class-Tiny/
Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -68,11 +68,11 @@ Devel::GlobalDestruction.
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install
@ -81,6 +81,7 @@ Devel::GlobalDestruction.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING.mkdn LICENSE README
%doc Changes CONTRIBUTING.mkdn README
%license LICENSE
%changelog