diff --git a/Error-Pure-0.25.tar.gz b/Error-Pure-0.25.tar.gz deleted file mode 100644 index 2f0b9d3..0000000 --- a/Error-Pure-0.25.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a25f9037da2440d3aeab2deb38c4006665364b6aa29fc7f7e21f0f04606908b -size 36686 diff --git a/Error-Pure-0.26.tar.gz b/Error-Pure-0.26.tar.gz new file mode 100644 index 0000000..2f88780 --- /dev/null +++ b/Error-Pure-0.26.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49145d2eafaa8df06d017c9bf5a58ad5630657a6b344ea24a1054e2e415de0ca +size 39179 diff --git a/perl-Error-Pure.changes b/perl-Error-Pure.changes index 0e52638..f9166bf 100644 --- a/perl-Error-Pure.changes +++ b/perl-Error-Pure.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Apr 30 03:08:02 UTC 2020 - Tina Müller + +updated to 0.26 + see /usr/share/doc/packages/perl-Error-Pure/Changes + + 0.26 2020-04-30T01:04:41+02:00 + [Common] + - Improve LICENSE AND COPYRIGHT section in doc. + - Improve SYNOPSIS section in doc. + - Rewrite subroutines to use =head2 in doc. + - Update author github username. + - Update copyright years. + + ------------------------------------------------------------------- Wed Feb 7 16:28:34 UTC 2018 - coolo@suse.com diff --git a/perl-Error-Pure.spec b/perl-Error-Pure.spec index cb1ef7a..6d50716 100644 --- a/perl-Error-Pure.spec +++ b/perl-Error-Pure.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Error-Pure # -# Copyright (c) 2018 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,18 +12,18 @@ # 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-Error-Pure -Version: 0.25 +Version: 0.26 Release: 0 %define cpan_name Error-Pure Summary: Perl module for structured errors License: BSD-3-Clause Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Error-Pure/ +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/S/SK/SKIM/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -47,11 +47,11 @@ Perl module for structured errors. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install