Accepting request 799160 from devel:languages:perl:autoupdate
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. OBS-URL: https://build.opensuse.org/request/show/799160 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Error-Pure?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1a25f9037da2440d3aeab2deb38c4006665364b6aa29fc7f7e21f0f04606908b
|
|
||||||
size 36686
|
|
3
Error-Pure-0.26.tar.gz
Normal file
3
Error-Pure-0.26.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:49145d2eafaa8df06d017c9bf5a58ad5630657a6b344ea24a1054e2e415de0ca
|
||||||
|
size 39179
|
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 30 03:08:02 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
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
|
Wed Feb 7 16:28:34 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Error-Pure
|
# 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
|
# 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,18 +12,18 @@
|
|||||||
# 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-Error-Pure
|
Name: perl-Error-Pure
|
||||||
Version: 0.25
|
Version: 0.26
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Error-Pure
|
%define cpan_name Error-Pure
|
||||||
Summary: Perl module for structured errors
|
Summary: Perl module for structured errors
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/Perl
|
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
|
Source0: https://cpan.metacpan.org/authors/id/S/SK/SKIM/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -47,11 +47,11 @@ Perl module for structured errors.
|
|||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
PERL_USE_UNSAFE_INC=1 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
|
||||||
|
Reference in New Issue
Block a user