From 47fb623a7174c92f8aa5f4a699df2f4a046c93053c78edb203d0217aa51aa3a9 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Mon, 7 Sep 2020 10:02:14 +0000 Subject: [PATCH] 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 --- Class-Tiny-1.006.tar.gz | 3 --- Class-Tiny-1.008.tar.gz | 3 +++ perl-Class-Tiny.changes | 13 +++++++++++++ perl-Class-Tiny.spec | 19 ++++++++++--------- 4 files changed, 26 insertions(+), 12 deletions(-) delete mode 100644 Class-Tiny-1.006.tar.gz create mode 100644 Class-Tiny-1.008.tar.gz diff --git a/Class-Tiny-1.006.tar.gz b/Class-Tiny-1.006.tar.gz deleted file mode 100644 index d117dac..0000000 --- a/Class-Tiny-1.006.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2efcbd31528be51d3022c616768558b78c6172df5f03c5dc698939f65488cb4e -size 27773 diff --git a/Class-Tiny-1.008.tar.gz b/Class-Tiny-1.008.tar.gz new file mode 100644 index 0000000..992c707 --- /dev/null +++ b/Class-Tiny-1.008.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee058a63912fa1fcb9a72498f56ca421a2056dc7f9f4b67837446d6421815615 +size 24657 diff --git a/perl-Class-Tiny.changes b/perl-Class-Tiny.changes index 7342016..0cc51ae 100644 --- a/perl-Class-Tiny.changes +++ b/perl-Class-Tiny.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Sep 5 03:07:12 UTC 2020 - Tina Müller + +- 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 diff --git a/perl-Class-Tiny.spec b/perl-Class-Tiny.spec index be30c92..161fdde 100644 --- a/perl-Class-Tiny.spec +++ b/perl-Class-Tiny.spec @@ -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