Accepting request 1130061 from devel:languages:perl:autoupdate
- updated to 0.24 see /usr/share/doc/packages/perl-Error-Pure-Output-Text/Changes 0.24 2023-11-22T16:12:45+01:00 - Add blank line after arguments and before return. - Change bugtracker to github issues. - Improve LICENSE AND COPYRIGHT section in doc. - Improve SYNOPSIS section in doc. - Rename example files to better names. - Rewrite doc to use of =head2. - Update Module::Install to 1.21 version. - Update author github username. - Update copyright years. OBS-URL: https://build.opensuse.org/request/show/1130061 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Error-Pure-Output-Text?expand=0&rev=4
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:658e0840a84e234e1567518356bc01ccc95c09908439ff9001951d27aed0d05c
|
|
||||||
size 28570
|
|
||||||
3
Error-Pure-Output-Text-0.24.tar.gz
Normal file
3
Error-Pure-Output-Text-0.24.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:50edd15a8b1bf601c565c758305ef12f301074966d8dbdfeba5312cb1dfd0a85
|
||||||
|
size 30263
|
||||||
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 23 03:06:29 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.24
|
||||||
|
see /usr/share/doc/packages/perl-Error-Pure-Output-Text/Changes
|
||||||
|
|
||||||
|
0.24 2023-11-22T16:12:45+01:00
|
||||||
|
- Add blank line after arguments and before return.
|
||||||
|
- Change bugtracker to github issues.
|
||||||
|
- Improve LICENSE AND COPYRIGHT section in doc.
|
||||||
|
- Improve SYNOPSIS section in doc.
|
||||||
|
- Rename example files to better names.
|
||||||
|
- Rewrite doc to use of =head2.
|
||||||
|
- Update Module::Install to 1.21 version.
|
||||||
|
- Update author github username.
|
||||||
|
- Update copyright years.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 23 06:25:42 UTC 2018 - coolo@suse.com
|
Tue Jan 23 06:25:42 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Error-Pure-Output-Text
|
# spec file for package perl-Error-Pure-Output-Text
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2023 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,41 +12,43 @@
|
|||||||
# 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-Output-Text
|
|
||||||
Version: 0.23
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Error-Pure-Output-Text
|
%define cpan_name Error-Pure-Output-Text
|
||||||
Summary: Output subroutines for Error::Pure
|
Name: perl-Error-Pure-Output-Text
|
||||||
|
Version: 0.240.0
|
||||||
|
Release: 0
|
||||||
|
%define cpan_version 0.24
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/Perl
|
Summary: Output text subroutines for Error::Pure
|
||||||
Url: http://search.cpan.org/dist/Error-Pure-Output-Text/
|
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}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.36
|
||||||
BuildRequires: perl(Readonly)
|
BuildRequires: perl(Readonly)
|
||||||
BuildRequires: perl(Test::NoWarnings)
|
BuildRequires: perl(Test::NoWarnings)
|
||||||
Requires: perl(Readonly)
|
Requires: perl(Readonly)
|
||||||
|
Provides: perl(Error::Pure::Output::Text) = %{version}
|
||||||
|
%define __perllib_provides /bin/true
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Output subroutines for Error::Pure.
|
Output text subroutines for Error::Pure.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@@ -54,7 +56,6 @@ Output subroutines for Error::Pure.
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes examples README
|
%doc Changes examples README
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user